dolsen      15/01/27 04:24:32

  Modified:             mirrorselect-2.2.2.ebuild ChangeLog
  Added:                mirrorselect-2.2.2-r1.ebuild
  Log:
  Revision bump with patch for newer ssl-fetch, adjust deps on stable
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x65E309F2189DB0B8)

Revision  Changes    Path
1.14                 app-portage/mirrorselect/mirrorselect-2.2.2.ebuild

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

Index: mirrorselect-2.2.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mirrorselect-2.2.2.ebuild   24 Sep 2014 09:33:24 -0000      1.13
+++ mirrorselect-2.2.2.ebuild   27 Jan 2015 04:24:32 -0000      1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 
1.13 2014/09/24 09:33:24 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 
1.14 2015/01/27 04:24:32 dolsen Exp $
 
 EAPI="5"
 
@@ -25,6 +25,7 @@
        dev-util/dialog
        net-analyzer/netselect
        >=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
+       <dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
        "
 
 python_prepare_all()  {



1.150                app-portage/mirrorselect/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   24 Sep 2014 09:33:24 -0000      1.149
+++ ChangeLog   27 Jan 2015 04:24:32 -0000      1.150
@@ -1,6 +1,14 @@
 # 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.149 
2014/09/24 09:33:24 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.150 
2015/01/27 04:24:32 dolsen Exp $
+
+  27 Jan 2015; Brian Dolbec <dol...@gentoo.org> mirrorselect-2.2.2.ebuild,
+  +mirrorselect-2.2.2-r1.ebuild,
+  +files/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch:
+  Bump with patch for ssl-fetch api change, adjust deps for stable 2.2.2
+  version.
+
+*mirrorselect-2.2.2-r1 (27 Jan 2015)
 
   24 Sep 2014; Agostino Sarubbo <a...@gentoo.org> mirrorselect-2.2.2.ebuild:
   Stable for x86, wrt bug #513278



1.1                  app-portage/mirrorselect/mirrorselect-2.2.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: mirrorselect-2.2.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2-r1.ebuild,v 
1.1 2015/01/27 04:24:32 dolsen Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="xml"

inherit eutils distutils-r1 prefix

DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
SRC_URI="http://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
        http://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
        "

LICENSE="GPL-2"
SLOT="0"
IUSE=""

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"

RDEPEND="
        dev-util/dialog
        net-analyzer/netselect
        >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
        "

PATCHES=( 
"${FILESDIR}/mirrorselect-2.2.2-Update-for-ssl-fetch-api-change.patch" )

python_prepare_all()  {
        python_setup
        eprefixify setup.py mirrorselect/main.py
        echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
        VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
        distutils-r1_python_prepare_all
}




Reply via email to