From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-xemacs/eshell/Manifest | 2 ++ app-xemacs/eshell/eshell-1.10.ebuild | 15 +++++++++++++++ app-xemacs/eshell/eshell-1.18.ebuild | 15 +++++++++++++++ app-xemacs/eshell/metadata.xml | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 app-xemacs/eshell/Manifest create mode 100644 app-xemacs/eshell/eshell-1.10.ebuild create mode 100644 app-xemacs/eshell/eshell-1.18.ebuild create mode 100644 app-xemacs/eshell/metadata.xml (limited to 'app-xemacs/eshell') 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 @@ + + + + xemacs + -- cgit v1.2.3-65-gdbad