* [gentoo-commits] gentoo-x86 commit in media-gfx/eog-plugins: eog-plugins-3.8.1.ebuild eog-plugins-3.10.1.ebuild ChangeLog
@ 2013-12-25 13:56 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-12-25 13:56 UTC (permalink / raw
To: gentoo-commits
pacho 13/12/25 13:56:38
Modified: eog-plugins-3.8.1.ebuild eog-plugins-3.10.1.ebuild
ChangeLog
Log:
libpeas support for python2.6 was dropped
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild?rev=1.5&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.4&r2=1.5
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eog-plugins-3.8.1.ebuild 8 Dec 2013 19:04:51 -0000 1.4
+++ eog-plugins-3.8.1.ebuild 25 Dec 2013 13:56:38 -0000 1.5
@@ -1,11 +1,11 @@
# 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.4 2013/12/08 19:04:51 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.8.1.ebuild,v 1.5 2013/12/25 13:56:38 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
inherit gnome2 python-single-r1
1.2 media-gfx/eog-plugins/eog-plugins-3.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.10.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.10.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.10.1.ebuild?r1=1.1&r2=1.2
Index: eog-plugins-3.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eog-plugins-3.10.1.ebuild 24 Dec 2013 17:17:45 -0000 1.1
+++ eog-plugins-3.10.1.ebuild 25 Dec 2013 13:56:38 -0000 1.2
@@ -1,11 +1,11 @@
# 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.10.1.ebuild,v 1.1 2013/12/24 17:17:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.10.1.ebuild,v 1.2 2013/12/25 13:56:38 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
inherit gnome2 python-single-r1
1.10 media-gfx/eog-plugins/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 24 Dec 2013 17:17:45 -0000 1.9
+++ ChangeLog 25 Dec 2013 13:56:38 -0000 1.10
@@ -1,6 +1,10 @@
# 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.9 2013/12/24 17:17:45 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.10 2013/12/25 13:56:38 pacho Exp $
+
+ 25 Dec 2013; Pacho Ramos <pacho@gentoo.org> eog-plugins-3.10.1.ebuild,
+ eog-plugins-3.8.1.ebuild:
+ libpeas support for python2.6 was dropped
*eog-plugins-3.10.1 (24 Dec 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-25 13:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-25 13:56 [gentoo-commits] gentoo-x86 commit in media-gfx/eog-plugins: eog-plugins-3.8.1.ebuild eog-plugins-3.10.1.ebuild ChangeLog Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox