summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kbibtex
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
committerormorph <roma251078@mail.ru>2021-12-05 16:49:54 +0300
commit20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch)
treefc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/kbibtex
parent2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff)
downloadtde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz
tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip
Version 14.0.8 removed
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/kbibtex')
-rw-r--r--trinity-apps/kbibtex/Manifest1
-rw-r--r--trinity-apps/kbibtex/kbibtex-14.0.8.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/trinity-apps/kbibtex/Manifest b/trinity-apps/kbibtex/Manifest
index 06cab88d..a7b2f357 100644
--- a/trinity-apps/kbibtex/Manifest
+++ b/trinity-apps/kbibtex/Manifest
@@ -1,2 +1 @@
DIST kbibtex-trinity-14.0.11.tar.xz 285632 BLAKE2B 7df410be4f7576cdf3818620b30d5a4771270f1783c9a8866b479ed3ea8725c94d925e09eea8f0646a524301acd9e16ef73597bc531ae8c863a9f6a0e32fae68 SHA512 71f976721aabfba0c58cb4fd430dc17ab8f3527c40bebdf4cd9c9812ed6a9333e98e6f21d257637348c76e0fb544feb36d22ed50db0d6bfbe77c0ddba7409350
-DIST kbibtex-trinity-14.0.8.tar.xz 306836 BLAKE2B a481839285a942a4feb8a52489f805dac07e9e2ecd1ad5bbc07b77f785cc5ad276e73f0e6417ec1991c2941ba8ef21e69766aaf296f38655cb1c5ff9ad737004 SHA512 e10c2286655f366143d742dc16b8a8c2db81add08c3e5c8d4cb9c698a8f3399cc2a7c5e89975e8b1ce4f916ce6e10420feeb8f8073f168a5d25652c0e9fc5fc9
diff --git a/trinity-apps/kbibtex/kbibtex-14.0.8.ebuild b/trinity-apps/kbibtex/kbibtex-14.0.8.ebuild
deleted file mode 100644
index bfdff9c0..00000000
--- a/trinity-apps/kbibtex/kbibtex-14.0.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_TYPE="applications"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de fr it pl ru"
-
-inherit trinity-base-2
-
-DESCRIPTION="A bibliography editor for TDE"
-KEYWORDS="~amd64 ~x86"
-HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="|| ( GPL-2 GPL-3 )"
-
-need-trinity
-
-SLOT="${TRINITY_VER}"
-
-DEPEND="virtual/tex-base
- dev-libs/yaz
- dev-libs/libxslt"
-RDEPEND="${DEPEND}
- dev-tex/bibtex2html
- dev-tex/latex2rtf
-"
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-}