diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-08 08:29:27 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-08 08:29:27 +0000 |
commit | 9276356c7e151cf7d788480aa0ddb2c5b6b0ef47 (patch) | |
tree | b15939685044fd48dce9b4f83b21c9fd1affb0ac /dev-python | |
parent | Initial import. (diff) | |
download | historical-9276356c7e151cf7d788480aa0ddb2c5b6b0ef47.tar.gz historical-9276356c7e151cf7d788480aa0ddb2c5b6b0ef47.tar.bz2 historical-9276356c7e151cf7d788480aa0ddb2c5b6b0ef47.zip |
Initial import.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/stripogram-py21/files/digest-stripogram-py21-1.4 | 2 | ||||
-rw-r--r-- | dev-python/stripogram-py21/stripogram-py21-1.4.ebuild | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/dev-python/stripogram-py21/files/digest-stripogram-py21-1.4 b/dev-python/stripogram-py21/files/digest-stripogram-py21-1.4 index ef63d38d838f..ac649e994f41 100644 --- a/dev-python/stripogram-py21/files/digest-stripogram-py21-1.4 +++ b/dev-python/stripogram-py21/files/digest-stripogram-py21-1.4 @@ -1,2 +1,2 @@ -MD5 4c28ab43f8714e60eb4b9f0b2bf86d4d /stripogram-py21-1.4.ebuild 439 +MD5 87cb5cb0609cf9afabdc4f846a655cda /stripogram-py21-1.4.ebuild 556 MD5 d09a0fa325ec2ae9a6a94b0b4aabd408 stripogram-1-4.tgz 10767 diff --git a/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild b/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild new file mode 100644 index 000000000000..c395ff82b6c0 --- /dev/null +++ b/dev-python/stripogram-py21/stripogram-py21-1.4.ebuild @@ -0,0 +1,18 @@ +# 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.1 2003/04/08 08:29:04 kutsuya Exp $ + +PYTHON_SLOT_VERSION=2.1 + +inherit distutils +P_NEW="${PN%-py21}-${PV/\./-}" +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" +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="MIT" +IUSE="" + |