* [gentoo-commits] gentoo-x86 commit in media-gfx/eog-plugins: eog-plugins-3.8.1.ebuild ChangeLog
@ 2013-06-30 21:41 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-06-30 21:41 UTC (permalink / raw
To: gentoo-commits
eva 13/06/30 21:41:26
Modified: eog-plugins-3.8.1.ebuild ChangeLog
Log:
Add missing handling of REQUIRED_USE for python.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path
1.2 media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.2&view=markup
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
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
Index: eog-plugins-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eog-plugins-3.8.1.ebuild 14 May 2013 18:28:07 -0000 1.1
+++ eog-plugins-3.8.1.ebuild 30 Jun 2013 21:41:26 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="5"
GCONF_DEBUG="no"
@@ -16,7 +16,9 @@
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+exif +flickr map +picasa +python"
-REQUIRED_USE="map? ( exif )"
+REQUIRED_USE="
+ map? ( exif )
+ python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
>=dev-libs/glib-2.32:2
1.6 media-gfx/eog-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 14 May 2013 18:28:07 -0000 1.5
+++ ChangeLog 30 Jun 2013 21:41:26 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/eog-plugins
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.5 2013/05/14 18:28:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.6 2013/06/30 21:41:26 eva Exp $
+
+ 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> eog-plugins-3.8.1.ebuild:
+ Add missing handling of REQUIRED_USE for python.
*eog-plugins-3.8.1 (14 May 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/eog-plugins: eog-plugins-3.8.1.ebuild ChangeLog
@ 2013-11-30 19:32 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-30 19:32 UTC (permalink / raw
To: gentoo-commits
pacho 13/11/30 19:32:02
Modified: eog-plugins-3.8.1.ebuild ChangeLog
Log:
amd64 stable, bug #478252
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?r1=1.2&r2=1.3
Index: eog-plugins-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eog-plugins-3.8.1.ebuild 30 Jun 2013 21:41:26 -0000 1.2
+++ eog-plugins-3.8.1.ebuild 30 Nov 2013 19:32:02 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.3 2013/11/30 19:32:02 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+exif +flickr map +picasa +python"
REQUIRED_USE="
map? ( exif )
1.7 media-gfx/eog-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 30 Jun 2013 21:41:26 -0000 1.6
+++ ChangeLog 30 Nov 2013 19:32:02 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/eog-plugins
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.6 2013/06/30 21:41:26 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.7 2013/11/30 19:32:02 pacho Exp $
+
+ 30 Nov 2013; Pacho Ramos <pacho@gentoo.org> eog-plugins-3.8.1.ebuild:
+ amd64 stable, bug #478252
30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> eog-plugins-3.8.1.ebuild:
Add missing handling of REQUIRED_USE for python.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-gfx/eog-plugins: eog-plugins-3.8.1.ebuild ChangeLog
@ 2013-12-08 19:04 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-08 19:04 UTC (permalink / raw
To: gentoo-commits
pacho 13/12/08 19:04:51
Modified: eog-plugins-3.8.1.ebuild ChangeLog
Log:
x86 stable, bug #478252
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?r1=1.3&r2=1.4
Index: eog-plugins-3.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eog-plugins-3.8.1.ebuild 30 Nov 2013 19:32:02 -0000 1.3
+++ eog-plugins-3.8.1.ebuild 8 Dec 2013 19:04:51 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.3 2013/11/30 19:32:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.4 2013/12/08 19:04:51 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+exif +flickr map +picasa +python"
REQUIRED_USE="
map? ( exif )
1.8 media-gfx/eog-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 30 Nov 2013 19:32:02 -0000 1.7
+++ ChangeLog 8 Dec 2013 19:04:51 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/eog-plugins
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.7 2013/11/30 19:32:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.8 2013/12/08 19:04:51 pacho Exp $
+
+ 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> eog-plugins-3.8.1.ebuild:
+ x86 stable, bug #478252
30 Nov 2013; Pacho Ramos <pacho@gentoo.org> eog-plugins-3.8.1.ebuild:
amd64 stable, bug #478252
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-08 19:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-30 19:32 [gentoo-commits] gentoo-x86 commit in media-gfx/eog-plugins: eog-plugins-3.8.1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2013-12-08 19:04 Pacho Ramos (pacho)
2013-06-30 21:41 Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox