diff options
Diffstat (limited to 'app-xemacs/eshell')
-rw-r--r-- | app-xemacs/eshell/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/eshell/eshell-1.10.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/eshell/eshell-1.18.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/eshell/metadata.xml | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/eshell/Manifest b/app-xemacs/eshell/Manifest new file mode 100644 index 000000000000..e896cfcbbc6c --- /dev/null +++ b/app-xemacs/eshell/Manifest @@ -0,0 +1,2 @@ +DIST eshell-1.10-pkg.tar.gz 232616 SHA256 faf76bc167c36f0b79739bc7e633ed2db2cd1d07c2bbf32cd90c67653b9ef075 SHA512 97b4d81b024513b4dacbdbd3d04150a3dcc10aa9c2a8ed0e7157ada3aa404de6c44f8cce60c59f1c75c0e9e31f0f7b6de86b402b2c6527111162e2ee54e51dc9 WHIRLPOOL 1d5557e99b279d9c00eb35099b9a6952dc0355ecea42bad05bbf181b9b9388e6b5a3066e190f6fffd028321b11bf4b75d9c0128d5a0b50a4d417d3a6a3fe6d6e +DIST eshell-1.18-pkg.tar.gz 238988 SHA256 1fa6d8a167def5b25775d382207119a088cdfa12ad8fc379aa5ebc83e3fc8371 SHA512 3cb3f66c2714ffc5e2875bdbc3fd02dd60032db338ef9ef9c0904ec89945075ae95a5e02ce402299dbbc98b6e53d7304dbe50fc3cb3eb0dd2aacaef5535f2792 WHIRLPOOL 8920c246647be95f84153bf848917b55b32994c331e9c4f82af82587eca793cc6400e72f5860233993df1d3f6e15e5efc400bc52ddf979e30549f7da6d4585a7 diff --git a/app-xemacs/eshell/eshell-1.10.ebuild b/app-xemacs/eshell/eshell-1.10.ebuild new file mode 100644 index 000000000000..eb22ccd8e531 --- /dev/null +++ b/app-xemacs/eshell/eshell-1.10.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 diff --git a/app-xemacs/eshell/eshell-1.18.ebuild b/app-xemacs/eshell/eshell-1.18.ebuild new file mode 100644 index 000000000000..1f115c189bef --- /dev/null +++ b/app-xemacs/eshell/eshell-1.18.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 diff --git a/app-xemacs/eshell/metadata.xml b/app-xemacs/eshell/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/eshell/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xemacs</herd> +</pkgmetadata> |