summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-07-03 12:23:40 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-07-03 12:23:40 +0000
commit5f8b8c5ae27b109740cabe1c4f65691747e26d4f (patch)
tree6e3fc60b6af47ce3b1f19bfcf538f6fa473dccf0
parentFixed MAKEOPTS override. (Manifest recommit) (diff)
downloadgentoo-2-5f8b8c5ae27b109740cabe1c4f65691747e26d4f.tar.gz
gentoo-2-5f8b8c5ae27b109740cabe1c4f65691747e26d4f.tar.bz2
gentoo-2-5f8b8c5ae27b109740cabe1c4f65691747e26d4f.zip
Change wxPython to wxpython.
-rw-r--r--dev-util/boa-constructor/ChangeLog7
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild4
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild4
-rw-r--r--dev-util/boa-constructor/boa-constructor-0.2.8_pre20040620.ebuild4
-rw-r--r--dev-util/spe/ChangeLog6
-rw-r--r--dev-util/spe/spe-0.4.2c.ebuild4
-rw-r--r--dev-util/spe/spe-0.5.1a.ebuild4
-rw-r--r--dev-util/spe/spe-0.5.1d.ebuild4
-rw-r--r--dev-util/wxglade/ChangeLog6
-rw-r--r--dev-util/wxglade/wxglade-0.3.1-r1.ebuild4
-rw-r--r--dev-util/wxglade/wxglade-0.3.1.ebuild4
-rw-r--r--dev-util/wxglade/wxglade-0.3.2.ebuild4
-rw-r--r--dev-util/wxglade/wxglade-0.3.3.ebuild4
-rw-r--r--net-p2p/bittornado/ChangeLog6
-rw-r--r--net-p2p/bittornado/bittornado-0.3.1.ebuild4
-rw-r--r--net-p2p/bittornado/bittornado-0.3.2.ebuild4
-rw-r--r--net-p2p/bittornado/bittornado-0.3.3.ebuild4
17 files changed, 47 insertions, 30 deletions
diff --git a/dev-util/boa-constructor/ChangeLog b/dev-util/boa-constructor/ChangeLog
index 749201624992..fdc1d52fca7d 100644
--- a/dev-util/boa-constructor/ChangeLog
+++ b/dev-util/boa-constructor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/boa-constructor
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.11 2004/06/25 02:20:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/ChangeLog,v 1.12 2004/07/03 12:23:40 kloeri Exp $
+
+ 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org>
+ boa-constructor-0.1.0_alpha.ebuild, boa-constructor-0.2.3_alpha.ebuild,
+ boa-constructor-0.2.8_pre20040620.ebuild:
+ Change wxPython to wxpython.
*boa-constructor-0.2.8_pre20040620 (20 Jun 2004)
diff --git a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild
index 21d18f512c9f..82ad60babdf5 100644
--- a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild
+++ b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.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-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.11 2004/06/25 02:20:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.12 2004/07/03 12:23:40 kloeri Exp $
BOA_VER=0.1.0-alpha
S=${WORKDIR}/boa
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 sparc "
RDEPEND=">=dev-lang/python-2.0
- >=dev-python/wxPython-2.3
+ >=dev-python/wxpython-2.3
dev-libs/expat"
DEPEND="${RDEPEND}
diff --git a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild
index 9ea0b2d0b8c1..c175098c633c 100644
--- a/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild
+++ b/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.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-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.7 2004/06/25 02:20:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.2.3_alpha.ebuild,v 1.8 2004/07/03 12:23:40 kloeri Exp $
BOA=${P/_alpha/}
S=${WORKDIR}/${BOA}
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc"
RDEPEND=">=dev-lang/python-2.0
- >=dev-python/wxPython-2.4.0.6
+ >=dev-python/wxpython-2.4.0.6
dev-libs/expat"
DEPEND="${RDEPEND}
diff --git a/dev-util/boa-constructor/boa-constructor-0.2.8_pre20040620.ebuild b/dev-util/boa-constructor/boa-constructor-0.2.8_pre20040620.ebuild
index 04d8f030359d..f0571850cd48 100644
--- a/dev-util/boa-constructor/boa-constructor-0.2.8_pre20040620.ebuild
+++ b/dev-util/boa-constructor/boa-constructor-0.2.8_pre20040620.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-util/boa-constructor/boa-constructor-0.2.8_pre20040620.ebuild,v 1.2 2004/06/25 02:20:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.2.8_pre20040620.ebuild,v 1.3 2004/07/03 12:23:40 kloeri Exp $
S=${WORKDIR}/boa
DESCRIPTION="Python GUI RAD development tool."
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~ppc"
RDEPEND=">=dev-lang/python-2.1
- >=dev-python/wxPython-2.4.2.4
+ >=dev-python/wxpython-2.4.2.4
dev-libs/expat"
DEPEND="${RDEPEND}
diff --git a/dev-util/spe/ChangeLog b/dev-util/spe/ChangeLog
index 5a60ee472472..696a87be507f 100644
--- a/dev-util/spe/ChangeLog
+++ b/dev-util/spe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/spe
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.10 2004/06/25 02:47:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/ChangeLog,v 1.11 2004/07/03 12:20:34 kloeri Exp $
+
+ 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> spe-0.4.2c.ebuild,
+ spe-0.5.1a.ebuild, spe-0.5.1d.ebuild:
+ Change wxPython to wxpython.
24 May 2004; David Holm <dholm@gentoo.org> spe-0.5.1d.ebuild:
Added pychecker to ~ppc, readded spe.
diff --git a/dev-util/spe/spe-0.4.2c.ebuild b/dev-util/spe/spe-0.4.2c.ebuild
index 2e513710546f..68484f3a8bce 100644
--- a/dev-util/spe/spe-0.4.2c.ebuild
+++ b/dev-util/spe/spe-0.4.2c.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-util/spe/spe-0.4.2c.ebuild,v 1.3 2004/06/25 02:47:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.4.2c.ebuild,v 1.4 2004/07/03 12:20:34 kloeri Exp $
inherit distutils eutils
@@ -16,7 +16,7 @@ KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.2.3-r1
- >=dev-python/wxPython-2.4.2.4"
+ >=dev-python/wxpython-2.4.2.4"
src_unpack() {
unpack ${A}
diff --git a/dev-util/spe/spe-0.5.1a.ebuild b/dev-util/spe/spe-0.5.1a.ebuild
index bfef2bece3be..41a2705733cb 100644
--- a/dev-util/spe/spe-0.5.1a.ebuild
+++ b/dev-util/spe/spe-0.5.1a.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-util/spe/spe-0.5.1a.ebuild,v 1.4 2004/06/25 02:47:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.5.1a.ebuild,v 1.5 2004/07/03 12:20:34 kloeri Exp $
inherit distutils eutils
@@ -15,7 +15,7 @@ KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=virtual/python-2.2.3-r1"
-RDEPEND=">=dev-python/wxPython-2.4.2.4
+RDEPEND=">=dev-python/wxpython-2.4.2.4
${DEPEND}"
S="${WORKDIR}/${MY_P}"
diff --git a/dev-util/spe/spe-0.5.1d.ebuild b/dev-util/spe/spe-0.5.1d.ebuild
index f6a190ef2032..1d42b59f4767 100644
--- a/dev-util/spe/spe-0.5.1d.ebuild
+++ b/dev-util/spe/spe-0.5.1d.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-util/spe/spe-0.5.1d.ebuild,v 1.5 2004/06/25 02:47:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.5.1d.ebuild,v 1.6 2004/07/03 12:20:34 kloeri Exp $
inherit distutils eutils
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
DEPEND=">=virtual/python-2.2.3-r1"
-RDEPEND=">=dev-python/wxPython-2.4.2.4
+RDEPEND=">=dev-python/wxpython-2.4.2.4
>=dev-util/wxglade-0.3.2
>=dev-python/pychecker-0.8.13
${DEPEND}"
diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog
index 4d40c811fb19..1485426f84d4 100644
--- a/dev-util/wxglade/ChangeLog
+++ b/dev-util/wxglade/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/wxglade
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.6 2004/06/25 02:50:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.7 2004/07/03 12:22:06 kloeri Exp $
+
+ 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> wxglade-0.3.1-r1.ebuild,
+ wxglade-0.3.1.ebuild, wxglade-0.3.2.ebuild, wxglade-0.3.3.ebuild:
+ Change wxPython to wxpython.
*wxglade-0.3.3 (24 May 2004)
diff --git a/dev-util/wxglade/wxglade-0.3.1-r1.ebuild b/dev-util/wxglade/wxglade-0.3.1-r1.ebuild
index 17cd52ebea67..5ebbec41e491 100644
--- a/dev-util/wxglade/wxglade-0.3.1-r1.ebuild
+++ b/dev-util/wxglade/wxglade-0.3.1-r1.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-util/wxglade/wxglade-0.3.1-r1.ebuild,v 1.2 2004/06/25 02:50:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.1-r1.ebuild,v 1.3 2004/07/03 12:22:06 kloeri Exp $
S="${WORKDIR}/wxGlade-${PV}"
DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=dev-lang/python-2.2
- >=dev-python/wxPython-2.4.2.4"
+ >=dev-python/wxpython-2.4.2.4"
src_install() {
PY_VER=`python -c 'import sys;print sys.version[0:3]'`
diff --git a/dev-util/wxglade/wxglade-0.3.1.ebuild b/dev-util/wxglade/wxglade-0.3.1.ebuild
index b9e6a23242c7..21220da4ad40 100644
--- a/dev-util/wxglade/wxglade-0.3.1.ebuild
+++ b/dev-util/wxglade/wxglade-0.3.1.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-util/wxglade/wxglade-0.3.1.ebuild,v 1.3 2004/06/25 02:50:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.1.ebuild,v 1.4 2004/07/03 12:22:06 kloeri Exp $
S="${WORKDIR}/wxGlade-${PV}"
DESCRIPTION="Glade-like GUI designer which can generate Python C++ and XRC code"
@@ -10,7 +10,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND=">=dev-python/wxPython-2.4.2.4"
+DEPEND=">=dev-python/wxpython-2.4.2.4"
src_install() {
PY_VER=`python -c 'import sys;print sys.version[0:3]'`
diff --git a/dev-util/wxglade/wxglade-0.3.2.ebuild b/dev-util/wxglade/wxglade-0.3.2.ebuild
index f52328d25a48..4ddd5f8d0f08 100644
--- a/dev-util/wxglade/wxglade-0.3.2.ebuild
+++ b/dev-util/wxglade/wxglade-0.3.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-util/wxglade/wxglade-0.3.2.ebuild,v 1.3 2004/06/25 02:50:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.2.ebuild,v 1.4 2004/07/03 12:22:06 kloeri Exp $
S="${WORKDIR}/wxGlade-${PV}"
DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=dev-lang/python-2.2
- >=dev-python/wxPython-2.4.2.4"
+ >=dev-python/wxpython-2.4.2.4"
src_install() {
PY_VER=`python -c 'import sys;print sys.version[0:3]'`
diff --git a/dev-util/wxglade/wxglade-0.3.3.ebuild b/dev-util/wxglade/wxglade-0.3.3.ebuild
index 6ef8d29a438a..28223591ab40 100644
--- a/dev-util/wxglade/wxglade-0.3.3.ebuild
+++ b/dev-util/wxglade/wxglade-0.3.3.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-util/wxglade/wxglade-0.3.3.ebuild,v 1.2 2004/06/25 02:50:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.3.ebuild,v 1.3 2004/07/03 12:22:06 kloeri Exp $
S="${WORKDIR}/wxGlade-${PV}"
DESCRIPTION="Glade-like GUI designer which can generate Python, Perl, C++ or XRC code"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=dev-lang/python-2.2
- >=dev-python/wxPython-2.4.2.4"
+ >=dev-python/wxpython-2.4.2.4"
src_install() {
PY_VER=`python -c 'import sys;print sys.version[0:3]'`
diff --git a/net-p2p/bittornado/ChangeLog b/net-p2p/bittornado/ChangeLog
index 731ab47612f3..444410bba446 100644
--- a/net-p2p/bittornado/ChangeLog
+++ b/net-p2p/bittornado/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/bittornado
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.15 2004/06/28 02:34:37 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.16 2004/07/03 12:19:17 kloeri Exp $
+
+ 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> bittornado-0.3.1.ebuild,
+ bittornado-0.3.2.ebuild, bittornado-0.3.3.ebuild:
+ Change wxPython to wxpython.
*bittornado-0.3.3 (27 Jun 2004)
diff --git a/net-p2p/bittornado/bittornado-0.3.1.ebuild b/net-p2p/bittornado/bittornado-0.3.1.ebuild
index 9c3db6eabab9..d1f7d542689d 100644
--- a/net-p2p/bittornado/bittornado-0.3.1.ebuild
+++ b/net-p2p/bittornado/bittornado-0.3.1.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/net-p2p/bittornado/bittornado-0.3.1.ebuild,v 1.5 2004/06/28 02:34:37 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.1.ebuild,v 1.6 2004/07/03 12:19:17 kloeri Exp $
inherit distutils eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc"
IUSE="X"
-RDEPEND="X? ( >=dev-python/wxPython-2.2 )
+RDEPEND="X? ( >=dev-python/wxpython-2.2 )
>=dev-lang/python-2.0
!virtual/bittorrent"
diff --git a/net-p2p/bittornado/bittornado-0.3.2.ebuild b/net-p2p/bittornado/bittornado-0.3.2.ebuild
index a963fad3b167..b478ae8a04a5 100644
--- a/net-p2p/bittornado/bittornado-0.3.2.ebuild
+++ b/net-p2p/bittornado/bittornado-0.3.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/net-p2p/bittornado/bittornado-0.3.2.ebuild,v 1.3 2004/06/25 00:28:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.2.ebuild,v 1.4 2004/07/03 12:19:17 kloeri Exp $
inherit distutils eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE="X"
-RDEPEND="X? ( >=dev-python/wxPython-2.2 )
+RDEPEND="X? ( >=dev-python/wxpython-2.2 )
>=dev-lang/python-2.0
!virtual/bittorrent"
diff --git a/net-p2p/bittornado/bittornado-0.3.3.ebuild b/net-p2p/bittornado/bittornado-0.3.3.ebuild
index 503132d545d1..4e0b9576ae59 100644
--- a/net-p2p/bittornado/bittornado-0.3.3.ebuild
+++ b/net-p2p/bittornado/bittornado-0.3.3.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/net-p2p/bittornado/bittornado-0.3.3.ebuild,v 1.1 2004/06/28 02:34:37 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.3.ebuild,v 1.2 2004/07/03 12:19:17 kloeri Exp $
inherit distutils eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE="X"
-RDEPEND="X? ( >=dev-python/wxPython-2.2 )
+RDEPEND="X? ( >=dev-python/wxpython-2.2 )
>=dev-lang/python-2.0
!virtual/bittorrent"