diff options
author | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-10-22 09:26:44 +0300 |
commit | e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/kbibtex | |
parent | 1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff) | |
download | tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip |
Removing version 14.0.13
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/kbibtex')
-rw-r--r-- | trinity-apps/kbibtex/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/kbibtex/kbibtex-14.0.13.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/trinity-apps/kbibtex/Manifest b/trinity-apps/kbibtex/Manifest index 5fb023c9..84856d2d 100644 --- a/trinity-apps/kbibtex/Manifest +++ b/trinity-apps/kbibtex/Manifest @@ -1,2 +1 @@ -DIST kbibtex-trinity-14.0.13.tar.xz 285576 BLAKE2B 52ec82f6a0d911273f890ca7503a760ecdb4257dd30c44ac297156d15bec17328740f227d5d0f0868a3ef08d8bf6cc51ab9d673de34290c4af67c5cd9ea9e885 SHA512 622d2eb4e60365e6add9bf6435f51dd915f2d3ceee2ba2dcb8aedecfbb76886cfd62f12d0003cb40708a7384f2af9b29c418de11b20c8d111c0c658d897c62a3 DIST kbibtex-trinity-14.1.0.tar.xz 285616 BLAKE2B f5115217dcbf95f59c01ed6223dc18de2c4a5d56fe8a73cf164c619f4a21898fe25d2bbd614b7aa2b3657b88639862d9b452d918a49122f6c8768ff1b7035f22 SHA512 61d77a544058806df550f87351f723e30b9539cdc2900dd34dcde0d15021270a08d1dd1776443f86316883ecd2f6be7ee24b08142be118285c1c46b0cb6f092a diff --git a/trinity-apps/kbibtex/kbibtex-14.0.13.ebuild b/trinity-apps/kbibtex/kbibtex-14.0.13.ebuild deleted file mode 100644 index 12d5c276..00000000 --- a/trinity-apps/kbibtex/kbibtex-14.0.13.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Copyright 2022 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -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 -} |