Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gphoto2/
Date: Mon, 30 Oct 2017 22:26:23
Message-Id: 1509402322.374fa0f94805c3d940ffd3029a2bb0b6c2697e02.leio@gentoo
1 commit: 374fa0f94805c3d940ffd3029a2bb0b6c2697e02
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 21:09:15 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 22:25:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374fa0f9
7
8 media-gfx/gphoto2: remove old
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 media-gfx/gphoto2/Manifest | 1 -
13 media-gfx/gphoto2/gphoto2-2.5.10.ebuild | 58 ---------------------------------
14 2 files changed, 59 deletions(-)
15
16 diff --git a/media-gfx/gphoto2/Manifest b/media-gfx/gphoto2/Manifest
17 index b3b51491822..6ae8c0d35eb 100644
18 --- a/media-gfx/gphoto2/Manifest
19 +++ b/media-gfx/gphoto2/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST gphoto2-2.5.10.tar.bz2 784459 SHA256 66cc2f535d54b7e5a2164546a8955a58e23745e91e916757c0bf070699886690 SHA512 b6bca41b9787a475eaa0d094a2de261d1013fb2845fd7f3735099100df243860e50d3cce8a1e5afd8c29a4dcfc65367f83b0fc85185b80f5de732bf3faa0e06d WHIRLPOOL 2f3c15c675803206cfad5f4189e47f9e5a03b4ad1c45b1c94f87aaebda69ad7929f51496b3c1e511cb7f809c50aedae29ad1171e96eb0790118b4efd47e09d41
22 DIST gphoto2-2.5.11.tar.bz2 785251 SHA256 392844d6a06512b0d85e7983a5a0c85c8039feb6ab3bc420674ffdbf7536f9e9 SHA512 e1393797eaf94f4d6226fdbc390145c7a0caa5ed3422ab34185b27666887cd79bf832f7ff3a580aa5ea8740b429b235079e54f40a1bc92e37e0051cfeea5fa9a WHIRLPOOL d9a5b48ea230fcdbe7bdeba2337d6276d78bb8c8c83fe06a5a5272a8339bb2462c035bd943f021ff30029fcbf93b74811f2a55198f832cdf06bd417bf5279c61
23 DIST gphoto2-2.5.14.tar.bz2 784442 SHA256 9302d02fb472d4936988382b7277ccdc4edaf7ede56c490278912ffd0627699c SHA512 47cb0d212673c9c0dbc996e0a67191a307599c844293a67184bd1529d9e3b417e154c6de64f4563f6f7e599a1bd6b127266f85f5baa97bd7d86922405bf45331 WHIRLPOOL 333bc0925b36ff5254a5e1d740536129ed08bdbfde7c57ba337aec7fe8cd2dcf8720ab6e1b13dc469b86cd10918926daa65f378e12cf0f29ebe2ff71a5cf62d4
24
25 diff --git a/media-gfx/gphoto2/gphoto2-2.5.10.ebuild b/media-gfx/gphoto2/gphoto2-2.5.10.ebuild
26 deleted file mode 100644
27 index e5942a1eb4a..00000000000
28 --- a/media-gfx/gphoto2/gphoto2-2.5.10.ebuild
29 +++ /dev/null
30 @@ -1,58 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit autotools
36 -
37 -DESCRIPTION="Free, redistributable digital camera software application"
38 -HOMEPAGE="http://www.gphoto.org/"
39 -SRC_URI="mirror://sourceforge/gphoto/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 hppa ppc ppc64 ~sparc x86"
44 -IUSE="aalib exif ncurses nls readline"
45 -
46 -# aalib -> needs libjpeg
47 -RDEPEND="
48 - dev-libs/popt
49 - >=media-libs/libgphoto2-2.5.10:=[exif?]
50 - aalib? (
51 - media-libs/aalib
52 - virtual/jpeg:0 )
53 - exif? ( media-libs/libexif )
54 - ncurses? ( dev-libs/cdk )
55 - readline? ( sys-libs/readline:0 )
56 -"
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig
59 - nls? ( >=sys-devel/gettext-0.14.1 )
60 -"
61 -
62 -src_prepare() {
63 - default
64 - # Leave GCC debug builds under user control
65 - sed -r '/(C|LD)FLAGS/ s/ -g( |")/\1/' \
66 - -i configure{.ac,} || die
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - CPPFLAGS="-I/usr/include/cdk" \
72 - econf \
73 - $(use_with aalib) \
74 - $(use_with aalib jpeg) \
75 - $(use_with exif libexif auto) \
76 - $(use_with ncurses cdk) \
77 - $(use_enable nls) \
78 - $(use_with readline)
79 -}
80 -
81 -src_install() {
82 - emake DESTDIR="${D}" \
83 - HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
84 - install
85 -
86 - einstalldocs
87 - rm -rf "${D}"/usr/share/doc/${PF}/sgml/gphoto2
88 -}