diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-xemacs/sh-script | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
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 <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-xemacs/sh-script')
-rw-r--r-- | app-xemacs/sh-script/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/sh-script/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/sh-script/sh-script-1.22.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/sh-script/sh-script-1.24.ebuild | 14 |
4 files changed, 35 insertions, 0 deletions
diff --git a/app-xemacs/sh-script/Manifest b/app-xemacs/sh-script/Manifest new file mode 100644 index 000000000000..5ee6c6537add --- /dev/null +++ b/app-xemacs/sh-script/Manifest @@ -0,0 +1,2 @@ +DIST sh-script-1.22-pkg.tar.gz 70396 SHA256 21196a173975c8a9c6816f5758f23dc4b72e3fd08e2fe7fcda9013b75b48de48 SHA512 2eee3fb6f000469e2802f55971299901d044e9206372650ab8691789ccabc21601335c6dd2e7cf233c10209d6632959fce11e854ad9565e27d4688ddfc8e2d1a WHIRLPOOL 0e751a5472e6cbd43abc4fb8081362007cca52f1bdd0f7193e1563ede6cfb4bba8f236bba2ea281288a4673513bbdd8ba918548436fc24e72577b904b7bef4e2 +DIST sh-script-1.24-pkg.tar.gz 70667 SHA256 d26834b96b1c3bee14ad8610dcd8e92b1a8d3f20e14086996b6904386814da7c SHA512 b39fbec933b73a21e340a47e24058cb2fd741b0bd4868aa880f171a5a164aba8f6c8e708f70a775f6e74f120254f4c283ac98ee1d3ea532e3eee95c05e960c4f WHIRLPOOL 36bb32d08aa110caae511655c58b2f5a557dca8ac24f369a2bb7e69918504b193053a5eb9ca0dc2d7447cb198ff3fbde57d17453c8be5abd84777a15a1eed6d2 diff --git a/app-xemacs/sh-script/metadata.xml b/app-xemacs/sh-script/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/sh-script/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> diff --git a/app-xemacs/sh-script/sh-script-1.22.ebuild b/app-xemacs/sh-script/sh-script-1.22.ebuild new file mode 100644 index 000000000000..62797d211fd9 --- /dev/null +++ b/app-xemacs/sh-script/sh-script-1.22.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Support for editing shell scripts" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/sh-script/sh-script-1.24.ebuild b/app-xemacs/sh-script/sh-script-1.24.ebuild new file mode 100644 index 000000000000..62797d211fd9 --- /dev/null +++ b/app-xemacs/sh-script/sh-script-1.24.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Support for editing shell scripts" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |