summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-08 00:52:10 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-08 00:52:10 +0000
commit423c34605e5d89b82916e9c4c332347b9fa7773c (patch)
treeb0de6cc36f4e524197a1049c7364305613d1c8a9 /dev-python/wxpython-demo
parentwxpython docs (diff)
downloadgentoo-2-423c34605e5d89b82916e9c4c332347b9fa7773c.tar.gz
gentoo-2-423c34605e5d89b82916e9c4c332347b9fa7773c.tar.bz2
gentoo-2-423c34605e5d89b82916e9c4c332347b9fa7773c.zip
wxpython docs
Diffstat (limited to 'dev-python/wxpython-demo')
-rw-r--r--dev-python/wxpython-demo/ChangeLog10
-rw-r--r--dev-python/wxpython-demo/Manifest4
-rw-r--r--dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.0.71
-rw-r--r--dev-python/wxpython-demo/metadata.xml6
-rw-r--r--dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild28
5 files changed, 48 insertions, 1 deletions
diff --git a/dev-python/wxpython-demo/ChangeLog b/dev-python/wxpython-demo/ChangeLog
new file mode 100644
index 000000000000..b2a9a57e780b
--- /dev/null
+++ b/dev-python/wxpython-demo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/wxpython-demo
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/ChangeLog,v 1.1 2003/07/08 00:49:14 liquidx Exp $
+
+*wxpython-demo-2.4.0.7 (08 Jul 2003)
+
+ 08 Jul 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml,
+ wxpython-demo-2.4.0.7.ebuild:
+ ebuild submitted by Rob Cakebread <robc@myrealbox.com> (#23344)
+
diff --git a/dev-python/wxpython-demo/Manifest b/dev-python/wxpython-demo/Manifest
index f4f94f74689d..df60a8b0313b 100644
--- a/dev-python/wxpython-demo/Manifest
+++ b/dev-python/wxpython-demo/Manifest
@@ -1,2 +1,4 @@
-MD5 a92132135d1b599f1041a55add28523d wxpython-demo-2.4.0.7.ebuild 692
+MD5 80792597efc3c91f6065d472c4bffe8b wxpython-demo-2.4.0.7.ebuild 894
+MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
+MD5 711c1ef9ee74735d5d86829a23f031a0 ChangeLog 431
MD5 51ae26b9189b625fdacd93232e7a524a files/digest-wxpython-demo-2.4.0.7 72
diff --git a/dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.0.7 b/dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.0.7
new file mode 100644
index 000000000000..ce315f41c425
--- /dev/null
+++ b/dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.0.7
@@ -0,0 +1 @@
+MD5 37376852bf0d6f6f2f3d5b0061de1d29 wxPythonDemo-2.4.0.7.tar.gz 886249
diff --git a/dev-python/wxpython-demo/metadata.xml b/dev-python/wxpython-demo/metadata.xml
new file mode 100644
index 000000000000..1242997222b6
--- /dev/null
+++ b/dev-python/wxpython-demo/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-demo/wxpython-demo-2.4.0.7.ebuild b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild
new file mode 100644
index 000000000000..a102c2bb279e
--- /dev/null
+++ b/dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild
@@ -0,0 +1,28 @@
+# 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-demo/wxpython-demo-2.4.0.7.ebuild,v 1.1 2003/07/08 00:49:14 liquidx Exp $
+
+MY_P=${P/wxpython-demo/wxPythonDemo}
+
+DESCRIPTION="wxPython demo files"
+HOMEPAGE="http://www.wxpython.org"
+SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+
+# NOTE: rename DOCDIR to "wxpython" (lowercase) when dev-python/wxPython is renamed
+S="${WORKDIR}/${MY_P}"
+DOCDIR="wxPython-${PVR}"
+
+src_install() {
+ dodir /usr/share/doc/${DOCDIR}
+ dodir /usr/share/doc/${DOCDIR}/demo
+ dodir /usr/share/doc/${DOCDIR}/samples
+ cp -R ${WORKDIR}/${DOCDIR}/demo/* ${D}/usr/share/doc/${DOCDIR}/demo/
+ cp -R ${WORKDIR}/${DOCDIR}/samples/* ${D}/usr/share/doc/${DOCDIR}/samples/
+}