summaryrefslogtreecommitdiff
path: root/media-gfx/exif/exif-0.6.22.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-22 08:04:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-22 08:04:07 +0100
commitf617b718d02df7453e1e7094d47081b152744686 (patch)
treee3adf48f189e674737b03240789500570ca86dd2 /media-gfx/exif/exif-0.6.22.ebuild
parent314a5f72ccfc3be0c1ba2c734416ffc69aa05de4 (diff)
gentoo auto-resync : 22:10:2022 - 08:04:07
Diffstat (limited to 'media-gfx/exif/exif-0.6.22.ebuild')
-rw-r--r--media-gfx/exif/exif-0.6.22.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-gfx/exif/exif-0.6.22.ebuild b/media-gfx/exif/exif-0.6.22.ebuild
deleted file mode 100644
index fb8a673b2a4f..000000000000
--- a/media-gfx/exif/exif-0.6.22.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files"
-HOMEPAGE="https://libexif.github.io/ https://github.com/libexif/exif"
-SRC_URI="https://github.com/lib${PN}/${PN}/releases/download/${PN}-${PV//./_}-release/${P}.tar.gz"
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="nls"
-
-BDEPEND="
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-DEPEND="
- dev-libs/popt
- >=media-libs/libexif-${PV}
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf $(use_enable nls)
-}