diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-22 20:43:47 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-22 20:43:47 +0000 |
commit | 7e7f46157d545f10870cfc99dc22ea04a0cef4dd (patch) | |
tree | 74d171d9b20977f73497826abcf6fdac8d809a46 /dev-python/decorator | |
parent | Add messages to "die" commands. (diff) | |
download | historical-7e7f46157d545f10870cfc99dc22ea04a0cef4dd.tar.gz historical-7e7f46157d545f10870cfc99dc22ea04a0cef4dd.tar.bz2 historical-7e7f46157d545f10870cfc99dc22ea04a0cef4dd.zip |
Use PyPI mirrors. Fix indentation.
Package-Manager: portage-2.2_rc86_p1/cvs/Linux x86_64
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/Manifest | 2 | ||||
-rw-r--r-- | dev-python/decorator/decorator-3.2.0.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/decorator/Manifest b/dev-python/decorator/Manifest index 87a53223ec5f..2cb9cac092be 100644 --- a/dev-python/decorator/Manifest +++ b/dev-python/decorator/Manifest @@ -1,4 +1,4 @@ DIST decorator-3.2.0.tar.gz 98084 RMD160 273ea8d3b66576e18ab74d8d7dbd5d97322dbb4f SHA1 6ff071eae5f87af0708855d55912e8d9a83916a8 SHA256 a4f279ec84be9a19aa3ede52474f3fb7199abe92bad667e519633d137df76c2f -EBUILD decorator-3.2.0.ebuild 1145 RMD160 87a6d00597a51398d473d97bac6237a06c541dd9 SHA1 ad5e9d001429366fd5c2129955edae7dc42c6b5e SHA256 075992c5d08f2fcdebe1e9b01973e65f4789b1dc299b829f69d85106fa56ee00 +EBUILD decorator-3.2.0.ebuild 1126 RMD160 9b0877093b74835cd168e6b8abd712abb25b3b71 SHA1 eb68c2bd0bbbef9768881e726c0cf21ca8cafdfc SHA256 f362e9959908be7127ef86cfb29f657c7127731a41658297fa4d8479f978efd2 MISC ChangeLog 2973 RMD160 f86bb9536d4189e5309d1625828a4a0fcb93cecf SHA1 f7d2b137bcbda4ac0f292c2c7840ef4188cff750 SHA256 0d02158ee355f34673174ef80df463fd7d1c6a74d8a1028bd540590f083954eb MISC metadata.xml 466 RMD160 2e0aefd00364286b5fe33226ccddd5197bc0044c SHA1 1774085c42e131dbc6a320dcdd3465df18850096 SHA256 b41a98c8c1c4722d925be9c7d02be1eee04f72bc58c14cda63346c4b40e7e277 diff --git a/dev-python/decorator/decorator-3.2.0.ebuild b/dev-python/decorator/decorator-3.2.0.ebuild index 623629c2db6b..0290450094d0 100644 --- a/dev-python/decorator/decorator-3.2.0.ebuild +++ b/dev-python/decorator/decorator-3.2.0.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/decorator/decorator-3.2.0.ebuild,v 1.7 2010/08/12 01:03:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.8 2010/09/22 20:43:47 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ inherit distutils DESCRIPTION="Simplifies the usage of decorators for the average programmer" HOMEPAGE="http://pypi.python.org/pypi/decorator" -SRC_URI="http://pypi.python.org/packages/source/d/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -37,7 +37,7 @@ src_install() { distutils_src_install if use doc; then - dodoc documentation.pdf documentation3.pdf || die "dodoc failed" - dohtml documentation.html documentation3.html || die "dohtml failed" + dodoc documentation.pdf documentation3.pdf || die "dodoc failed" + dohtml documentation.html documentation3.html || die "dohtml failed" fi } |