dolsen      14/05/06 02:55:53

  Modified:             mirrorselect-9999.ebuild ChangeLog
                        mirrorselect-2.2.1.ebuild
  Removed:              mirrorselect-2.1.0-r3.ebuild
                        mirrorselect-2.2.0-r1.ebuild
  Log:
  Properly drop old versions, drop py-2.6 compatibility to match ssl-fetch
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x65E309F2189DB0B8)

Revision  Changes    Path
1.9                  app-portage/mirrorselect/mirrorselect-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?r1=1.8&r2=1.9

Index: mirrorselect-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mirrorselect-9999.ebuild    5 May 2014 04:32:29 -0000       1.8
+++ mirrorselect-9999.ebuild    6 May 2014 02:55:53 -0000       1.9
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.8 
2014/05/05 04:32:29 dolsen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.9 
2014/05/06 02:55:53 dolsen Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 git-2 prefix
@@ -25,7 +25,7 @@
 RDEPEND="
        dev-util/dialog
        net-analyzer/netselect
-       =dev-python/ssl-fetch-9999
+       =dev-python/ssl-fetch-9999[${PYTHON_USEDEP}]
        "
 
 python_prepare_all()  {



1.135                app-portage/mirrorselect/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.135&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.135&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   5 May 2014 15:51:56 -0000       1.134
+++ ChangeLog   6 May 2014 02:55:53 -0000       1.135
@@ -1,6 +1,16 @@
 # ChangeLog for app-portage/mirrorselect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.134 
2014/05/05 15:51:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.135 
2014/05/06 02:55:53 dolsen Exp $
+
+  06 May 2014; Brian Dolbec <[email protected]> -mirrorselect-2.1.0-r3.ebuild,
+  -mirrorselect-2.2.0-r1.ebuild, mirrorselect-2.2.1.ebuild,
+  mirrorselect-9999.ebuild:
+  Properly remove old versions. Fix the ssl-fetch dep, remove py-2.6, 3.2, add
+  py-3.4 compatibility
+
+  06 May 2014; Brian Dolbec <[email protected]> mirrorselect-2.2.1.ebuild,
+  mirrorselect-9999.ebuild:
+  Fix ssl-fetch dep, remove py-3.2, add py-3.4 compatibility.
 
   05 May 2014; Jeroen Roovers <[email protected]> mirrorselect-2.2.1.ebuild:
   Marked ~hppa (bug #509628).



1.3                  app-portage/mirrorselect/mirrorselect-2.2.1.ebuild

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

Index: mirrorselect-2.2.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mirrorselect-2.2.1.ebuild   5 May 2014 15:51:56 -0000       1.2
+++ mirrorselect-2.2.1.ebuild   6 May 2014 02:55:53 -0000       1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.1.ebuild,v 
1.2 2014/05/05 15:51:56 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.1.ebuild,v 
1.3 2014/05/06 02:55:53 dolsen Exp $
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 PYTHON_REQ_USE="xml"
 
 inherit eutils distutils-r1 prefix
@@ -24,7 +24,7 @@
 RDEPEND="
        dev-util/dialog
        net-analyzer/netselect
-       dev-python/ssl-fetch
+       dev-python/ssl-fetch[${PYTHON_USEDEP}]
        "
 
 python_prepare_all()  {




Reply via email to