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/igrep | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
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/igrep')
-rw-r--r-- | app-xemacs/igrep/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/igrep/igrep-1.14.ebuild | 16 | ||||
-rw-r--r-- | app-xemacs/igrep/igrep-1.16.ebuild | 16 | ||||
-rw-r--r-- | app-xemacs/igrep/metadata.xml | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/app-xemacs/igrep/Manifest b/app-xemacs/igrep/Manifest new file mode 100644 index 00000000000..f32e275c4e0 --- /dev/null +++ b/app-xemacs/igrep/Manifest @@ -0,0 +1,2 @@ +DIST igrep-1.14-pkg.tar.gz 20838 SHA256 50ab10f8ac870e34bc6ee10b3c6f88e13bc44733743e6aa96ceb11e6c6dd3650 SHA512 f5fd38a84cd46478bf48bb2c8629aefba9e5e967c66b0dca716df9d7a840871e9874b3786d95820219c8b00b7beafe770e3363352f1384a18bb0084ee1ed0f8e WHIRLPOOL f5fe61ffeff0798d9d3d6de328f2114d88630a991b630a623f54385049ee054257a5604314c7f398a48ec8c03e17187fa1cb4a6d9b040e71e915104f0642e3b3 +DIST igrep-1.16-pkg.tar.gz 21993 SHA256 dd43e1ec1f99ca002062a148d3bdf2dd08212b0b4357c872f9e7a98f3e53abd5 SHA512 0cc70a42434398e4e15240935660477ba7104e9531d7f87f5d5fbaa73b3f36fe8016d17211270a5f7274478335930b970430921a94571b28b39d0da96d579a0e WHIRLPOOL 5eecd9956129cc4b10992954b18648c03c89b7f7fcb6c22f6fbd8d8a00030d903fdece78b1080b2487576fb52e60feb272a699687594d4ec4656c75a2c4ad100 diff --git a/app-xemacs/igrep/igrep-1.14.ebuild b/app-xemacs/igrep/igrep-1.14.ebuild new file mode 100644 index 00000000000..d59e2c61756 --- /dev/null +++ b/app-xemacs/igrep/igrep-1.14.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Enhanced front-end for Grep" +PKG_CAT="standard" + +RDEPEND="app-xemacs/dired +app-xemacs/xemacs-base +app-xemacs/efs +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/igrep/igrep-1.16.ebuild b/app-xemacs/igrep/igrep-1.16.ebuild new file mode 100644 index 00000000000..d59e2c61756 --- /dev/null +++ b/app-xemacs/igrep/igrep-1.16.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Enhanced front-end for Grep" +PKG_CAT="standard" + +RDEPEND="app-xemacs/dired +app-xemacs/xemacs-base +app-xemacs/efs +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/igrep/metadata.xml b/app-xemacs/igrep/metadata.xml new file mode 100644 index 00000000000..29888891660 --- /dev/null +++ b/app-xemacs/igrep/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> |