mgorny      14/11/25 21:05:24

  Modified:             libpeas-1.10.1.ebuild libpeas-1.10.0.ebuild
                        ChangeLog
  Log:
  Enforce at-most-of Python 3.* target being selected. The library allows only 
one Python 3 loader by design, so the remaining implementations were simply 
discarded.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  dev-libs/libpeas/libpeas-1.10.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.10.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.10.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.10.1.ebuild?r1=1.2&r2=1.3

Index: libpeas-1.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpeas-1.10.1.ebuild       24 Nov 2014 10:06:15 -0000      1.2
+++ libpeas-1.10.1.ebuild       25 Nov 2014 21:05:24 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.10.1.ebuild,v 
1.2 2014/11/24 10:06:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.10.1.ebuild,v 
1.3 2014/11/25 21:05:24 mgorny Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -16,7 +16,7 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="+gtk glade +python seed"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 
'python3*') ) )"
 
 RDEPEND="
        >=dev-libs/glib-2.32:2



1.6                  dev-libs/libpeas/libpeas-1.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.10.0.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.10.0.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/libpeas-1.10.0.ebuild?r1=1.5&r2=1.6

Index: libpeas-1.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.10.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpeas-1.10.0.ebuild       20 Nov 2014 15:18:04 -0000      1.5
+++ libpeas-1.10.0.ebuild       25 Nov 2014 21:05:24 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.10.0.ebuild,v 
1.5 2014/11/20 15:18:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.10.0.ebuild,v 
1.6 2014/11/25 21:05:24 mgorny Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -16,7 +16,7 @@
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="+gtk glade +python seed"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ?? ( $(python_gen_useflags 
'python3*') ) )"
 
 RDEPEND="
        >=dev-libs/glib-2.32:2



1.38                 dev-libs/libpeas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpeas/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpeas/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   24 Nov 2014 10:06:15 -0000      1.37
+++ ChangeLog   25 Nov 2014 21:05:24 -0000      1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libpeas
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/ChangeLog,v 1.37 
2014/11/24 10:06:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/ChangeLog,v 1.38 
2014/11/25 21:05:24 mgorny Exp $
+
+  25 Nov 2014; Michał Górny <[email protected]> libpeas-1.10.0.ebuild,
+  libpeas-1.10.1.ebuild:
+  Enforce at-most-of Python 3.* target being selected. The library allows only
+  one Python 3 loader by design, so the remaining implementations were simply
+  discarded.
 
   24 Nov 2014; Pacho Ramos <[email protected]> libpeas-1.10.1.ebuild:
   Support python 3.4




Reply via email to