diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-04 16:09:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-04 16:09:45 +0000 |
commit | e9ed8841753584462f271714d80b2f86de84255b (patch) | |
tree | 16d8f6171519bd7ba7acb66089873140a847da26 /dev-python | |
parent | minor fixes (diff) | |
download | historical-e9ed8841753584462f271714d80b2f86de84255b.tar.gz historical-e9ed8841753584462f271714d80b2f86de84255b.tar.bz2 historical-e9ed8841753584462f271714d80b2f86de84255b.zip |
arm KEYWORDS
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/wxPython/Manifest | 20 | ||||
-rw-r--r-- | dev-python/wxPython/wxPython-2.4.2.4.ebuild | 13 |
2 files changed, 21 insertions, 12 deletions
diff --git a/dev-python/wxPython/Manifest b/dev-python/wxPython/Manifest index 5d17b6e9a73e..09ce8b1a4d00 100644 --- a/dev-python/wxPython/Manifest +++ b/dev-python/wxPython/Manifest @@ -1,9 +1,19 @@ -MD5 124f98ed395a1074e1f5087754364b02 wxPython-2.4.0.7.ebuild 2976 -MD5 5d22fb8d025e7529d266863b866a8590 wxPython-2.4.1.2.ebuild 2360 -MD5 252555e872e58ea25a0e81932ee22674 wxPython-2.4.2.4.ebuild 3335 -MD5 45592539f76fb8fdf6c9ef8905c73696 ChangeLog 6129 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 3eef79d516f94c11623aef982ea16f5e ChangeLog 6130 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 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 -MD5 99504d777b11bc0266e7487ee59496dd files/controls2.py.patch 2202 +-----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 58be7b5d2db9..ccbe16de6774 100644 --- a/dev-python/wxPython/wxPython-2.4.2.4.ebuild +++ b/dev-python/wxPython/wxPython-2.4.2.4.ebuild @@ -1,20 +1,19 @@ # 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.10 2004/06/03 17:31:45 agriffis Exp $ +# $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 $ inherit eutils -IUSE="opengl tiff jpeg png gtk2 unicode" - MY_P="${P/-/Src-}" S="${WORKDIR}/${MY_P}/${PN}" -DESCRIPTION="A blending of the wxWindows C++ class library with Python." -SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" +DESCRIPTION="A blending of the wxWindows C++ class library with Python" HOMEPAGE="http://www.wxpython.org/" +SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" -SLOT="0" LICENSE="wxWinLL-3" -KEYWORDS="~x86 ppc ~sparc alpha ~amd64 ia64" +SLOT="0" +KEYWORDS="~x86 ppc ~sparc alpha arm ~amd64 ia64" +IUSE="opengl tiff jpeg png gtk2 unicode" RDEPEND=">=dev-lang/python-2.1 >=x11-libs/wxGTK-2.4.2 |