idella4     15/01/26 06:02:56

  Modified:             geoip-python-1.3.1.ebuild geoip-python-1.3.2.ebuild
                        ChangeLog
  Log:
  tidy SRC_URI fixes Bug #536674
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/geoip-python/geoip-python-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.1.ebuild?r1=1.1&r2=1.2

Index: geoip-python-1.3.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geoip-python-1.3.1.ebuild   18 Jul 2014 05:00:36 -0000      1.1
+++ geoip-python-1.3.1.ebuild   26 Jan 2015 06:02:56 -0000      1.2
@@ -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/dev-python/geoip-python/geoip-python-1.3.1.ebuild,v 1.1 
2014/07/18 05:00:36 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.1.ebuild,v 1.2 
2015/01/26 06:02:56 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Python bindings for GeoIP"
 HOMEPAGE="https://github.com/maxmind/geoip-api-python";
-SRC_URI="https://github.com/maxmind/geoip-api-python/archive/v${PV}.tar.gz";
+SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"



1.2                  dev-python/geoip-python/geoip-python-1.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild?r1=1.1&r2=1.2

Index: geoip-python-1.3.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geoip-python-1.3.2.ebuild   15 Jan 2015 06:26:24 -0000      1.1
+++ geoip-python-1.3.2.ebuild   26 Jan 2015 06:02:56 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild,v 1.1 
2015/01/15 06:26:24 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/geoip-python/geoip-python-1.3.2.ebuild,v 1.2 
2015/01/26 06:02:56 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -12,7 +12,7 @@
 
 DESCRIPTION="Python bindings for GeoIP"
 HOMEPAGE="https://github.com/maxmind/geoip-api-python";
-SRC_URI="https://github.com/maxmind/geoip-api-python/archive/v${PV}.tar.gz";
+SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"



1.40                 dev-python/geoip-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/geoip-python/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   15 Jan 2015 06:28:45 -0000      1.39
+++ ChangeLog   26 Jan 2015 06:02:56 -0000      1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/geoip-python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.39 
2015/01/15 06:28:45 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/geoip-python/ChangeLog,v 1.40 
2015/01/26 06:02:56 idella4 Exp $
+
+  26 Jan 2015; Ian Delaney <idel...@gentoo.org> geoip-python-1.3.1.ebuild,
+  geoip-python-1.3.2.ebuild:
+  tidy SRC_URI fixes Bug #536674
 
 *geoip-python-1.3.2 (15 Jan 2015)
 




Reply via email to