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/scheme/Manifest | 2 ++ app-xemacs/scheme/metadata.xml | 5 +++++ app-xemacs/scheme/scheme-1.15.ebuild | 14 ++++++++++++++ app-xemacs/scheme/scheme-1.18.ebuild | 14 ++++++++++++++ 4 files changed, 35 insertions(+) create mode 100644 app-xemacs/scheme/Manifest create mode 100644 app-xemacs/scheme/metadata.xml create mode 100644 app-xemacs/scheme/scheme-1.15.ebuild create mode 100644 app-xemacs/scheme/scheme-1.18.ebuild (limited to 'app-xemacs/scheme') diff --git a/app-xemacs/scheme/Manifest b/app-xemacs/scheme/Manifest new file mode 100644 index 000000000000..91f4b4ecb309 --- /dev/null +++ b/app-xemacs/scheme/Manifest @@ -0,0 +1,2 @@ +DIST scheme-1.15-pkg.tar.gz 38055 SHA256 3df97fd1ed4610301fd6d049bdc48824a60ea8cf46448c5f3ce28100b960a2a0 SHA512 90ce2be594a1d30a92a653bb5ba79572b0e564e32f7b701b58fffc45d367dfc7efd3dafb10295a0ae01876ebbd63ad59060a065ecf8fc4bcce25c30c3e5e3b32 WHIRLPOOL 823044a7391410a15a347b537aed0e0b811bf46ae21785bd3259f0711b016bf465e02a52c688eeceba0c82f4012b522b01e24521daeffa830fb773291580b32a +DIST scheme-1.18-pkg.tar.gz 38398 SHA256 f6d0f8a382d65384aca8851ddfd71aa07390a77cd656a1a0397f1a15e4790905 SHA512 edf4e062663b72f4aff670cd2a73282314676f52b024cbe75d35b7445aa4fa8923723d59c7babafc0c86096eb7c9158e90452c4d06f27206c80eadd15236383c WHIRLPOOL ef9ad932abbb83b83cde0768f9c03badbca38131b794080ed7d750fce3a766ef647346e013f75176936e76921ec5f29608585a86686b1590ee6de1307a9a7bf0 diff --git a/app-xemacs/scheme/metadata.xml b/app-xemacs/scheme/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/scheme/metadata.xml @@ -0,0 +1,5 @@ + + + + xemacs + diff --git a/app-xemacs/scheme/scheme-1.15.ebuild b/app-xemacs/scheme/scheme-1.15.ebuild new file mode 100644 index 000000000000..6833110999ea --- /dev/null +++ b/app-xemacs/scheme/scheme-1.15.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Front-end support for Inferior Scheme" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/scheme/scheme-1.18.ebuild b/app-xemacs/scheme/scheme-1.18.ebuild new file mode 100644 index 000000000000..6833110999ea --- /dev/null +++ b/app-xemacs/scheme/scheme-1.18.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Front-end support for Inferior Scheme" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages -- cgit v1.2.3-65-gdbad