diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-11 15:27:43 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-11 15:27:43 +0000 |
commit | 3aa03c35ee49673a971a246f91c380f20730d37c (patch) | |
tree | 0a2513734c9c69b5f97588eafa0fb46d5721014e /dev-python/decorator | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-3aa03c35ee49673a971a246f91c380f20730d37c.tar.gz gentoo-2-3aa03c35ee49673a971a246f91c380f20730d37c.tar.bz2 gentoo-2-3aa03c35ee49673a971a246f91c380f20730d37c.zip |
Update HOMEPAGE.
(Portage version: 2.2.0_alpha29_p12/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/decorator-3.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/decorator/decorator-3.3.0.ebuild b/dev-python/decorator/decorator-3.3.0.ebuild index 158b919e4952..fe2b3fff8f14 100644 --- a/dev-python/decorator/decorator-3.3.0.ebuild +++ b/dev-python/decorator/decorator-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.6 2011/02/27 18:08:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.7 2011/04/11 15:27:43 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -9,7 +9,7 @@ PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5" inherit distutils DESCRIPTION="Simplifies the usage of decorators for the average programmer" -HOMEPAGE="http://pypi.python.org/pypi/decorator" +HOMEPAGE="http://pypi.python.org/pypi/decorator http://code.google.com/p/micheles/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |