diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
commit | 61165985245a7bd008ae6e009f7be69f64bb043e (patch) | |
tree | 411629830ce879eb36ce969381f6d72ebc865433 /dev-python/pmw | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.gz gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.bz2 gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.zip |
reverting the x86 mess that amd64 made in dev-python. basically just
reverted to dev-python 24 hours ago.
Diffstat (limited to 'dev-python/pmw')
-rw-r--r-- | dev-python/pmw/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pmw/pmw-0.8.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pmw/pmw-1.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pmw/Manifest b/dev-python/pmw/Manifest index fa2f90f9d493..8a7bcf1e9786 100644 --- a/dev-python/pmw/Manifest +++ b/dev-python/pmw/Manifest @@ -1,5 +1,5 @@ MD5 f733b2e492911c93a899a4c40da08a86 ChangeLog 765 -MD5 8513e5eb8b05fc9dc8b42ecc2d9ce524 pmw-0.8.5.ebuild 1516 -MD5 d54e7b4e9fa5cc5e78e46ee0a0cbd85c pmw-1.1.ebuild 1465 +MD5 9fd716ac798dd7dd715b4f710d3c12c5 pmw-0.8.5.ebuild 1508 +MD5 862c5b4027c1a688c717adaee4cdeb29 pmw-1.1.ebuild 1458 MD5 068778ac365cde0694d7ea0c78ff939d files/digest-pmw-0.8.5 61 MD5 c9fe948e037016e8a1a6b9d57c4ae674 files/digest-pmw-1.1 59 diff --git a/dev-python/pmw/pmw-0.8.5.ebuild b/dev-python/pmw/pmw-0.8.5.ebuild index e73cf73ef143..0df0784f35b1 100644 --- a/dev-python/pmw/pmw-0.8.5.ebuild +++ b/dev-python/pmw/pmw-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.13 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.14 2003/06/22 12:15:59 liquidx Exp $ DESCRIPTION="A toolkit for building high-level compound widgets in Python using the Tkinter module." HOMEPAGE="http://pmw.sourceforge.net/" @@ -8,7 +8,7 @@ HOMEPAGE="http://pmw.sourceforge.net/" DEPEND=">=dev-lang/python-2.1" SLOT="0" -KEYWORDS="x86 amd64 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="MIT" diff --git a/dev-python/pmw/pmw-1.1.ebuild b/dev-python/pmw/pmw-1.1.ebuild index 34c37228a6d6..8d05e1ce2911 100644 --- a/dev-python/pmw/pmw-1.1.ebuild +++ b/dev-python/pmw/pmw-1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-1.1.ebuild,v 1.6 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-1.1.ebuild,v 1.7 2003/06/22 12:15:59 liquidx Exp $ DESCRIPTION="A toolkit for building high-level compound widgets in Python using the Tkinter module." HOMEPAGE="http://pmw.sourceforge.net/" SRC_URI="mirror://sourceforge/pmw/Pmw.${PV}.tar.gz" SLOT="0" -KEYWORDS="x86 amd64 ppc sparc" +KEYWORDS="x86 ppc sparc" LICENSE="MIT" IUSE="" |