summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2003-05-30 16:32:03 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2003-05-30 16:32:03 +0000
commita1fbb67ade7d334c9d216e480fb60a0ccfea6a34 (patch)
tree3f6c8799c5690b1b75479179e48b4f516dde4402 /dev-python
parentNew package for converting text (ReST) to html. (diff)
downloadgentoo-2-a1fbb67ade7d334c9d216e480fb60a0ccfea6a34.tar.gz
gentoo-2-a1fbb67ade7d334c9d216e480fb60a0ccfea6a34.tar.bz2
gentoo-2-a1fbb67ade7d334c9d216e480fb60a0ccfea6a34.zip
New package for converting text (ReST) to html.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/docutils/ChangeLog12
-rw-r--r--dev-python/docutils/Manifest4
-rw-r--r--dev-python/docutils/docutils-0.3_pre20030530.ebuild28
-rw-r--r--dev-python/docutils/files/digest-docutils-0.3_pre200305301
4 files changed, 43 insertions, 2 deletions
diff --git a/dev-python/docutils/ChangeLog b/dev-python/docutils/ChangeLog
new file mode 100644
index 000000000000..bdbe4b8a21b6
--- /dev/null
+++ b/dev-python/docutils/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-python/docutils
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/ChangeLog,v 1.1 2003/05/30 16:31:57 g2boojum Exp $
+
+*docutils-0.3_pre20030530 (30 May 2003)
+
+ 30 May 2003; Grant Goodyear <g2boojum@gentoo.org>
+ docutils-0.3_pre20030530.ebuild:
+ New package. Marking stable on x86 because (a) there are no other
+ versions in the tree, and (b) if this package is broken it won't break
+ anything else.
+
diff --git a/dev-python/docutils/Manifest b/dev-python/docutils/Manifest
index ca85135fe21c..04613aa2ee3b 100644
--- a/dev-python/docutils/Manifest
+++ b/dev-python/docutils/Manifest
@@ -1,3 +1,3 @@
-MD5 8d2a56615726bc42b14a6a606528b8eb .docutils-0.3_pre20030530.ebuild.swp 12288
-MD5 be8543a935c6cf12ddc5b7744a3be6ec docutils-0.3_pre20030530.ebuild 730
+MD5 97076e9e687042440f175f79c19c7502 docutils-0.3_pre20030530.ebuild 710
+MD5 1509bf5e1849890a1bafa503fc53a281 ChangeLog 510
MD5 8c6d9ea3ddd2e36b369112ee20b660fb files/digest-docutils-0.3_pre20030530 73
diff --git a/dev-python/docutils/docutils-0.3_pre20030530.ebuild b/dev-python/docutils/docutils-0.3_pre20030530.ebuild
new file mode 100644
index 000000000000..2f73da21a244
--- /dev/null
+++ b/dev-python/docutils/docutils-0.3_pre20030530.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.3_pre20030530.ebuild,v 1.1 2003/05/30 16:31:57 g2boojum Exp $
+
+DESCRIPTION="Set of python tools for processing plaintext docs into HTML, XML, etc."
+HOMEPAGE="http://docutils.sourceforge.net/"
+SRC_URI="mirror://${P}.tgz"
+
+LICENSE="public-domain PYTHON"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+inherit distutils
+
+DEPEND=">=dev-lang/python-2.1"
+S=${WORKDIR}/${PN}
+
+src_install() {
+ mydoc="MANIFEST.in *.txt"
+ distutils_src_install
+ dodoc docs/*
+ dodir /usr/share/${PN}
+ cp -a tools test spec ${D}/usr/share/${PN}
+ cd tools
+ dobin *.py
+}
+
diff --git a/dev-python/docutils/files/digest-docutils-0.3_pre20030530 b/dev-python/docutils/files/digest-docutils-0.3_pre20030530
new file mode 100644
index 000000000000..82fdd4ba805e
--- /dev/null
+++ b/dev-python/docutils/files/digest-docutils-0.3_pre20030530
@@ -0,0 +1 @@
+MD5 fe067d12639ff29d2e307d36a52fcfe0 docutils-0.3_pre20030530.tgz 460854