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/ibuffer | |
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/ibuffer')
-rw-r--r-- | app-xemacs/ibuffer/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/ibuffer/ibuffer-1.09.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/ibuffer/ibuffer-1.10.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/ibuffer/metadata.xml | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/app-xemacs/ibuffer/Manifest b/app-xemacs/ibuffer/Manifest new file mode 100644 index 000000000000..9bd97c1d2221 --- /dev/null +++ b/app-xemacs/ibuffer/Manifest @@ -0,0 +1,2 @@ +DIST ibuffer-1.09-pkg.tar.gz 89926 SHA256 17af6c47efb201acac1f4c0cb102c859cb4e125a0fb6aa55fd3cb8a13f861992 SHA512 d5a9d4aa5fa9fbbab7a50d488742c271d2810f5312f7e1db04c2ef600e94473acf6a6c6e6bbe5f1ba4c35f2f550044a0f8847a7cbc0963386b18fa2ad36be1d2 WHIRLPOOL 296fcb564eb87bf10f9b8c6e488255d4f6646e8d51cef9569d12453677ceeec0adfa47f4b2d39c2c7fbf4b25dca2f33fca2f451060566c6f855ed00f4bfc3c17 +DIST ibuffer-1.10-pkg.tar.gz 87849 SHA256 a8f315374d45fd734cf1e683b0c5897d6e8a0d8c28764c7e5a2c02ca29f891b2 SHA512 698ab658eabbcefe7826d8fe01978bae33158275727b61a404b8f7fcb6361b9c3bb502e50123a05e789571b06f4d113ea64052c90f669f5648d4050f5d25ad31 WHIRLPOOL 187b96c963c59159b39c4e8835c60f016181610aa965d818dc35f886743fd213110008770c388a29f6b4ca654fcd25a43fc4571d07fa0566c784819dc52ca320 diff --git a/app-xemacs/ibuffer/ibuffer-1.09.ebuild b/app-xemacs/ibuffer/ibuffer-1.09.ebuild new file mode 100644 index 000000000000..f919994fb547 --- /dev/null +++ b/app-xemacs/ibuffer/ibuffer-1.09.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Advanced replacement for buffer-menu" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/ibuffer/ibuffer-1.10.ebuild b/app-xemacs/ibuffer/ibuffer-1.10.ebuild new file mode 100644 index 000000000000..8cd2c6d94af1 --- /dev/null +++ b/app-xemacs/ibuffer/ibuffer-1.10.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Advanced replacement for buffer-menu" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/ibuffer/metadata.xml b/app-xemacs/ibuffer/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/ibuffer/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> |