diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:11:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:11:39 +0000 |
commit | ea153437893cf66cf4dedcb8f19dc69e825f818a (patch) | |
tree | 403523303175e378378c7a994f5811dcbf6e40a2 /dev-python/stripogram | |
parent | fix license/repoman (diff) | |
download | gentoo-2-ea153437893cf66cf4dedcb8f19dc69e825f818a.tar.gz gentoo-2-ea153437893cf66cf4dedcb8f19dc69e825f818a.tar.bz2 gentoo-2-ea153437893cf66cf4dedcb8f19dc69e825f818a.zip |
fix license/repoman
Diffstat (limited to 'dev-python/stripogram')
-rw-r--r-- | dev-python/stripogram/stripogram-1.4.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/stripogram/stripogram-1.4.ebuild b/dev-python/stripogram/stripogram-1.4.ebuild index c3d8c37c8a3f..0689ce86160a 100644 --- a/dev-python/stripogram/stripogram-1.4.ebuild +++ b/dev-python/stripogram/stripogram-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/stripogram-1.4.ebuild,v 1.4 2003/06/23 02:48:18 kutsuya Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.4.ebuild,v 1.5 2003/08/07 03:06:44 vapier Exp $ inherit distutils P_NEW="${PN}-${PV/\./-}" @@ -8,9 +8,8 @@ S=${WORKDIR}/${PN} 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="" - |