diff options
author | 2009-10-30 20:50:01 +0000 | |
---|---|---|
committer | 2009-10-30 20:50:01 +0000 | |
commit | a98dbd45ee8612ce63ff6bd791898d114c7bd14a (patch) | |
tree | 00a7cf03ac7f84a95f13101507fda9e2cea54c43 /dev-python/twisted | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-a98dbd45ee8612ce63ff6bd791898d114c7bd14a.tar.gz gentoo-2-a98dbd45ee8612ce63ff6bd791898d114c7bd14a.tar.bz2 gentoo-2-a98dbd45ee8612ce63ff6bd791898d114c7bd14a.zip |
Update HOMEPAGE.
(Portage version: 14746-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-8.2.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted/twisted-8.2.0-r2.ebuild b/dev-python/twisted/twisted-8.2.0-r2.ebuild index 90213f39cb32..4ed4dfdea6e7 100644 --- a/dev-python/twisted/twisted-8.2.0-r2.ebuild +++ b/dev-python/twisted/twisted-8.2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.2.0-r2.ebuild,v 1.4 2009/10/30 10:58:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-8.2.0-r2.ebuild,v 1.5 2009/10/30 20:50:01 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -10,7 +10,7 @@ inherit distutils versionator MY_P="TwistedCore-${PV}" DESCRIPTION="An asynchronous networking framework written in Python" -HOMEPAGE="http://www.twistedmatrix.com/" +HOMEPAGE="http://www.twistedmatrix.com/ http://pypi.python.org/pypi/Twisted" SRC_URI="http://tmrc.mit.edu/mirror/${PN}/Core/$(get_version_component_range 1-2)/${MY_P}.tar.bz2" LICENSE="MIT" |