diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 11:56:15 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 11:56:15 +0000 |
commit | 2cfa4bed40aa4ec396ecc5020c2de90ee83ae42f (patch) | |
tree | 9d5b45d84234721504da6618d73decca2a6ce343 /dev-python | |
parent | full path to jabberd in init script (Manifest recommit) (diff) | |
download | gentoo-2-2cfa4bed40aa4ec396ecc5020c2de90ee83ae42f.tar.gz gentoo-2-2cfa4bed40aa4ec396ecc5020c2de90ee83ae42f.tar.bz2 gentoo-2-2cfa4bed40aa4ec396ecc5020c2de90ee83ae42f.zip |
wxPython is now wxpython.
Diffstat (limited to 'dev-python')
4 files changed, 12 insertions, 7 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/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} |