diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-26 06:02:56 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-26 06:02:56 +0000 |
commit | 45fb062af0fc3e98c3ca3e96e31d7495b9c0bdb0 (patch) | |
tree | 1ec8ee0273c4dd2014d78c7267d73b5963385d96 /dev-python/geoip-python | |
parent | Bump (diff) | |
download | gentoo-2-45fb062af0fc3e98c3ca3e96e31d7495b9c0bdb0.tar.gz gentoo-2-45fb062af0fc3e98c3ca3e96e31d7495b9c0bdb0.tar.bz2 gentoo-2-45fb062af0fc3e98c3ca3e96e31d7495b9c0bdb0.zip |
tidy SRC_URI fixes Bug #536674
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/geoip-python')
-rw-r--r-- | dev-python/geoip-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/geoip-python/geoip-python-1.3.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/geoip-python/ChangeLog b/dev-python/geoip-python/ChangeLog index 0df15ab3b6d1..db48a30d7ad1 100644 --- a/dev-python/geoip-python/ChangeLog +++ b/dev-python/geoip-python/ChangeLog @@ -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 <idella4@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) diff --git a/dev-python/geoip-python/geoip-python-1.3.1.ebuild b/dev-python/geoip-python/geoip-python-1.3.1.ebuild index fc781125a53d..14897d50f745 100644 --- a/dev-python/geoip-python/geoip-python-1.3.1.ebuild +++ b/dev-python/geoip-python/geoip-python-1.3.1.ebuild @@ -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 @@ MY_P="${MY_PN}-${PV}" 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" diff --git a/dev-python/geoip-python/geoip-python-1.3.2.ebuild b/dev-python/geoip-python/geoip-python-1.3.2.ebuild index 17cfa21ddf74..89e5400c3706 100644 --- a/dev-python/geoip-python/geoip-python-1.3.2.ebuild +++ b/dev-python/geoip-python/geoip-python-1.3.2.ebuild @@ -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 @@ MY_P="${MY_PN}-${PV}" 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" |