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 | 77f16ff03eb7173ab6edb5fbb0e67b0a12faf376 (patch) | |
tree | b04da053e9fb9e3edf1a0257df66facb9a6c06ab /app-xemacs/prog-modes/prog-modes-1.72.ebuild | |
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/prog-modes-1.72.ebuild')
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-1.72.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
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 + |