diff options
Diffstat (limited to 'trinity-apps/libkexiv2')
-rw-r--r-- | trinity-apps/libkexiv2/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/libkexiv2/libkexiv2-14.0.11.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/libkexiv2/Manifest b/trinity-apps/libkexiv2/Manifest new file mode 100644 index 00000000..0074b049 --- /dev/null +++ b/trinity-apps/libkexiv2/Manifest @@ -0,0 +1 @@ +DIST libkexiv2-trinity-14.0.11.tar.xz 31756 BLAKE2B d4975bd1356427176f5bc4f14e655b1aa759c2f05156f3334d3937223ef6f588c06a567fc49fa720d98a45c4596e0c38ade3770636be7bda8b6f14af4ae1d071 SHA512 fe6ae4431dba13c42d3a57d9050144c9e4a09d5bbcaed0baa58408259915cb740857dfe3c48b134cc0477cab563ddd7cb836af353d38c80b6199035f79835805 diff --git a/trinity-apps/libkexiv2/libkexiv2-14.0.11.ebuild b/trinity-apps/libkexiv2/libkexiv2-14.0.11.ebuild new file mode 100644 index 00000000..b067bc94 --- /dev/null +++ b/trinity-apps/libkexiv2/libkexiv2-14.0.11.ebuild @@ -0,0 +1,24 @@ +# 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_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 ~x86" +fi +IUSE="" + +DEPEND="media-gfx/exiv2 + net-dns/libidn +" + +RDEPEND="${DEPEND}" |