summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-07-16 00:41:52 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-07-16 00:41:52 +0000
commitdeef4d134ec29aef49750f9b564cf53aa82f310b (patch)
tree05ac22e3c94fd31e873ebfc29d901e0d392151d3 /dev-python/wxpython-docs
parentNew ebuildy goodness (Manifest recommit) (diff)
downloadgentoo-2-deef4d134ec29aef49750f9b564cf53aa82f310b.tar.gz
gentoo-2-deef4d134ec29aef49750f9b564cf53aa82f310b.tar.bz2
gentoo-2-deef4d134ec29aef49750f9b564cf53aa82f310b.zip
Fixed DOCDIR. Closes bug# 57237
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r--dev-python/wxpython-docs/ChangeLog6
-rw-r--r--dev-python/wxpython-docs/Manifest6
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild10
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog
index 7a8228c8db9f..5750cea60a71 100644
--- a/dev-python/wxpython-docs/ChangeLog
+++ b/dev-python/wxpython-docs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxpython-docs
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.5 2004/07/03 11:56:15 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.6 2004/07/16 00:41:52 pythonhead Exp $
+
+ 15 Jul 2004; Rob Cakebread <pythonhead@gentoo.org>
+ wxpython-docs-2.4.2.4.ebuild:
+ Fixed DOCDIR. Closes bug# 57237
03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org>
wxpython-docs-2.4.0.7.ebuild, wxpython-docs-2.4.1.2.ebuild,
diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest
index f7c991ac6b89..f55a2326680b 100644
--- a/dev-python/wxpython-docs/Manifest
+++ b/dev-python/wxpython-docs/Manifest
@@ -1,8 +1,8 @@
-MD5 1ab39bcddeb43a9ad009847b561f8931 wxpython-docs-2.4.1.2.ebuild 675
-MD5 785314f58f94cc84ee0f60344e751340 wxpython-docs-2.4.2.4.ebuild 675
-MD5 72de3b4cffd5a8fea1b84c10b7ffebde ChangeLog 940
+MD5 d5acc84fbd73afbdafd410465ebd2bba ChangeLog 1060
MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
MD5 3fccd83707e878a2477a25ef477750af wxpython-docs-2.4.0.7.ebuild 674
+MD5 1ab39bcddeb43a9ad009847b561f8931 wxpython-docs-2.4.1.2.ebuild 675
+MD5 b19dd4c8ced799222f65421a267ade48 wxpython-docs-2.4.2.4.ebuild 559
MD5 52f0f1eee85a5d6f1988758ac11c7a71 files/digest-wxpython-docs-2.4.0.7 73
MD5 faca6b36631fc49721584435a37f2ee6 files/digest-wxpython-docs-2.4.1.2 73
MD5 b0fe04f82390f60887781f76d1ebbff2 files/digest-wxpython-docs-2.4.2.4 73
diff --git a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild
index 40114242e1a5..6489926ed4d8 100644
--- a/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild
+++ b/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild,v 1.4 2004/07/03 12:32:27 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild,v 1.5 2004/07/16 00:41:52 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"
@@ -12,13 +13,12 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-DOCDIR="wxpython-${PVR}"
+S="${WORKDIR}/wxPython-${PVR}"
+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/
}
+