Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gphoto2: ChangeLog gphoto2-2.4.7.ebuild gphoto2-2.4.5.ebuild
Date: Mon, 31 Aug 2009 16:11:39
Message-Id: E1MiEIf-0005yg-5k@stork.gentoo.org
1 eva 09/08/31 21:20:29
2
3 Modified: ChangeLog gphoto2-2.4.7.ebuild gphoto2-2.4.5.ebuild
4 Log:
5 Fix default IUSE RDEPEND that was broken during EAPI=2 migration, bug #283310.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.88 media-gfx/gphoto2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.88&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?rev=1.88&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/ChangeLog?r1=1.87&r2=1.88
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v
18 retrieving revision 1.87
19 retrieving revision 1.88
20 diff -u -r1.87 -r1.88
21 --- ChangeLog 31 Aug 2009 18:04:33 -0000 1.87
22 +++ ChangeLog 31 Aug 2009 21:20:28 -0000 1.88
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/gphoto2
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.87 2009/08/31 18:04:33 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/ChangeLog,v 1.88 2009/08/31 21:20:28 eva Exp $
28 +
29 + 31 Aug 2009; Gilles Dartiguelongue <eva@g.o> gphoto2-2.4.5.ebuild,
30 + gphoto2-2.4.7.ebuild:
31 + Fix default IUSE RDEPEND that was broken during EAPI=2 migration, bug
32 + #283310.
33
34 31 Aug 2009; Brent Baude <ranger@g.o> gphoto2-2.4.5.ebuild:
35 Marking gphoto2-2.4.5 ppc64 for bug 282849
36
37
38
39 1.2 media-gfx/gphoto2/gphoto2-2.4.7.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.7.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.7.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.7.ebuild?r1=1.1&r2=1.2
44
45 Index: gphoto2-2.4.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.7.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gphoto2-2.4.7.ebuild 30 Aug 2009 16:46:01 -0000 1.1
52 +++ gphoto2-2.4.7.ebuild 31 Aug 2009 21:20:28 -0000 1.2
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.7.ebuild,v 1.1 2009/08/30 16:46:01 mrpouet Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.7.ebuild,v 1.2 2009/08/31 21:20:28 eva Exp $
58
59 -EAPI=2
60 +EAPI="2"
61
62 inherit eutils
63
64 @@ -19,7 +19,7 @@
65 # raise libgphoto to get a proper .pc
66 RDEPEND="=virtual/libusb-0*
67 dev-libs/popt
68 - >=media-libs/libgphoto2-2.4.7[exif]
69 + >=media-libs/libgphoto2-2.4.7[exif?]
70 ncurses? ( dev-libs/cdk )
71 aalib? (
72 media-libs/aalib
73
74
75
76 1.8 media-gfx/gphoto2/gphoto2-2.4.5.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild?rev=1.8&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild?rev=1.8&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild?r1=1.7&r2=1.8
81
82 Index: gphoto2-2.4.5.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild,v
85 retrieving revision 1.7
86 retrieving revision 1.8
87 diff -u -r1.7 -r1.8
88 --- gphoto2-2.4.5.ebuild 31 Aug 2009 18:04:33 -0000 1.7
89 +++ gphoto2-2.4.5.ebuild 31 Aug 2009 21:20:28 -0000 1.8
90 @@ -1,8 +1,8 @@
91 # Copyright 1999-2009 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild,v 1.7 2009/08/31 18:04:33 ranger Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.5.ebuild,v 1.8 2009/08/31 21:20:28 eva Exp $
95
96 -EAPI=2
97 +EAPI="2"
98
99 inherit eutils
100
101 @@ -19,7 +19,7 @@
102 # raise libgphoto to get a proper .pc
103 RDEPEND="=virtual/libusb-0*
104 dev-libs/popt
105 - >=media-libs/libgphoto2-2.4.5[exif]
106 + >=media-libs/libgphoto2-2.4.5[exif?]
107 ncurses? ( dev-libs/cdk )
108 aalib? (
109 media-libs/aalib