summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2004-11-13 18:08:36 +0000
committerRob Cakebread <pythonhead@gentoo.org>2004-11-13 18:08:36 +0000
commit116ca975683966713309b06c0e0c45ae9532c896 (patch)
tree845b955cf614eb4c5aeca0226e719340fbd22a28 /dev-python
parentAdded to ~ppc. (Manifest recommit) (diff)
downloadgentoo-2-116ca975683966713309b06c0e0c45ae9532c896.tar.gz
gentoo-2-116ca975683966713309b06c0e0c45ae9532c896.tar.bz2
gentoo-2-116ca975683966713309b06c0e0c45ae9532c896.zip
Pegged deps on wxGTK at 2.4*
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/wxpython/ChangeLog6
-rw-r--r--dev-python/wxpython/Manifest14
-rw-r--r--dev-python/wxpython/wxpython-2.4.2.4.ebuild4
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog
index 016e92c8427d..acd47df17d4f 100644
--- a/dev-python/wxpython/ChangeLog
+++ b/dev-python/wxpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxpython
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.11 2004/11/13 17:27:42 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.12 2004/11/13 18:08:36 pythonhead Exp $
+
+ 13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org>
+ wxpython-2.4.2.4.ebuild:
+ Pegged deps on wxGTK at 2.4*
13 Nov 2004; Rob Cakebread <pythonhead@gentoo.org>
wxpython-2.4.2.4-r1.ebuild, wxpython-2.5.3.1.ebuild:
diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest
index fcc7bf42ed9d..a32b857e9ac8 100644
--- a/dev-python/wxpython/Manifest
+++ b/dev-python/wxpython/Manifest
@@ -1,20 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182
-MD5 c3cb3bfb2cf1eb916b0b35ba0cf47c83 wxpython-2.4.2.4.ebuild 2421
+MD5 b0901217007a2341088533b925d886f3 wxpython-2.4.2.4.ebuild 2421
MD5 d4a618e68d5341aadae7b930eec51082 wxpython-2.5.3.1.ebuild 3091
-MD5 51532533b7aaff1e8421c41aec2c2562 ChangeLog 8295
+MD5 2ba4cb4efcba3b1f79349c3f6e60c5cd ChangeLog 8407
MD5 f959ab3869a044126ad9b66353cc68b1 wxpython-2.4.2.4-r1.ebuild 3565
MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4-r1 73
MD5 83d82d05e77457e559cf175012f538e7 files/digest-wxpython-2.5.3.1 74
MD5 49c68d8febf658844a392bd0108fdf10 files/wxversion.py 14404
MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4 73
MD5 960f9cf74312ac4829b96c63739fcfe9 files/wxpy-config.py 3275
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBlkQaz2gxt1z4IGYRAvemAKDGEb0lwBlUDyi1S2xv2JzjW94RzACgqwLl
-sFvuwQnkXPqgmf+iZYNxTQw=
-=BRu9
------END PGP SIGNATURE-----
diff --git a/dev-python/wxpython/wxpython-2.4.2.4.ebuild b/dev-python/wxpython/wxpython-2.4.2.4.ebuild
index c615ba34cc50..e1d17477d96b 100644
--- a/dev-python/wxpython/wxpython-2.4.2.4.ebuild
+++ b/dev-python/wxpython/wxpython-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/wxpython-2.4.2.4.ebuild,v 1.8 2004/08/19 02:33:01 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4.ebuild,v 1.9 2004/11/13 18:08:36 pythonhead Exp $
inherit eutils wxwidgets
@@ -16,7 +16,7 @@ KEYWORDS="x86 ppc sparc alpha arm amd64 ia64 hppa ppc64"
IUSE="gtk2 unicode opengl tiff jpeg png"
RDEPEND=">=dev-lang/python-2.1
- >=x11-libs/wxGTK-2.4.2
+ =x11-libs/wxGTK-2.4.2*
gtk2? ( >=x11-libs/gtk+-2.0
>=x11-libs/pango-1.2
>=dev-libs/glib-2.0 )