diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-18 15:46:07 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-18 15:46:07 +0000 |
commit | 64ec77751724a7bf0885594d83883d458d897aa5 (patch) | |
tree | ecb47f9530fc9975f7c28b0b9b9de84f9e55e64f /dev-python/wxpython | |
parent | Initial PXES 1.0 ebuild. (diff) | |
download | gentoo-2-64ec77751724a7bf0885594d83883d458d897aa5.tar.gz gentoo-2-64ec77751724a7bf0885594d83883d458d897aa5.tar.bz2 gentoo-2-64ec77751724a7bf0885594d83883d458d897aa5.zip |
Marked stable x86
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/wxpython/Manifest | 14 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index c94ec1e80f43..5b2b479a9fc1 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/wxpython # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.19 2005/05/11 20:08:38 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.20 2005/05/18 15:46:07 pythonhead Exp $ + + 18 May 2005; Rob Cakebread <pythonhead@gentoo.org> + wxpython-2.4.2.4-r2.ebuild: + Marked stable x86 *wxpython-2.6.0.0-r1 (11 May 2005) diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest index 91d40ff6581e..56fe191312cb 100644 --- a/dev-python/wxpython/Manifest +++ b/dev-python/wxpython/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 MD5 4244376f39c8e3a598d28c20115c235d wxpython-2.4.2.4.ebuild 2429 -MD5 52b9baa9bab25976c2c4a1630c92930f ChangeLog 9374 +MD5 93e4738ec24e55655fc7803d0153d10e ChangeLog 9478 MD5 45a3921cfa2a8e6822ac61840b0d77a9 wxpython-2.6.0.0-r1.ebuild 3830 -MD5 39bba46ef07af4bb261187c6964ea13d wxpython-2.4.2.4-r2.ebuild 3848 +MD5 08ed7d26bc9877aa725747ac0ea38813 wxpython-2.4.2.4-r2.ebuild 3847 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4-r2 73 MD5 49c68d8febf658844a392bd0108fdf10 files/wxversion.py 14404 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4 73 MD5 3966851c4cfba6f57e620747f1630523 files/wxpy-config.py 3265 MD5 d69bb360ce49f76f26ef1ae017f4bc31 files/scripts-multiver-2.6.0.0.diff 3373 MD5 a286125e4aefdde3f9adebd4f5ab6ff3 files/digest-wxpython-2.6.0.0-r1 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCgmZoHOCQyz1WCXYRApxFAKCXcN4pzjYZ9szfyT3weXJGFXdZzQCfRgrA -rfs8Yn9IuFMBZN/aTSyjCk8= -=gAlO ------END PGP SIGNATURE----- diff --git a/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild b/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild index ae890bec8774..9878c592ca8e 100644 --- a/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild +++ b/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r2.ebuild,v 1.1 2005/05/02 18:29:01 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild,v 1.2 2005/05/18 15:46:07 pythonhead Exp $ inherit eutils wxwidgets python @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="2.4" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~amd64 ~ia64 ~hppa ~ppc64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~amd64 ~ia64 ~hppa ~ppc64" IUSE="gtk gtk2 unicode opengl tiff jpeg png" RDEPEND=">=dev-lang/python-2.1 |