summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kbibtex
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
committerormorph <roma251078@mail.ru>2022-10-21 21:26:06 +0200
commitd461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch)
treedb683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/kbibtex
parentf6f1346c2bc2531895b27077add6f0f3adea8d04 (diff)
downloadtde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz
tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip
Removing version 14.0.11
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.11.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/trinity-apps/kbibtex/Manifest b/trinity-apps/kbibtex/Manifest
index 8a267411..066c03c9 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.12.tar.xz 285564 BLAKE2B 78845b449fd66932912fd50e7ceac054c5fc00af4b520fe00a14cfaf9f7d59434046758e4c491d106714595b8077b2d01ad944c727abe6702b6f79fba0b66b46 SHA512 d3e8d0781c3ef032065ca55758301b5c996f741700a3adba734ba456128d0f74ee4ac2c431a5f079709f1ffd555cfbae716cb11394c8ab34baab7e2104cdc8b3
diff --git a/trinity-apps/kbibtex/kbibtex-14.0.11.ebuild b/trinity-apps/kbibtex/kbibtex-14.0.11.ebuild
deleted file mode 100644
index a4345858..00000000
--- a/trinity-apps/kbibtex/kbibtex-14.0.11.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Copyright 2021 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-TRINITY_EXTRAGEAR_PACKAGING="yes"
-TRINITY_HANDBOOK="optional"
-
-TRINITY_LANGS="de fr it pl ru"
-TRINITY_MODULE_TYPE="applications/office"
-inherit trinity-base-2
-
-DESCRIPTION="Bibliography editor for TDE"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="
- dev-libs/libxslt
- dev-libs/yaz
- virtual/tex-base"
-RDEPEND="${DEPEND}
- dev-tex/bibtex2html
- dev-tex/latex2rtf
-"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
-
- trinity-base-2_src_configure
-}