diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:23:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:23:40 +0000 |
commit | 5f8b8c5ae27b109740cabe1c4f65691747e26d4f (patch) | |
tree | 6e3fc60b6af47ce3b1f19bfcf538f6fa473dccf0 /dev-util/spe | |
parent | Fixed MAKEOPTS override. (Manifest recommit) (diff) | |
download | gentoo-2-5f8b8c5ae27b109740cabe1c4f65691747e26d4f.tar.gz gentoo-2-5f8b8c5ae27b109740cabe1c4f65691747e26d4f.tar.bz2 gentoo-2-5f8b8c5ae27b109740cabe1c4f65691747e26d4f.zip |
Change wxPython to wxpython.
Diffstat (limited to 'dev-util/spe')
-rw-r--r-- | dev-util/spe/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/spe/spe-0.4.2c.ebuild | 4 | ||||
-rw-r--r-- | dev-util/spe/spe-0.5.1a.ebuild | 4 | ||||
-rw-r--r-- | dev-util/spe/spe-0.5.1d.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
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}" |