diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
commit | 11c54ff9713a5ffe78b5d7ff87e125922592755c (patch) | |
tree | 5078c54503602d512d0a5b410d8dfba913ea1ecb /app-xemacs/python-modes | |
parent | stable on alpha (diff) | |
download | historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.gz historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.bz2 historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.zip |
new stable abuilds, adding ~alpha KEYWORDS
Diffstat (limited to 'app-xemacs/python-modes')
-rw-r--r-- | app-xemacs/python-modes/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/python-modes/files/digest-python-modes-1.02 | 1 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.01.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/python-modes/python-modes-1.02.ebuild | 16 |
4 files changed, 28 insertions, 3 deletions
diff --git a/app-xemacs/python-modes/ChangeLog b/app-xemacs/python-modes/ChangeLog index 48846ab295e5..6ab3fe336faf 100644 --- a/app-xemacs/python-modes/ChangeLog +++ b/app-xemacs/python-modes/ChangeLog @@ -1,6 +1,14 @@ # 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.2 2003/02/12 05:44:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*python-modes-1.02 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> python-modes-1.01.ebuild python-modes-1.02.ebuild files/digest-python-modes-1.02 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *python-modes-1.01 (16 Dec 2002) diff --git a/app-xemacs/python-modes/files/digest-python-modes-1.02 b/app-xemacs/python-modes/files/digest-python-modes-1.02 new file mode 100644 index 000000000000..5864733617ab --- /dev/null +++ b/app-xemacs/python-modes/files/digest-python-modes-1.02 @@ -0,0 +1 @@ +MD5 738bbb00e9bd21d3091ae41aedaac2f9 python-modes-1.02-pkg.tar.gz 81943
\ No newline at end of file diff --git a/app-xemacs/python-modes/python-modes-1.01.ebuild b/app-xemacs/python-modes/python-modes-1.01.ebuild index a6bae75874eb..28958d715549 100644 --- a/app-xemacs/python-modes/python-modes-1.01.ebuild +++ b/app-xemacs/python-modes/python-modes-1.01.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.01.ebuild,v 1.3 2003/02/13 09:57:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/python-modes/python-modes-1.01.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver 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 diff --git a/app-xemacs/python-modes/python-modes-1.02.ebuild b/app-xemacs/python-modes/python-modes-1.02.ebuild new file mode 100644 index 000000000000..7f259669b117 --- /dev/null +++ b/app-xemacs/python-modes/python-modes-1.02.ebuild @@ -0,0 +1,16 @@ +# 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 $ + +SLOT="0" +IUSE="" +DESCRIPTION="Python support." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |