diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-11-11 23:05:44 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-11-11 23:05:44 +0000 |
commit | bb2cd3b74b2c446b2ed57a9a98eeb14081256f6a (patch) | |
tree | bde9fa1213b40fc707b8abaaeb58fb9dc9660d89 /dev-python/wxpython | |
parent | Stable on hppa, ppc. (diff) | |
download | historical-bb2cd3b74b2c446b2ed57a9a98eeb14081256f6a.tar.gz historical-bb2cd3b74b2c446b2ed57a9a98eeb14081256f6a.tar.bz2 historical-bb2cd3b74b2c446b2ed57a9a98eeb14081256f6a.zip |
Stable on ppc.
Package-Manager: portage-2.0.53_rc7
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.6.1.0.ebuild | 4 |
3 files changed, 9 insertions, 15 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog index c1737f08f0cf..e1ca73252ee0 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.31 2005/10/17 15:16:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.32 2005/11/11 23:05:44 hansmi Exp $ + + 11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> + wxpython-2.6.1.0.ebuild: + Stable on ppc. 17 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> wxpython-2.6.1.0.ebuild: diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest index cd802714b374..8e6b8324b8e7 100644 --- a/dev-python/wxpython/Manifest +++ b/dev-python/wxpython/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e1db91bffc31f4ede2b244f475069ef1 ChangeLog 10814 +MD5 13ae9404698350244b4bf05b2e6eed9c ChangeLog 10911 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4 73 MD5 d1efabd4c6bcd5edd9e61ca070e20ff0 files/digest-wxpython-2.4.2.4-r3 73 MD5 a286125e4aefdde3f9adebd4f5ab6ff3 files/digest-wxpython-2.6.0.0-r1 74 @@ -14,11 +11,4 @@ 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 6776fe734ba8e6d4cd82411b8364f325 wxpython-2.6.1.0.ebuild 3795 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) - -iD8DBQFDU8CHKRy60XGEcJIRAkSUAJ9cvitI8ass24k/gLsXQO2pRW6iTQCfef/e -WTCybX+WsmwpP6YLCXiBhwE= -=TMsF ------END PGP SIGNATURE----- +MD5 ad49316d06ab616b0c9a82f93924b2f9 wxpython-2.6.1.0.ebuild 3792 diff --git a/dev-python/wxpython/wxpython-2.6.1.0.ebuild b/dev-python/wxpython/wxpython-2.6.1.0.ebuild index aed316e3b027..4683666b9b85 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.6 2005/10/17 15:16:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-2.6.1.0.ebuild,v 1.7 2005/11/11 23:05:44 hansmi 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="alpha ~amd64 arm hppa ia64 ~ppc sparc x86" +KEYWORDS="alpha ~amd64 arm hppa ia64 ppc sparc x86" IUSE="gtk gtk2 unicode opengl" RDEPEND=">=dev-lang/python-2.1 |