summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-22 20:49:36 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-22 20:49:36 +0000
commitcb9d13adb6fdabccf1c0327dbd58ec08d2dd382f (patch)
treec0ee84eb34e33febc282a671a6044f4d405ae46e /dev-python/pastescript
parentDelete needless whitespace. (diff)
downloadhistorical-cb9d13adb6fdabccf1c0327dbd58ec08d2dd382f.tar.gz
historical-cb9d13adb6fdabccf1c0327dbd58ec08d2dd382f.tar.bz2
historical-cb9d13adb6fdabccf1c0327dbd58ec08d2dd382f.zip
Use PyPI mirrors. Delete needless whitespace.
Package-Manager: portage-2.2_rc86_p1/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pastescript')
-rw-r--r--dev-python/pastescript/pastescript-1.7.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pastescript/pastescript-1.7.3.ebuild b/dev-python/pastescript/pastescript-1.7.3.ebuild
index 8fcd4b181e1a..1821272624d9 100644
--- a/dev-python/pastescript/pastescript-1.7.3.ebuild
+++ b/dev-python/pastescript/pastescript-1.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.7 2010/06/28 18:35:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.7.3.ebuild,v 1.8 2010/09/22 20:49:36 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="A pluggable command-line frontend, including commands to setup package file layouts"
HOMEPAGE="http://pythonpaste.org/script/ http://pypi.python.org/pypi/PasteScript"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -51,7 +51,7 @@ src_install() {
if use doc; then
pushd build/sphinx/html > /dev/null
docinto html
- cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
+ cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
popd > /dev/null
fi
}