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/xemacs-base | |
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/xemacs-base')
-rw-r--r-- | app-xemacs/xemacs-base/Manifest | 3 | ||||
-rw-r--r-- | app-xemacs/xemacs-base/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/xemacs-base/xemacs-base-2.08.ebuild | 12 | ||||
-rw-r--r-- | app-xemacs/xemacs-base/xemacs-base-2.10-r1.ebuild | 12 | ||||
-rw-r--r-- | app-xemacs/xemacs-base/xemacs-base-2.27.ebuild | 12 |
5 files changed, 44 insertions, 0 deletions
diff --git a/app-xemacs/xemacs-base/Manifest b/app-xemacs/xemacs-base/Manifest new file mode 100644 index 000000000000..89272bec2ef9 --- /dev/null +++ b/app-xemacs/xemacs-base/Manifest @@ -0,0 +1,3 @@ +DIST xemacs-base-2.08-pkg.tar.gz 537716 SHA256 99e16f722615d517f6cc618927f381bd1a2f5a4320d929f889550f9c9cd71039 SHA512 f72585f9c7da25361a40d632993f449f4d55f127189f9c57eac8e1f5c3bee7aebb98663c9109fcacebe813e578dc4569f2c795aaa799e95da8839ec12bc67bdf WHIRLPOOL 6c610867143dfc5330101fff997264ccec7ab5581ecb3b2a43240341420dbcbcde76ff3c0959bc7018d143ded321f6a905541ebaca085dc7d3e952734bc38d62 +DIST xemacs-base-2.10-pkg.tar.gz 538066 SHA256 02215aaee696b3b097cafdd4d4a71b61aa9aa6085796c452234cb90da3ad9b4b SHA512 c073b9799d5b02ace8aedf397ecd9cd25344cfe70479df52c8f1724df63f8d6400e04ed4f89714637afd0b854f3a36af6193ed68e71703f4a98e17ad59ef8fde WHIRLPOOL 7a1a8ce72f7d37a1bab80987627aad7b9a8198f7edc921debed832f730cc6bdde1fe1583efa9f3823f947f7397420e6f7d8dc3d922fbf0fb1d897464436332f2 +DIST xemacs-base-2.27-pkg.tar.gz 535989 SHA256 384ef390113548136cbee8bdc32122d45111bc46a1723c818a84613ef1924daa SHA512 5ed06fdf13cacab6bcf7429cd2d600dce54d3038fe9b9184aa41e847882ca9b51e7b9841fc383aae7df21eaaec36971471d598d0c0d165b0f07d1c6b0ac71508 WHIRLPOOL 35b3d7e80484f88434ce411b47150553714430b13b7e5cccce2f3799d2b49593006e68ce48e7e427c050c765d609c93c1f353a84d50a5121b0422fdee04a4a1a diff --git a/app-xemacs/xemacs-base/metadata.xml b/app-xemacs/xemacs-base/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/xemacs-base/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/xemacs-base/xemacs-base-2.08.ebuild b/app-xemacs/xemacs-base/xemacs-base-2.08.ebuild new file mode 100644 index 000000000000..a409ecac1a23 --- /dev/null +++ b/app-xemacs/xemacs-base/xemacs-base-2.08.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Fundamental XEmacs support, you almost certainly need this" +PKG_CAT="standard" + +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/xemacs-base/xemacs-base-2.10-r1.ebuild b/app-xemacs/xemacs-base/xemacs-base-2.10-r1.ebuild new file mode 100644 index 000000000000..39ae401eb67a --- /dev/null +++ b/app-xemacs/xemacs-base/xemacs-base-2.10-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Fundamental XEmacs support, you almost certainly need this" +PKG_CAT="standard" + +KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/xemacs-base/xemacs-base-2.27.ebuild b/app-xemacs/xemacs-base/xemacs-base-2.27.ebuild new file mode 100644 index 000000000000..3dc8bc622b13 --- /dev/null +++ b/app-xemacs/xemacs-base/xemacs-base-2.27.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Fundamental XEmacs support, you almost certainly need this" +PKG_CAT="standard" + +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-fbsd" + +inherit xemacs-packages |