summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-04-08 08:19:31 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-04-08 08:19:31 +0000
commit3543718516a8a84bbcb1e1633937fb35404e1557 (patch)
tree7b3c9a53fa90af1528b518a4fb29ce9a3c33cfab /dev-python/stripogram
parentInitial import. (diff)
downloadhistorical-3543718516a8a84bbcb1e1633937fb35404e1557.tar.gz
historical-3543718516a8a84bbcb1e1633937fb35404e1557.tar.bz2
historical-3543718516a8a84bbcb1e1633937fb35404e1557.zip
Initial import.
Diffstat (limited to 'dev-python/stripogram')
-rw-r--r--dev-python/stripogram/files/digest-stripogram-1.42
-rw-r--r--dev-python/stripogram/stripogram-1.4.ebuild16
2 files changed, 17 insertions, 1 deletions
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=""
+