diff options
author | 2003-08-07 03:07:56 +0000 | |
---|---|---|
committer | 2003-08-07 03:07:56 +0000 | |
commit | 9b9e0b2fb3be5f797c37470e96389055a4ce1309 (patch) | |
tree | 0a2f9a8238b4900f922a87ac144849302cc43071 /dev-python/stripogram-py21 | |
parent | gcc3.3 patch (diff) | |
download | historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.gz historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.bz2 historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.zip |
fix license/repoman
Diffstat (limited to 'dev-python/stripogram-py21')
-rw-r--r-- | dev-python/stripogram-py21/stripogram-py21-1.4.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild b/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild index a68e9fd9df80..d0b25bdf0ea8 100644 --- a/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild +++ b/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild,v 1.4 2003/06/23 02:52:05 kutsuya Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild,v 1.5 2003/08/07 03:07:06 vapier Exp $ PYTHON_SLOT_VERSION=2.1 @@ -10,9 +10,8 @@ S=${WORKDIR}/${PN%-py21} DESCRIPTION="A library for converting HTML to Plain Text." HOMEPAGE="http://www.zope.org/Members/chrisw/StripOGram/" -SRC_URI="${HOMEPAGE}/${P_NEW}.tgz" +SRC_URI="http://www.zope.org/Members/chrisw/StripOGram/${P_NEW}.tgz" + +LICENSE="MIT" SLOT="0" KEYWORDS="x86 ppc" -LICENSE="MIT" -IUSE="" - |