Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gexiv2: ChangeLog gexiv2-0.6.0.ebuild
Date: Sun, 30 Jun 2013 14:21:34
Message-Id: 20130630142127.C9CFE2171C@flycatcher.gentoo.org
1 jlec 13/06/30 14:21:27
2
3 Modified: ChangeLog gexiv2-0.6.0.ebuild
4 Log:
5 media-libs/gexiv2: Fix usage of python-r1.eclass
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.17 media-libs/gexiv2/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 19 Mar 2013 12:06:37 -0000 1.16
23 +++ ChangeLog 30 Jun 2013 14:21:27 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/gexiv2
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.16 2013/03/19 12:06:37 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.17 2013/06/30 14:21:27 jlec Exp $
29 +
30 + 30 Jun 2013; Justin Lecher <jlec@g.o> gexiv2-0.6.0.ebuild:
31 + Fix usage of python-r1.eclass
32
33 *gexiv2-0.6.0 (19 Mar 2013)
34
35
36
37
38 1.2 media-libs/gexiv2/gexiv2-0.6.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.0.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.0.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.0.ebuild?r1=1.1&r2=1.2
43
44 Index: gexiv2-0.6.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.0.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gexiv2-0.6.0.ebuild 19 Mar 2013 12:06:37 -0000 1.1
51 +++ gexiv2-0.6.0.ebuild 30 Jun 2013 14:21:27 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.0.ebuild,v 1.1 2013/03/19 12:06:37 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.6.0.ebuild,v 1.2 2013/06/30 14:21:27 jlec Exp $
57
58 EAPI=5
59
60 @@ -19,7 +19,9 @@
61 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE="introspection static-libs"
63
64 -RDEPEND="
65 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 +
67 +RDEPEND="${PYTHON_DEPS}
68 dev-libs/glib:2
69 >=media-gfx/exiv2-0.21"
70 DEPEND="${RDEPEND}