summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/asciitable')
-rw-r--r--dev-python/asciitable/ChangeLog7
-rw-r--r--dev-python/asciitable/asciitable-0.8.0.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/asciitable/ChangeLog b/dev-python/asciitable/ChangeLog
index ef1bf55f8155..7b80b2cccb3b 100644
--- a/dev-python/asciitable/ChangeLog
+++ b/dev-python/asciitable/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/asciitable
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/ChangeLog,v 1.13 2011/10/07 11:30:46 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/ChangeLog,v 1.14 2012/02/20 14:17:57 patrick Exp $
+
+ 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> asciitable-0.8.0.ebuild:
+ Fixing SRC_URI for pypi
07 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> asciitable-0.8.0.ebuild:
Remove obsolete PYTHON_MODNAME
diff --git a/dev-python/asciitable/asciitable-0.8.0.ebuild b/dev-python/asciitable/asciitable-0.8.0.ebuild
index 513a0c6040f9..50bdc9972d65 100644
--- a/dev-python/asciitable/asciitable-0.8.0.ebuild
+++ b/dev-python/asciitable/asciitable-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/asciitable-0.8.0.ebuild,v 1.2 2011/10/07 11:30:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/asciitable-0.8.0.ebuild,v 1.3 2012/02/20 14:17:57 patrick Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -11,7 +11,7 @@ inherit distutils
DESCRIPTION="An extensible ASCII table reader"
HOMEPAGE="http://pypi.python.org/pypi/asciitable http://cxc.harvard.edu/contrib/asciitable"
-SRC_URI="http://pypi.python.org/packages/source/a/${PN}/${P}.tar.gz"
+SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"