diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-08 17:02:37 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2003-10-08 17:02:37 +0000 |
commit | f88bee8827541ff955db57ac6cb7f3b805a51be9 (patch) | |
tree | f9dff770051dd5d9a87b2624408ff1b3aa1c359c /dev-python/wxpython-docs | |
parent | Version bump (diff) | |
download | gentoo-2-f88bee8827541ff955db57ac6cb7f3b805a51be9.tar.gz gentoo-2-f88bee8827541ff955db57ac6cb7f3b805a51be9.tar.bz2 gentoo-2-f88bee8827541ff955db57ac6cb7f3b805a51be9.zip |
Version bump
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r-- | dev-python/wxpython-docs/ChangeLog | 8 | ||||
-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 |
4 files changed, 35 insertions, 3 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog index 4146049e4871..b38fa17face4 100644 --- a/dev-python/wxpython-docs/ChangeLog +++ b/dev-python/wxpython-docs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/wxpython-docs # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.1 2003/07/08 00:52:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.2 2003/10/08 17:02:28 pythonhead Exp $ + +*wxpython-docs-2.4.1.2 (08 Oct 2003) + + 08 Oct 2003; Rob Cakebread <pythonhead@gentoo.org> + wxpython-docs-2.4.1.2.ebuild: + Version bump (bug #30601) *wxpython-docs-2.4.0.7 (08 Jul 2003) 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/ +} |