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 | 61e4ee6afbe164fbaa507ebed9d86c243119c188 (patch) | |
tree | a21c397d182a3111fd92c1953fea571c9ca9e705 /dev-python/stripogram-py21 | |
parent | Initial import. (diff) | |
download | gentoo-2-61e4ee6afbe164fbaa507ebed9d86c243119c188.tar.gz gentoo-2-61e4ee6afbe164fbaa507ebed9d86c243119c188.tar.bz2 gentoo-2-61e4ee6afbe164fbaa507ebed9d86c243119c188.zip |
Initial import.
Diffstat (limited to 'dev-python/stripogram-py21')
-rw-r--r-- | dev-python/stripogram-py21/ChangeLog | 9 | ||||
-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 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/stripogram-py21/ChangeLog b/dev-python/stripogram-py21/ChangeLog new file mode 100644 index 000000000000..52e6b0a622cf --- /dev/null +++ b/dev-python/stripogram-py21/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/stripogram-py21 +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram-py21/ChangeLog,v 1.1 2003/04/08 08:29:04 kutsuya Exp $ + +*stripogram-py21-1.4 (08 Apr 2003) + + 08 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> stripogram-py21-1.4.ebuild: + Initial import. + 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="" + |