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/eog-plugins: eog-plugins-3.8.1.ebuild ChangeLog
Date: Sun, 30 Jun 2013 21:41:29
Message-Id: 20130630214126.B57D52171C@flycatcher.gentoo.org
1 eva 13/06/30 21:41:26
2
3 Modified: eog-plugins-3.8.1.ebuild ChangeLog
4 Log:
5 Add missing handling of REQUIRED_USE for python.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.2 media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?r1=1.1&r2=1.2
15
16 Index: eog-plugins-3.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- eog-plugins-3.8.1.ebuild 14 May 2013 18:28:07 -0000 1.1
23 +++ eog-plugins-3.8.1.ebuild 30 Jun 2013 21:41:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.1 2013/05/14 18:28:07 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.2 2013/06/30 21:41:26 eva Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 @@ -16,7 +16,9 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="+exif +flickr map +picasa +python"
36 -REQUIRED_USE="map? ( exif )"
37 +REQUIRED_USE="
38 + map? ( exif )
39 + python? ( ${PYTHON_REQUIRED_USE} )"
40
41 RDEPEND="
42 >=dev-libs/glib-2.32:2
43
44
45
46 1.6 media-gfx/eog-plugins/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?r1=1.5&r2=1.6
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- ChangeLog 14 May 2013 18:28:07 -0000 1.5
59 +++ ChangeLog 30 Jun 2013 21:41:26 -0000 1.6
60 @@ -1,6 +1,9 @@
61 # ChangeLog for media-gfx/eog-plugins
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.5 2013/05/14 18:28:07 pacho Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.6 2013/06/30 21:41:26 eva Exp $
65 +
66 + 30 Jun 2013; Gilles Dartiguelongue <eva@g.o> eog-plugins-3.8.1.ebuild:
67 + Add missing handling of REQUIRED_USE for python.
68
69 *eog-plugins-3.8.1 (14 May 2013)