diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-29 19:58:28 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-29 19:58:28 +0000 |
commit | bb86d854924de30f857a12a63d69b5d510408fee (patch) | |
tree | d891f5feb38addab589460c80788154d46a6ccfb /dev-python/flup | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-bb86d854924de30f857a12a63d69b5d510408fee.tar.gz gentoo-2-bb86d854924de30f857a12a63d69b5d510408fee.tar.bz2 gentoo-2-bb86d854924de30f857a12a63d69b5d510408fee.zip |
Update HOMEPAGE.
(Portage version: 14920-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/flup')
-rw-r--r-- | dev-python/flup/flup-1.0.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/flup/flup-1.0.2.ebuild b/dev-python/flup/flup-1.0.2.ebuild index 42560341a916..d64d46198328 100644 --- a/dev-python/flup/flup-1.0.2.ebuild +++ b/dev-python/flup/flup-1.0.2.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v 1.3 2009/10/10 16:58:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.2.ebuild,v 1.4 2009/11/29 19:58:28 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit distutils -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" - DESCRIPTION="Random assortment of WSGI servers" -HOMEPAGE="http://www.saddi.com/software/flup/" +HOMEPAGE="http://trac.saddi.com/flup http://pypi.python.org/pypi/flup" SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz" + LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |