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/build | |
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/build')
-rw-r--r-- | app-xemacs/build/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/build/build-1.14.ebuild | 18 | ||||
-rw-r--r-- | app-xemacs/build/build-1.15.ebuild | 18 | ||||
-rw-r--r-- | app-xemacs/build/metadata.xml | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/app-xemacs/build/Manifest b/app-xemacs/build/Manifest new file mode 100644 index 000000000000..205a337ff3c9 --- /dev/null +++ b/app-xemacs/build/Manifest @@ -0,0 +1,2 @@ +DIST build-1.14-pkg.tar.gz 49484 SHA256 d66666787bd7529aa9f3e88e18ef733d0875661cde70e628e423914574411879 SHA512 bdda0904d8790df0adcaace0df038714f8175dea682af567daac8b0436436dd6e20d2f49f84deae5090f6d5013165de61b8ca50d81d5fea837b9f6013f9ba050 WHIRLPOOL 2ac077688e0463fe291e50670b7fabd02964ae7d4ed25bfc0857e873b2afd139454c88a8d45afbff62b0409513545c912bf08d6f9c0abd88e9db9c544c8398c6 +DIST build-1.15-pkg.tar.gz 49849 SHA256 76196725ba6fade1829a6c4978819a95d9ea284c29d9042f108ca299397229eb SHA512 bf72d2509250fbd93a512ce445a5a17f01ea47965a729dc3e9a4745093b3057158482674393fa10fd76574f1cad0a998d0ceb5cd37d959cee70a3d8f098e5640 WHIRLPOOL 2e7e69cff67666f330950ba2cd06643cdd052e21c9353d0f583e879a1da95a9be23ad45a2457b91d0f2e4c4fc5aae7ebeccde70803355577a5ad32d7ff7b2e91 diff --git a/app-xemacs/build/build-1.14.ebuild b/app-xemacs/build/build-1.14.ebuild new file mode 100644 index 000000000000..fffd0a9a5eec --- /dev/null +++ b/app-xemacs/build/build-1.14.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Build XEmacs from within (UNIX, Windows)" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/pcl-cvs +app-xemacs/dired +app-xemacs/w3 +app-xemacs/prog-modes +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/build/build-1.15.ebuild b/app-xemacs/build/build-1.15.ebuild new file mode 100644 index 000000000000..fffd0a9a5eec --- /dev/null +++ b/app-xemacs/build/build-1.15.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Build XEmacs from within (UNIX, Windows)" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/pcl-cvs +app-xemacs/dired +app-xemacs/w3 +app-xemacs/prog-modes +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/build/metadata.xml b/app-xemacs/build/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/build/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> |