summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-08 00:52:01 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-08 00:52:01 +0000
commitbea249d729a515a2699433c19feec60e8cdea4fc (patch)
tree05129fdb75370c4b402f859d19fc3a8adcddbfc0 /dev-python/wxpython-docs
parentwxpython docs (diff)
downloadhistorical-bea249d729a515a2699433c19feec60e8cdea4fc.tar.gz
historical-bea249d729a515a2699433c19feec60e8cdea4fc.tar.bz2
historical-bea249d729a515a2699433c19feec60e8cdea4fc.zip
wxpython docs
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r--dev-python/wxpython-docs/ChangeLog10
-rw-r--r--dev-python/wxpython-docs/Manifest4
-rw-r--r--dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.71
-rw-r--r--dev-python/wxpython-docs/metadata.xml6
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild25
5 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog
new file mode 100644
index 000000000000..4146049e4871
--- /dev/null
+++ b/dev-python/wxpython-docs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/wxpython-docs
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.1 2003/07/08 00:52:01 liquidx Exp $
+
+*wxpython-docs-2.4.0.7 (08 Jul 2003)
+
+ 08 Jul 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml,
+ wxpython-docs-2.4.0.7.ebuild:
+ ebuild submitted by Rob Cakebread <robc@myrealbox.com> (#23347)
+
diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest
new file mode 100644
index 000000000000..5ee3730ad82f
--- /dev/null
+++ b/dev-python/wxpython-docs/Manifest
@@ -0,0 +1,4 @@
+MD5 7dd73f43fd6f5f9995485ede8a7dd502 wxpython-docs-2.4.0.7.ebuild 770
+MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
+MD5 b6b029122e407697eb182db1048d1455 ChangeLog 431
+MD5 52f0f1eee85a5d6f1988758ac11c7a71 files/digest-wxpython-docs-2.4.0.7 73
diff --git a/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.7 b/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.7
new file mode 100644
index 000000000000..460492fbf95e
--- /dev/null
+++ b/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.0.7
@@ -0,0 +1 @@
+MD5 46d3ae7cdde36d8f82c70c7ab03fc59c wxPythonDocs-2.4.0.7.tar.gz 1683743
diff --git a/dev-python/wxpython-docs/metadata.xml b/dev-python/wxpython-docs/metadata.xml
new file mode 100644
index 000000000000..1242997222b6
--- /dev/null
+++ b/dev-python/wxpython-docs/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>python</herd>
+<herd>wxwindows</herd>
+</pkgmetadata>
diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
new file mode 100644
index 000000000000..87583e1d8675
--- /dev/null
+++ b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.1 2003/07/08 00:52:01 liquidx Exp $
+
+MY_P="${P/wxpython-docs/wxPythonDocs}"
+DESCRIPTION="wxPython documentation"
+HOMEPAGE="http://www.wxpython.org"
+SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz"
+
+LICENSE="PYTHON"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+
+# NOTE: rename to "wxpython" (lowercase) when we rename dev-python/wxPython
+S="${WORKDIR}/${MY_P}"
+DOCDIR="wxPython-${PVR}"
+
+src_install() {
+ dodir /usr/share/doc/${DOCDIR}
+ dodir /usr/share/doc/${DOCDIR}/docs
+ cp -R ${WORKDIR}/${DOCDIR}/docs/* ${D}/usr/share/doc/${DOCDIR}/docs/
+}