diff options
author | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 12:22:48 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2002-12-16 12:22:48 +0000 |
commit | 4bce59d769564960d06dcefc9bbd58b6d9c8f431 (patch) | |
tree | 59e080121666285944c04de7dd7593848d74fc94 /app-xemacs/prog-modes | |
parent | added optional standalone player (diff) | |
download | historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.tar.gz historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.tar.bz2 historical-4bce59d769564960d06dcefc9bbd58b6d9c8f431.zip |
xemacs packages ebuild
Diffstat (limited to 'app-xemacs/prog-modes')
-rw-r--r-- | app-xemacs/prog-modes/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/prog-modes/prog-modes-1.67.ebuild | 27 |
2 files changed, 35 insertions, 0 deletions
diff --git a/app-xemacs/prog-modes/ChangeLog b/app-xemacs/prog-modes/ChangeLog new file mode 100644 index 000000000000..b918de922a65 --- /dev/null +++ b/app-xemacs/prog-modes/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-xemacs/prog-modes +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/prog-modes/ChangeLog,v 1.1 2002/12/16 12:22:47 rendhalver Exp $ + +*prog-modes-1.67 (16 Dec 2002) + + 16 Dec 2002; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + Initial import. diff --git a/app-xemacs/prog-modes/prog-modes-1.67.ebuild b/app-xemacs/prog-modes/prog-modes-1.67.ebuild new file mode 100644 index 000000000000..efdd4238d4a7 --- /dev/null +++ b/app-xemacs/prog-modes/prog-modes-1.67.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 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.1 2002/12/16 12:22:47 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 +" + +inherit xemacs-packages + |