diff options
author | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
commit | e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/libkexiv2 | |
parent | 1e3ceb29cf5c5df2e6b4186e210170097d745df4 (diff) | |
download | tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.tar.gz tde-packaging-gentoo-e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3.zip |
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/libkexiv2')
-rw-r--r-- | trinity-apps/libkexiv2/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/trinity-apps/libkexiv2/Manifest b/trinity-apps/libkexiv2/Manifest index f054acbf..caa70685 100644 --- a/trinity-apps/libkexiv2/Manifest +++ b/trinity-apps/libkexiv2/Manifest @@ -1,2 +1 @@ -DIST libkexiv2-trinity-14.0.13.tar.xz 31672 BLAKE2B a1a025e46c53258b5770d80c5b7e7332e76295fbcad31d5ae69141434c9550dafc7ee2cb6ea9b4b5b8c45bb812e1f344ceb01c98a61663b5670f1323e699e8be SHA512 d2231d649f9c0327b9137525e4efb81bae458143c5eb21ea609fb474bb85319e5bebde8e7b029643524dfa61499c0c5d4dc18b7d1717228d7786fb198dd7d617 DIST libkexiv2-trinity-14.1.0.tar.xz 31680 BLAKE2B 8f9c579bf8049776b5b17397532c47487704893f9647864f5ebc980316f6153ffe604df0ec20099f55321fcbea2bdb5fbd72b52155b00e7b2bdeb5b1b330f588 SHA512 61ac80f3ab2694a627a92dd396ba10a08210e833db9ab36c81d270e3f96982b552a341f8b2dca52ddb89e45b9dcc74ae9dd868ec1d4d04f4abc1feae75da04f2 diff --git a/trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild b/trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild deleted file mode 100644 index 1eb49bcf..00000000 --- a/trinity-apps/libkexiv2/libkexiv2-14.0.13.ebuild +++ /dev/null @@ -1,24 +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_MODULE_TYPE="libraries" -inherit trinity-base-2 - -DESCRIPTION="Wrapper around exiv2 library [Trinity]" -HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" - -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -fi -IUSE="" - -DEPEND="media-gfx/exiv2 - net-dns/libidn -" - -RDEPEND="${DEPEND}" |