public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-python: eselect-python-99999999.ebuild eselect-python-20140115.ebuild ChangeLog
@ 2014-01-19 15:59 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2014-01-19 15:59 UTC (permalink / raw
  To: gentoo-commits

floppym     14/01/19 15:59:11

  Modified:             eselect-python-99999999.ebuild
                        eselect-python-20140115.ebuild ChangeLog
  Log:
  Fix python atoms in pkg_postinst, bug 498530.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.13                 app-admin/eselect-python/eselect-python-99999999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild?r1=1.12&r2=1.13

Index: eselect-python-99999999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- eselect-python-99999999.ebuild	19 Jan 2014 08:52:48 -0000	1.12
+++ eselect-python-99999999.ebuild	19 Jan 2014 15:59:11 -0000	1.13
@@ -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/app-admin/eselect-python/eselect-python-99999999.ebuild,v 1.12 2014/01/19 08:52:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-99999999.ebuild,v 1.13 2014/01/19 15:59:11 floppym Exp $
 
 # Keep the EAPI low here because everything else depends on it.
 # We want to make upgrading simpler.
@@ -42,10 +42,10 @@
 	if has_version 'dev-lang/python'; then
 		eselect python update --if-unset
 	fi
-	if has_version '=dev-lang/python2*'; then
+	if has_version '=dev-lang/python-2*'; then
 		eselect python update --python2 --if-unset
 	fi
-	if has_version '=dev-lang/python3*'; then
+	if has_version '=dev-lang/python-3*'; then
 		eselect python update --python3 --if-unset
 	fi
 }



1.3                  app-admin/eselect-python/eselect-python-20140115.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/eselect-python-20140115.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/eselect-python-20140115.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/eselect-python-20140115.ebuild?r1=1.2&r2=1.3

Index: eselect-python-20140115.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20140115.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eselect-python-20140115.ebuild	19 Jan 2014 08:52:48 -0000	1.2
+++ eselect-python-20140115.ebuild	19 Jan 2014 15:59:11 -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/app-admin/eselect-python/eselect-python-20140115.ebuild,v 1.2 2014/01/19 08:52:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/eselect-python-20140115.ebuild,v 1.3 2014/01/19 15:59:11 floppym Exp $
 
 # Keep the EAPI low here because everything else depends on it.
 # We want to make upgrading simpler.
@@ -42,10 +42,10 @@
 	if has_version 'dev-lang/python'; then
 		eselect python update --if-unset
 	fi
-	if has_version '=dev-lang/python2*'; then
+	if has_version '=dev-lang/python-2*'; then
 		eselect python update --python2 --if-unset
 	fi
-	if has_version '=dev-lang/python3*'; then
+	if has_version '=dev-lang/python-3*'; then
 		eselect python update --python3 --if-unset
 	fi
 }



1.83                 app-admin/eselect-python/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-python/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	19 Jan 2014 08:52:48 -0000	1.82
+++ ChangeLog	19 Jan 2014 15:59:11 -0000	1.83
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/eselect-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.82 2014/01/19 08:52:48 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-python/ChangeLog,v 1.83 2014/01/19 15:59:11 floppym Exp $
+
+  19 Jan 2014; Mike Gilbert <floppym@gentoo.org> eselect-python-20140115.ebuild,
+  eselect-python-99999999.ebuild:
+  Fix python atoms in pkg_postinst, bug 498530.
 
   19 Jan 2014; Mike Gilbert <floppym@gentoo.org> eselect-python-20140115.ebuild,
   eselect-python-99999999.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-19 15:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-19 15:59 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-python: eselect-python-99999999.ebuild eselect-python-20140115.ebuild ChangeLog Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox