diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-10-16 06:33:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-10-16 06:33:22 +0000 |
commit | 2a1eb038e7113548d1414122d8940d14e5782106 (patch) | |
tree | 9d9e7d549c75f39f727096c5593745784262ee2e /dev-python/wxpython | |
parent | arm/hppa stable (diff) | |
download | historical-2a1eb038e7113548d1414122d8940d14e5782106.tar.gz historical-2a1eb038e7113548d1414122d8940d14e5782106.tar.bz2 historical-2a1eb038e7113548d1414122d8940d14e5782106.zip |
arm/hppa/ia64 stable
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/Manifest | 30 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-2.6.1.0.ebuild | 4 |
2 files changed, 22 insertions, 12 deletions
diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest index 1b13cdea1f58..6186251ccc31 100644 --- a/dev-python/wxpython/Manifest +++ b/dev-python/wxpython/Manifest @@ -1,14 +1,24 @@ -MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 -MD5 b0230600572787b85708285c7d907fa7 wxpython-2.4.2.4.ebuild 2470 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 de9ea7085ef35c826cf8178eaa9557ef ChangeLog 10609 -MD5 90204c228ce41914368e3e67bb4aba81 wxpython-2.6.0.0-r1.ebuild 3844 -MD5 6cefa8f8d3ea8e2637aaf26fb650b854 wxpython-2.6.1.0.ebuild 3802 -MD5 fe78c694316a3e21d959581ffbf641a4 wxpython-2.4.2.4-r3.ebuild 3813 -MD5 28179f7df1afe227ca36d593ff6aab33 files/digest-wxpython-2.6.1.0 74 -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 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4-r3 73 MD5 a286125e4aefdde3f9adebd4f5ab6ff3 files/digest-wxpython-2.6.0.0-r1 74 +MD5 28179f7df1afe227ca36d593ff6aab33 files/digest-wxpython-2.6.1.0 74 +MD5 d69bb360ce49f76f26ef1ae017f4bc31 files/scripts-multiver-2.6.0.0.diff 3373 MD5 d69bb360ce49f76f26ef1ae017f4bc31 files/scripts-multiver-2.6.1.0.diff 3373 -MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4-r3 73 +MD5 3966851c4cfba6f57e620747f1630523 files/wxpy-config.py 3265 +MD5 49c68d8febf658844a392bd0108fdf10 files/wxversion.py 14404 +MD5 3b06f1e87549af51d78bb7bfa33728b5 metadata.xml 182 +MD5 fe78c694316a3e21d959581ffbf641a4 wxpython-2.4.2.4-r3.ebuild 3813 +MD5 b0230600572787b85708285c7d907fa7 wxpython-2.4.2.4.ebuild 2470 +MD5 90204c228ce41914368e3e67bb4aba81 wxpython-2.6.0.0-r1.ebuild 3844 +MD5 855d49026304cc3512b78d8c8ea823e3 wxpython-2.6.1.0.ebuild 3795 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDUfS/gIKl8Uu19MoRAq/OAJ9RN1azqJLpFGsxgqtUD6tIUQcIxACeI1FQ +/tC4Zxp4jUUbKA3Jlxz51/E= +=HeI2 +-----END PGP SIGNATURE----- diff --git a/dev-python/wxpython/wxpython-2.6.1.0.ebuild b/dev-python/wxpython/wxpython-2.6.1.0.ebuild index e0fc903d7d32..1718de960658 100644 --- a/dev-python/wxpython/wxpython-2.6.1.0.ebuild +++ b/dev-python/wxpython/wxpython-2.6.1.0.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.6.1.0.ebuild,v 1.3 2005/10/15 01:54:51 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.1.0.ebuild,v 1.4 2005/10/16 06:33:22 vapier Exp $ inherit python wxwidgets eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="wxWinLL-3" SLOT="2.6" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~amd64 ~ia64 ~hppa" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~sparc x86" IUSE="gtk gtk2 unicode opengl" RDEPEND=">=dev-lang/python-2.1 |