diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-08 08:19:31 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-08 08:19:31 +0000 |
commit | ed7e3b615be36d62cde5c777c8a8e26c1ee11698 (patch) | |
tree | 90d0229515de4c0d781327aac65e3eb54cc9eb5d /dev-python/stripogram | |
parent | Initial import. (diff) | |
download | gentoo-2-ed7e3b615be36d62cde5c777c8a8e26c1ee11698.tar.gz gentoo-2-ed7e3b615be36d62cde5c777c8a8e26c1ee11698.tar.bz2 gentoo-2-ed7e3b615be36d62cde5c777c8a8e26c1ee11698.zip |
Initial import.
Diffstat (limited to 'dev-python/stripogram')
-rw-r--r-- | dev-python/stripogram/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/stripogram/files/digest-stripogram-1.4 | 2 | ||||
-rw-r--r-- | dev-python/stripogram/stripogram-1.4.ebuild | 16 |
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/stripogram/ChangeLog b/dev-python/stripogram/ChangeLog new file mode 100644 index 000000000000..048de0b59fda --- /dev/null +++ b/dev-python/stripogram/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/stripogram +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/ChangeLog,v 1.1 2003/04/08 08:19:13 kutsuya Exp $ + +*stripogram-1.4 (08 Apr 2003) + + 08 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> stripogram-1.4.ebuild: + Initial import. + diff --git a/dev-python/stripogram/files/digest-stripogram-1.4 b/dev-python/stripogram/files/digest-stripogram-1.4 index a8c39f2fb7c3..b7fee27233b5 100644 --- a/dev-python/stripogram/files/digest-stripogram-1.4 +++ b/dev-python/stripogram/files/digest-stripogram-1.4 @@ -1,2 +1,2 @@ -MD5 de2782665b3ebb721b37b44f1040ac48 /stripogram-1.4.ebuild 402 +MD5 558224ccdd2a8a0fe710c2a2edacb360 /stripogram-1.4.ebuild 509 MD5 d09a0fa325ec2ae9a6a94b0b4aabd408 stripogram-1-4.tgz 10767 diff --git a/dev-python/stripogram/stripogram-1.4.ebuild b/dev-python/stripogram/stripogram-1.4.ebuild new file mode 100644 index 000000000000..19d545cbcdca --- /dev/null +++ b/dev-python/stripogram/stripogram-1.4.ebuild @@ -0,0 +1,16 @@ +# 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.1 2003/04/08 08:19:13 kutsuya Exp $ + +inherit distutils +P_NEW="${PN}-${PV/\./-}" +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" +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="MIT" +IUSE="" + |