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
commit6a8287e43e6a4a7defde1ef8496d53d7b4f9edab (patch)
treeb8fb7e47ad7944b628e743b1ed5aa2375a6c9de0 /dev-python/pastescript
parentDelete needless whitespace. (diff)
downloadgentoo-2-6a8287e43e6a4a7defde1ef8496d53d7b4f9edab.tar.gz
gentoo-2-6a8287e43e6a4a7defde1ef8496d53d7b4f9edab.tar.bz2
gentoo-2-6a8287e43e6a4a7defde1ef8496d53d7b4f9edab.zip
Use PyPI mirrors. Delete needless whitespace.
(Portage version: 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
}