diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 15:40:54 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-11 15:40:54 +0000 |
commit | efd881d8c114e3c9b0fd2a8b2164a17e8bfbd870 (patch) | |
tree | 35d62ab5d6473b6596e93224d854143b3e7003fe /app-xemacs/eshell/eshell-1.10.ebuild | |
parent | Version bump; add metadata. (diff) | |
download | historical-efd881d8c114e3c9b0fd2a8b2164a17e8bfbd870.tar.gz historical-efd881d8c114e3c9b0fd2a8b2164a17e8bfbd870.tar.bz2 historical-efd881d8c114e3c9b0fd2a8b2164a17e8bfbd870.zip |
Version bump; remove old version.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-xemacs/eshell/eshell-1.10.ebuild')
-rw-r--r-- | app-xemacs/eshell/eshell-1.10.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/eshell/eshell-1.10.ebuild b/app-xemacs/eshell/eshell-1.10.ebuild new file mode 100644 index 000000000000..dc565424cca0 --- /dev/null +++ b/app-xemacs/eshell/eshell-1.10.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/eshell/eshell-1.10.ebuild,v 1.1 2006/11/11 15:40:54 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Command shell implemented entirely in Emacs Lisp" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xemacs-eterm +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |