summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-xemacs/scheme
downloadgentoo-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/scheme')
-rw-r--r--app-xemacs/scheme/Manifest2
-rw-r--r--app-xemacs/scheme/metadata.xml5
-rw-r--r--app-xemacs/scheme/scheme-1.15.ebuild14
-rw-r--r--app-xemacs/scheme/scheme-1.18.ebuild14
4 files changed, 35 insertions, 0 deletions
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 @@
+<?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/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