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/pcomplete | |
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/pcomplete')
-rw-r--r-- | app-xemacs/pcomplete/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/pcomplete/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/pcomplete/pcomplete-1.04.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/pcomplete/pcomplete-1.06.ebuild | 15 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/pcomplete/Manifest b/app-xemacs/pcomplete/Manifest new file mode 100644 index 000000000000..e57aae5af561 --- /dev/null +++ b/app-xemacs/pcomplete/Manifest @@ -0,0 +1,2 @@ +DIST pcomplete-1.04-pkg.tar.gz 37573 SHA256 2d0d350a7eb653ebb0bcd6edb5091e09f57223ac155ae49e19f74d6656848a24 SHA512 cf12f90c2546c051526cf48a6fed96a03accba871cb91acd8ea88cc3ede9931555f2d8b7eea9ce56d573326692f4a3832fff714ecb84c8081b05f133e6b4d631 WHIRLPOOL 294a3bc5e25a28a76656be5e891086386e335461a2df7bf17732529a4f5b6a805313ede637b51b9cab27fd367a632b12d36368ee33fe0f4c4f651e1ed33ac690 +DIST pcomplete-1.06-pkg.tar.gz 37844 SHA256 a15d01377b60c14ea4d166f193fa1a8bf028a53e0f5792ecfc7dd530d03d2689 SHA512 b1406fae71f18849ea55ca0f6ecf970b1ef56c3957cfbfbf9b43ed241dab4338afeb8e7439f2de3d52344493cc6aa662f49f2ec56c465c5fddd6f1bfe50a6dcc WHIRLPOOL 329bd550ab9783fe986f10829734b15f22c1cbde67adfc94d3ebcc6bf50b6fef81fd5883ef352d73c16e246bb05d51c187a163d69093e387913c3b10c4f7dddd diff --git a/app-xemacs/pcomplete/metadata.xml b/app-xemacs/pcomplete/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/pcomplete/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/pcomplete/pcomplete-1.04.ebuild b/app-xemacs/pcomplete/pcomplete-1.04.ebuild new file mode 100644 index 000000000000..425f2bdce199 --- /dev/null +++ b/app-xemacs/pcomplete/pcomplete-1.04.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Provides programmatic completion" +PKG_CAT="standard" + +RDEPEND="app-xemacs/sh-script +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/pcomplete/pcomplete-1.06.ebuild b/app-xemacs/pcomplete/pcomplete-1.06.ebuild new file mode 100644 index 000000000000..425f2bdce199 --- /dev/null +++ b/app-xemacs/pcomplete/pcomplete-1.06.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Provides programmatic completion" +PKG_CAT="standard" + +RDEPEND="app-xemacs/sh-script +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |