diff options
author | Jason Wever <weeve@gentoo.org> | 2005-05-22 22:20:08 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-05-22 22:20:08 +0000 |
commit | 42b95636e7d86b16f6c42219c0623fcc2a914011 (patch) | |
tree | b2395b0c92156fee6162784e45fb687fe19857a5 /dev-python | |
parent | stable on alpha (diff) | |
download | historical-42b95636e7d86b16f6c42219c0623fcc2a914011.tar.gz historical-42b95636e7d86b16f6c42219c0623fcc2a914011.tar.bz2 historical-42b95636e7d86b16f6c42219c0623fcc2a914011.zip |
Stable on SPARC.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/wxpython/Manifest | 12 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index bbe3ddb8b3dd..2732a46f2349 100644 --- a/dev-python/wxpython/ChangeLog +++ b/dev-python/wxpython/ChangeLog @@ -1,6 +1,9 @@ # 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.21 2005/05/22 11:39:15 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.22 2005/05/22 22:20:08 weeve Exp $ + + 22 May 2005; Jason Wever <weeve@gentoo.org> wxpython-2.4.2.4-r2.ebuild: + Stable on SPARC. 22 May 2005; Rene Nussbaumer <killerfox@gentoo.org> wxpython-2.4.2.4-r2.ebuild: diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest index 9db183f306fa..ad96aa23d303 100644 --- a/dev-python/wxpython/Manifest +++ b/dev-python/wxpython/Manifest @@ -1,11 +1,11 @@ -MD5 30dcab0cfeaba5f1c2fce2da7133789d wxpython-2.4.2.4-r2.ebuild 3845 -MD5 45a3921cfa2a8e6822ac61840b0d77a9 wxpython-2.6.0.0-r1.ebuild 3830 -MD5 a0a81097b9fd249aa48835e788fb2893 ChangeLog 9579 -MD5 4244376f39c8e3a598d28c20115c235d wxpython-2.4.2.4.ebuild 2429 +MD5 283decbb2af6b06e3130d0628e24b1a0 ChangeLog 9669 MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 +MD5 4244376f39c8e3a598d28c20115c235d wxpython-2.4.2.4.ebuild 2429 +MD5 9126d34654ea7997ae395a60c1886153 wxpython-2.4.2.4-r2.ebuild 3840 +MD5 45a3921cfa2a8e6822ac61840b0d77a9 wxpython-2.6.0.0-r1.ebuild 3830 +MD5 3966851c4cfba6f57e620747f1630523 files/wxpy-config.py 3265 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4 73 MD5 49c68d8febf658844a392bd0108fdf10 files/wxversion.py 14404 -MD5 d69bb360ce49f76f26ef1ae017f4bc31 files/scripts-multiver-2.6.0.0.diff 3373 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4-r2 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 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 1c7ff0e3374d..48ecbbc0fcf6 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.3 2005/05/22 11:39:15 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.4.2.4-r2.ebuild,v 1.4 2005/05/22 22:20:08 weeve 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="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="gtk gtk2 unicode opengl tiff jpeg png" RDEPEND=">=dev-lang/python-2.1 |