diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-20 20:01:07 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-20 20:05:20 +0200 |
commit | 4547c6627022c39dfd3b8cb75ec3431f34226a93 (patch) | |
tree | 2943fe5e48c947909d77b29f27c7c27ef9203c48 /media-gfx/gphoto2 | |
parent | dev-lang/php-5.6.33-r0: alpha stable (diff) | |
download | gentoo-4547c6627022c39dfd3b8cb75ec3431f34226a93.tar.gz gentoo-4547c6627022c39dfd3b8cb75ec3431f34226a93.tar.bz2 gentoo-4547c6627022c39dfd3b8cb75ec3431f34226a93.zip |
media-gfx/gphoto2: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-gfx/gphoto2')
-rw-r--r-- | media-gfx/gphoto2/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/gphoto2/gphoto2-2.5.11.ebuild | 62 |
2 files changed, 0 insertions, 63 deletions
diff --git a/media-gfx/gphoto2/Manifest b/media-gfx/gphoto2/Manifest index f0dbe75c2a96..51b230d8d3a9 100644 --- a/media-gfx/gphoto2/Manifest +++ b/media-gfx/gphoto2/Manifest @@ -1,2 +1 @@ -DIST gphoto2-2.5.11.tar.bz2 785251 BLAKE2B 687c6e8b7b6f6be727e74c781be8dd8a6ef2da053c6001bca421ef4369e2e597de69999d907c5897b07da010642c40915851314c79778bc665a94b40427d891f SHA512 e1393797eaf94f4d6226fdbc390145c7a0caa5ed3422ab34185b27666887cd79bf832f7ff3a580aa5ea8740b429b235079e54f40a1bc92e37e0051cfeea5fa9a DIST gphoto2-2.5.14.tar.bz2 784442 BLAKE2B 185bd0d18e0b8d280c0ec366738850bd1fe2d1405179700fe25678c04a88b2092820aa5f049bcc6f97c964b5875bd32e3f8c7c5240ef3a71f2af04d6bfdaadb9 SHA512 47cb0d212673c9c0dbc996e0a67191a307599c844293a67184bd1529d9e3b417e154c6de64f4563f6f7e599a1bd6b127266f85f5baa97bd7d86922405bf45331 diff --git a/media-gfx/gphoto2/gphoto2-2.5.11.ebuild b/media-gfx/gphoto2/gphoto2-2.5.11.ebuild deleted file mode 100644 index 8cc221391d98..000000000000 --- a/media-gfx/gphoto2/gphoto2-2.5.11.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools - -DESCRIPTION="Free, redistributable digital camera software application" -HOMEPAGE="http://www.gphoto.org/" -SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86" -IUSE="aalib exif ncurses nls readline" - -# aalib -> needs libjpeg -RDEPEND=" - dev-libs/popt - >=media-libs/libgphoto2-2.5.10:=[exif?] - aalib? ( - media-libs/aalib - virtual/jpeg:0 ) - exif? ( media-libs/libexif ) - ncurses? ( dev-libs/cdk:0= ) - readline? ( sys-libs/readline:0= ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( >=sys-devel/gettext-0.14.1 ) -" - -src_prepare() { - default - if ! use exif ; then - # Remove tests that require EXIF to pass, bug 610024 - rm "${S}"/tests/data/test0{35,36,37,40}* || die - fi - # Leave GCC debug builds under user control - sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \ - -i configure{.ac,} || die - eautoreconf -} - -src_configure() { - CPPFLAGS="-I/usr/include/cdk" \ - econf \ - $(use_with aalib) \ - $(use_with aalib jpeg) \ - $(use_with exif libexif auto) \ - $(use_with ncurses cdk) \ - $(use_enable nls) \ - $(use_with readline) -} - -src_install() { - emake DESTDIR="${D}" \ - HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \ - install - - einstalldocs - rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2 -} |