summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-07-03 11:56:15 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-07-03 11:56:15 +0000
commitd3de57c2d1ef77229bd157fc301ec696eeb270ff (patch)
treeedd93cf37d931f3ffb69892090646e8b5123cd16 /dev-python/wxpython-docs
parentfull path to jabberd in init script (diff)
downloadhistorical-d3de57c2d1ef77229bd157fc301ec696eeb270ff.tar.gz
historical-d3de57c2d1ef77229bd157fc301ec696eeb270ff.tar.bz2
historical-d3de57c2d1ef77229bd157fc301ec696eeb270ff.zip
wxPython is now wxpython.
Diffstat (limited to 'dev-python/wxpython-docs')
-rw-r--r--dev-python/wxpython-docs/ChangeLog7
-rw-r--r--dev-python/wxpython-docs/Manifest8
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild4
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild4
-rw-r--r--dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild4
5 files changed, 16 insertions, 11 deletions
diff --git a/dev-python/wxpython-docs/ChangeLog b/dev-python/wxpython-docs/ChangeLog
index 072d06e9d379..7a8228c8db9f 100644
--- a/dev-python/wxpython-docs/ChangeLog
+++ b/dev-python/wxpython-docs/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2004/06/25 01:52:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/ChangeLog,v 1.5 2004/07/03 11:56:15 kloeri Exp $
+
+ 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org>
+ wxpython-docs-2.4.0.7.ebuild, wxpython-docs-2.4.1.2.ebuild,
+ wxpython-docs-2.4.2.4.ebuild:
+ wxPython is now wxpython.
*wxpython-docs-2.4.2.4 (08 Oct 2003)
diff --git a/dev-python/wxpython-docs/Manifest b/dev-python/wxpython-docs/Manifest
index 1395e0da15a3..4e2716825ebe 100644
--- a/dev-python/wxpython-docs/Manifest
+++ b/dev-python/wxpython-docs/Manifest
@@ -1,8 +1,8 @@
-MD5 2e9e472641c6c419379132852efea34e wxpython-docs-2.4.1.2.ebuild 753
-MD5 96c6ca3cb5494afaaa47a69552871aff wxpython-docs-2.4.2.4.ebuild 753
-MD5 f951cbb1059c2b29ce150ed70bdf98ee ChangeLog 767
+MD5 c7482c50e1feae6ad9b8a3494c8b6a6a wxpython-docs-2.4.1.2.ebuild 751
+MD5 3a504845a93158c4ef247d21ccfe6aca wxpython-docs-2.4.2.4.ebuild 751
+MD5 72de3b4cffd5a8fea1b84c10b7ffebde ChangeLog 940
MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
-MD5 5196fd46a1bcd8bfcbf97596f8a9b20f wxpython-docs-2.4.0.7.ebuild 752
+MD5 3e398da252607b3e048f510f5e65457b wxpython-docs-2.4.0.7.ebuild 750
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.0.7.ebuild b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
index 9cf639a8ae30..3a37a6264662 100644
--- a/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
+++ b/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild
@@ -1,6 +1,6 @@
# 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.0.7.ebuild,v 1.5 2004/06/25 01:52:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.0.7.ebuild,v 1.6 2004/07/03 11:56:15 kloeri Exp $
MY_P="${P/wxpython-docs/wxPythonDocs}"
DESCRIPTION="wxPython documentation"
@@ -16,7 +16,7 @@ DEPEND=""
# NOTE: rename to "wxpython" (lowercase) when we rename dev-python/wxPython
S="${WORKDIR}/${MY_P}"
-DOCDIR="wxPython-${PVR}"
+DOCDIR="wxpython-${PVR}"
src_install() {
dodir /usr/share/doc/${DOCDIR}
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
index 7d172f8fe0ad..cebeae215870 100644
--- a/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild
+++ b/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild
@@ -1,6 +1,6 @@
# 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.1.2.ebuild,v 1.2 2004/06/25 01:52:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.1.2.ebuild,v 1.3 2004/07/03 11:56:15 kloeri Exp $
MY_P="${P/wxpython-docs/wxPythonDocs}"
DESCRIPTION="wxPython documentation"
@@ -16,7 +16,7 @@ DEPEND=""
# NOTE: rename to "wxpython" (lowercase) when we rename dev-python/wxPython
S="${WORKDIR}/${MY_P}"
-DOCDIR="wxPython-${PVR}"
+DOCDIR="wxpython-${PVR}"
src_install() {
dodir /usr/share/doc/${DOCDIR}
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 b6f5196f1fe5..24e4a5db4dfc 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,6 +1,6 @@
# 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.2 2004/06/25 01:52:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-docs/wxpython-docs-2.4.2.4.ebuild,v 1.3 2004/07/03 11:56:15 kloeri Exp $
MY_P="${P/wxpython-docs/wxPythonDocs}"
DESCRIPTION="wxPython documentation"
@@ -16,7 +16,7 @@ DEPEND=""
# NOTE: rename to "wxpython" (lowercase) when we rename dev-python/wxPython
S="${WORKDIR}/${MY_P}"
-DOCDIR="wxPython-${PVR}"
+DOCDIR="wxpython-${PVR}"
src_install() {
dodir /usr/share/doc/${DOCDIR}