diff options
author | 2003-10-08 17:02:37 +0000 | |
---|---|---|
committer | 2003-10-08 17:02:37 +0000 | |
commit | 0d2ed58a7b0781e770599da0e8bb93754d2c9426 (patch) | |
tree | 0905b708d2ad13e02e5ead55fb8ff09b0771b082 | |
parent | Version bump (diff) | |
download | historical-0d2ed58a7b0781e770599da0e8bb93754d2c9426.tar.gz historical-0d2ed58a7b0781e770599da0e8bb93754d2c9426.tar.bz2 historical-0d2ed58a7b0781e770599da0e8bb93754d2c9426.zip |
Version bump
-rw-r--r-- | dev-python/wxpython-docs/Manifest | 4 | ||||
-rw-r--r-- | dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.1.2 | 1 | ||||
-rw-r--r-- | dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild | 25 |
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest index 83d1ec4d9aa9..c38ff494bec5 100644 --- a/dev-python/wxpython-docs/Manifest +++ b/dev-python/wxpython-docs/Manifest @@ -1,6 +1,6 @@ -MD5 b6b029122e407697eb182db1048d1455 ChangeLog 431 +MD5 7c62f4ca74039ebbe1e2beeb421f9584 ChangeLog 586 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 MD5 8ea18fe7b80294f5bbc7db5c221fd6e2 wxpython-docs-2.4.0.7.ebuild 762 -MD5 9acfb71280cc38427455a3cb040a57fc wxpython-docs-2.4.1.2.ebuild 644 +MD5 ab9cdaa6b46809ac371e771c5b47a61d wxpython-docs-2.4.1.2.ebuild 764 MD5 52f0f1eee85a5d6f1988758ac11c7a71 files/digest-wxpython-docs-2.4.0.7 73 MD5 faca6b36631fc49721584435a37f2ee6 files/digest-wxpython-docs-2.4.1.2 73 diff --git a/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.1.2 b/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.1.2 new file mode 100644 index 000000000000..4a2fd4b75c5d --- /dev/null +++ b/dev-python/wxpython-docs/files/digest-wxpython-docs-2.4.1.2 @@ -0,0 +1 @@ +MD5 8865ea2414eb0b6351c9c5a2ea116741 wxPythonDocs-2.4.1.2.tar.gz 1686879 diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild new file mode 100644 index 000000000000..d4435030112a --- /dev/null +++ b/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.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.1.2.ebuild,v 1.1 2003/10/08 17:02:28 pythonhead 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="wxWinFDL-3" +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/ +} |