diff options
author | 2003-07-08 00:52:10 +0000 | |
---|---|---|
committer | 2003-07-08 00:52:10 +0000 | |
commit | 423c34605e5d89b82916e9c4c332347b9fa7773c (patch) | |
tree | b0de6cc36f4e524197a1049c7364305613d1c8a9 /dev-python | |
parent | wxpython docs (diff) | |
download | gentoo-2-423c34605e5d89b82916e9c4c332347b9fa7773c.tar.gz gentoo-2-423c34605e5d89b82916e9c4c332347b9fa7773c.tar.bz2 gentoo-2-423c34605e5d89b82916e9c4c332347b9fa7773c.zip |
wxpython docs
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython-demo/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/wxpython-demo/Manifest | 4 | ||||
-rw-r--r-- | dev-python/wxpython-demo/files/digest-wxpython-demo-2.4.0.7 | 1 | ||||
-rw-r--r-- | dev-python/wxpython-demo/metadata.xml | 6 | ||||
-rw-r--r-- | dev-python/wxpython-demo/wxpython-demo-2.4.0.7.ebuild | 28 | ||||
-rw-r--r-- | dev-python/wxpython-docs/Manifest | 4 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild | 25 |
7 files changed, 76 insertions, 2 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/ +} diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest index 91c171483c65..ece9844493e7 100644 --- a/dev-python/wxpython-docs/Manifest +++ b/dev-python/wxpython-docs/Manifest @@ -1,2 +1,4 @@ -MD5 488f89585ddf95a7145083229aa99dc5 wxpython-docs-2.4.0.7.ebuild 649 +MD5 8c316bc018eaac6bdaeef6c99698376d wxpython-docs-2.4.0.7.ebuild 766 +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/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/ +} |