diff options
author | 2003-02-22 12:46:41 +0000 | |
---|---|---|
committer | 2003-02-22 12:46:41 +0000 | |
commit | 77f16ff03eb7173ab6edb5fbb0e67b0a12faf376 (patch) | |
tree | b04da053e9fb9e3edf1a0257df66facb9a6c06ab /app-xemacs/prog-modes | |
parent | stable on alpha (diff) | |
download | gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.tar.gz gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.tar.bz2 gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.zip |
new stable abuilds, adding ~alpha KEYWORDS
Diffstat (limited to 'app-xemacs/prog-modes')
-rw-r--r-- | app-xemacs/prog-modes/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/prog-modes/files/digest-prog-modes-1.72 | 1 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-1.67.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-1.72.ebuild | 28 |
4 files changed, 40 insertions, 3 deletions
diff --git a/app-xemacs/prog-modes/ChangeLog b/app-xemacs/prog-modes/ChangeLog index d49c15d5b1de..3d029c85d980 100644 --- a/app-xemacs/prog-modes/ChangeLog +++ b/app-xemacs/prog-modes/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-xemacs/prog-modes # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.2 2003/02/12 05:43:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*prog-modes-1.72 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> prog-modes-1.67.ebuild prog-modes-1.72.ebuild files/digest-prog-modes-1.72 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *prog-modes-1.67 (16 Dec 2002) diff --git a/app-xemacs/prog-modes/files/digest-prog-modes-1.72 b/app-xemacs/prog-modes/files/digest-prog-modes-1.72 new file mode 100644 index 000000000000..134a93785330 --- /dev/null +++ b/app-xemacs/prog-modes/files/digest-prog-modes-1.72 @@ -0,0 +1 @@ +MD5 39cc163d6e6408ae317a228c4430733d prog-modes-1.72-pkg.tar.gz 655779
\ No newline at end of file diff --git a/app-xemacs/prog-modes/prog-modes-1.67.ebuild b/app-xemacs/prog-modes/prog-modes-1.67.ebuild index dfa0f145788d..a5e25dd9d087 100644 --- a/app-xemacs/prog-modes/prog-modes-1.67.ebuild +++ b/app-xemacs/prog-modes/prog-modes-1.67.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/prog-modes/prog-modes-1.67.ebuild,v 1.3 2003/02/13 09:56:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/prog-modes-1.67.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ SLOT="0" IUSE="" @@ -22,7 +22,7 @@ app-xemacs/dired app-xemacs/ilisp app-xemacs/sh-script " -KEYWORDS="x86 -ppc alpha sparc" +KEYWORDS="x86 ~ppc ~alpha sparc" inherit xemacs-packages diff --git a/app-xemacs/prog-modes/prog-modes-1.72.ebuild b/app-xemacs/prog-modes/prog-modes-1.72.ebuild new file mode 100644 index 000000000000..a724f8fab6f8 --- /dev/null +++ b/app-xemacs/prog-modes/prog-modes-1.72.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/prog-modes-1.72.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Support for various programming languages." +PKG_CAT="standard" + +DEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-devel +app-xemacs/xemacs-base +app-xemacs/cc-mode +app-xemacs/fsf-compat +app-xemacs/edit-utils +app-xemacs/ediff +app-xemacs/emerge +app-xemacs/efs +app-xemacs/vc +app-xemacs/speedbar +app-xemacs/dired +app-xemacs/ilisp +app-xemacs/sh-script +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |