diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 00:52:01 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 00:52:01 +0000 |
commit | bea249d729a515a2699433c19feec60e8cdea4fc (patch) | |
tree | 05129fdb75370c4b402f859d19fc3a8adcddbfc0 /dev-python/wxpython-demo | |
parent | wxpython docs (diff) | |
download | historical-bea249d729a515a2699433c19feec60e8cdea4fc.tar.gz historical-bea249d729a515a2699433c19feec60e8cdea4fc.tar.bz2 historical-bea249d729a515a2699433c19feec60e8cdea4fc.zip |
wxpython docs
Diffstat (limited to 'dev-python/wxpython-demo')
-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 |
4 files changed, 38 insertions, 1 deletions
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/ +} |