diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-06-23 03:43:21 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-06-23 03:43:21 +0000 |
commit | f75a7d473769f8daca6c91ab92e560af1ecc5fae (patch) | |
tree | 11ca850a7e82b8ea76ad0768b830bf086f89d5fd /dev-python | |
parent | ~ppc64, bug #54147 (Manifest recommit) (diff) | |
download | gentoo-2-f75a7d473769f8daca6c91ab92e560af1ecc5fae.tar.gz gentoo-2-f75a7d473769f8daca6c91ab92e560af1ecc5fae.tar.bz2 gentoo-2-f75a7d473769f8daca6c91ab92e560af1ecc5fae.zip |
Marked stable on x86
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxPython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxPython/Manifest | 18 | ||||
-rw-r--r-- | dev-python/wxPython/wxPython-2.4.2.4.ebuild | 4 |
3 files changed, 10 insertions, 17 deletions
diff --git a/dev-python/wxPython/ChangeLog b/dev-python/wxPython/ChangeLog index 1ba448167841..560352a1ba8c 100644 --- a/dev-python/wxPython/ChangeLog +++ b/dev-python/wxPython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wxPython # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/ChangeLog,v 1.40 2004/06/03 17:31:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/ChangeLog,v 1.41 2004/06/23 03:43:21 pythonhead Exp $ + + 22 Jun 2004; Rob Cakebread <pythonhead@gentoo.org> wxPython-2.4.2.4.ebuild: + Marked stable on x86 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> wxPython-2.4.0.7.ebuild, wxPython-2.4.1.2.ebuild, wxPython-2.4.2.4.ebuild: diff --git a/dev-python/wxPython/Manifest b/dev-python/wxPython/Manifest index 09ce8b1a4d00..82204e84b115 100644 --- a/dev-python/wxPython/Manifest +++ b/dev-python/wxPython/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 3eef79d516f94c11623aef982ea16f5e ChangeLog 6130 +MD5 41492298ed1457f3b60bef9577c175d5 ChangeLog 6231 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 -MD5 237e5babad7f1bb2610f43f7356c7942 wxPython-2.4.0.7.ebuild 2977 -MD5 c7302ef17bef6097186feb34ec65bafa wxPython-2.4.1.2.ebuild 2361 -MD5 93fdaeb560b50b2bdd952fecbf884b8d wxPython-2.4.2.4.ebuild 3336 +MD5 124f98ed395a1074e1f5087754364b02 wxPython-2.4.0.7.ebuild 2976 +MD5 5d22fb8d025e7529d266863b866a8590 wxPython-2.4.1.2.ebuild 2360 +MD5 3e726dd3d2de58830aa531e931593393 wxPython-2.4.2.4.ebuild 3334 MD5 99504d777b11bc0266e7487ee59496dd files/controls2.py.patch 2202 MD5 88f72c81ee2c594876b3bddc9e14bb72 files/digest-wxPython-2.4.0.7 73 MD5 ce3003c042f7c8fe4700193e357ad2ad files/digest-wxPython-2.4.1.2 73 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxPython-2.4.2.4 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFAwJ7ZHTu7gpaalycRAqnzAJ9HRyh+rtF6YMlNPVX+w9eKr5W8ZwCcDwfh -LA/UUq1i2flSem1sIt8TVVI= -=le+J ------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 ccbe16de6774..10352e826712 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 Technologies, Inc. # 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.11 2004/06/04 16:09:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxPython/wxPython-2.4.2.4.ebuild,v 1.12 2004/06/23 03:43:21 pythonhead Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="0" -KEYWORDS="~x86 ppc ~sparc alpha arm ~amd64 ia64" +KEYWORDS="x86 ppc ~sparc alpha arm ~amd64 ia64" IUSE="opengl tiff jpeg png gtk2 unicode" RDEPEND=">=dev-lang/python-2.1 |