diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:08:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 12:08:41 +0000 |
commit | 0fb4bbd7432402fa5bb799184e07a773622e05a5 (patch) | |
tree | 487aa19d05a5aac046bf050fe7a8dae3ec931cf4 /net-p2p/bittorrent | |
parent | Mark stable on amd64, fixes bug #55921 (Manifest recommit) (diff) | |
download | gentoo-2-0fb4bbd7432402fa5bb799184e07a773622e05a5.tar.gz gentoo-2-0fb4bbd7432402fa5bb799184e07a773622e05a5.tar.bz2 gentoo-2-0fb4bbd7432402fa5bb799184e07a773622e05a5.zip |
Change wxPython to wxpython.
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.3.0.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.1a.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.2.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 02a17a2d53cf..46cd7fafba13 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.29 2004/06/25 00:28:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.30 2004/07/03 12:04:30 kloeri Exp $ + + 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> bittorrent-3.3.0.ebuild, + bittorrent-3.4.1.ebuild, bittorrent-3.4.1a.ebuild, bittorrent-3.4.2.ebuild: + Change wxPython to wxpython. 10 May 2004; Jason Wever <weeve@gentoo.org> bittorrent-3.3.0.ebuild: Stable on sparc. diff --git a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild b/net-p2p/bittorrent/bittorrent-3.3.0.ebuild index b773e6d28ad4..67dd94f526d4 100644 --- a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.3.0.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/bittorrent/bittorrent-3.3.0.ebuild,v 1.7 2004/06/25 00:28:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.3.0.ebuild,v 1.8 2004/07/03 12:04:30 kloeri Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="x86 ~ppc ~alpha sparc ~amd64" IUSE="X" -RDEPEND="X? ( >=dev-python/wxPython-2.2 ) +RDEPEND="X? ( >=dev-python/wxpython-2.2 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} diff --git a/net-p2p/bittorrent/bittorrent-3.4.1.ebuild b/net-p2p/bittorrent/bittorrent-3.4.1.ebuild index 71b13d0cac61..d895f3025bb4 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.1.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.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/bittorrent/bittorrent-3.4.1.ebuild,v 1.3 2004/06/25 00:28:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.1.ebuild,v 1.4 2004/07/03 12:04:30 kloeri Exp $ inherit distutils @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" IUSE="X" -RDEPEND="X? ( >=dev-python/wxPython-2.2 ) +RDEPEND="X? ( >=dev-python/wxpython-2.2 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} diff --git a/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild b/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild index e5aae0f0d3a9..eac5f7d39305 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.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/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild,v 1.3 2004/06/25 00:28:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.1a.ebuild,v 1.4 2004/07/03 12:04:30 kloeri Exp $ inherit distutils @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" IUSE="X" -RDEPEND="X? ( >=dev-python/wxPython-2.2 ) +RDEPEND="X? ( >=dev-python/wxpython-2.2 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} diff --git a/net-p2p/bittorrent/bittorrent-3.4.2.ebuild b/net-p2p/bittorrent/bittorrent-3.4.2.ebuild index ae23e2f2b2f4..cecc556d8da4 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.2.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.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/bittorrent/bittorrent-3.4.2.ebuild,v 1.3 2004/06/25 00:28:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2.ebuild,v 1.4 2004/07/03 12:04:30 kloeri Exp $ inherit distutils @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~amd64" IUSE="X" -RDEPEND="X? ( >=dev-python/wxPython-2.2 ) +RDEPEND="X? ( >=dev-python/wxpython-2.2 ) >=dev-lang/python-2.1 !virtual/bittorrent" DEPEND="${RDEPEND} |