From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-xemacs/build/Manifest | 2 ++ app-xemacs/build/build-1.14.ebuild | 18 ++++++++++++++++++ app-xemacs/build/build-1.15.ebuild | 18 ++++++++++++++++++ app-xemacs/build/metadata.xml | 5 +++++ 4 files changed, 43 insertions(+) create mode 100644 app-xemacs/build/Manifest create mode 100644 app-xemacs/build/build-1.14.ebuild create mode 100644 app-xemacs/build/build-1.15.ebuild create mode 100644 app-xemacs/build/metadata.xml (limited to 'app-xemacs/build') 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 @@ + + + + xemacs + -- cgit v1.2.3-65-gdbad