diff options
Diffstat (limited to 'app-xemacs/python-modes')
-rw-r--r-- | app-xemacs/python-modes/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/python-modes/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.02.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/python-modes/ChangeLog b/app-xemacs/python-modes/ChangeLog index 6ab3fe336faf..24508713de82 100644 --- a/app-xemacs/python-modes/ChangeLog +++ b/app-xemacs/python-modes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-xemacs/python-modes # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.4 2003/10/03 02:36:40 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> python-modes-1.02.ebuild: + Stable on alpha *python-modes-1.02 (22 Feb 2003) diff --git a/app-xemacs/python-modes/Manifest b/app-xemacs/python-modes/Manifest index b71b00da34af..17530134b215 100644 --- a/app-xemacs/python-modes/Manifest +++ b/app-xemacs/python-modes/Manifest @@ -1,5 +1,5 @@ -MD5 0b1690beb7cb252fdc0a4034cf57445f ChangeLog 606 +MD5 39b3a464b20795cf7a520ec7d5d38399 ChangeLog 699 MD5 2530a83b669f6db4f7941ee6530430eb python-modes-1.01.ebuild 423 -MD5 517b952a33ea0249c6901840b35d16d8 python-modes-1.02.ebuild 423 +MD5 31e6eec2054dfc996f6de1b4899851c9 python-modes-1.02.ebuild 420 MD5 f5ca4019fd9bcac93d5ab3fb011fb80e files/digest-python-modes-1.01 71 MD5 c526c53555f02808fe835d0e87096405 files/digest-python-modes-1.02 71 diff --git a/app-xemacs/python-modes/python-modes-1.02.ebuild b/app-xemacs/python-modes/python-modes-1.02.ebuild index 7f259669b117..b47058c2c4de 100644 --- a/app-xemacs/python-modes/python-modes-1.02.ebuild +++ b/app-xemacs/python-modes/python-modes-1.02.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/app-xemacs/python-modes/python-modes-1.02.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/python-modes-1.02.ebuild,v 1.2 2003/10/03 02:36:40 agriffis Exp $ SLOT="0" IUSE="" @@ -10,7 +10,7 @@ PKG_CAT="standard" DEPEND="app-xemacs/xemacs-base app-xemacs/mail-lib " -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |