diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 00:52:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-08 00:52:10 +0000 |
commit | 423c34605e5d89b82916e9c4c332347b9fa7773c (patch) | |
tree | b0de6cc36f4e524197a1049c7364305613d1c8a9 /dev-python/wxpython-docs | |
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/wxpython-docs')
-rw-r--r-- | dev-python/wxpython-docs/Manifest | 4 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild | 25 |
2 files changed, 28 insertions, 1 deletions
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/ +} |