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/elib
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/elib')
-rw-r--r--app-xemacs/elib/Manifest2
-rw-r--r--app-xemacs/elib/elib-1.11.ebuild13
-rw-r--r--app-xemacs/elib/elib-1.13.ebuild14
-rw-r--r--app-xemacs/elib/metadata.xml5
4 files changed, 34 insertions, 0 deletions
diff --git a/app-xemacs/elib/Manifest b/app-xemacs/elib/Manifest
new file mode 100644
index 000000000000..201becfa599b
--- /dev/null
+++ b/app-xemacs/elib/Manifest
@@ -0,0 +1,2 @@
+DIST elib-1.11-pkg.tar.gz 73387 SHA256 dc14796dc118c6f3b4c8bdaebd564dafb312502d4d9465420ffe712c62342a90 SHA512 0ed1b6bd47b13c69b5990e6e1ca8e203440e28527f860a70e22fe0da94811909bcddcf184cfc9a8016a2fe590cea5e3ceec270bfb33ff655b542a3c8c0ea8638 WHIRLPOOL b176fa96f097e83f2326a66704830657c2232a755236cf98eb391f20dc182b10afff1caa88f50037caabb1efa1b4d56ae53c07d71f723da92cf91f5cf04a5b8d
+DIST elib-1.13-pkg.tar.gz 80235 SHA256 18610a1a18300baccc2640159f4d5eb3805affbc118f4c3afc92dbdc70ef98d4 SHA512 edffc77f9db1300693701df56fea7fa6e0fe3c4d11949bd8766faea21ccad79cb52b60f5c25e84350fa7f3cfc45820035b06f82890ea760dcb90e93a065feec9 WHIRLPOOL 337e9b2509b3fb864208401a94900f17c9fe795c331bb462c70c186dca44a6fc6faeb43c7e23d0d000b44a09bed300efa827aeca3977c8dc1330f302a60bba83
diff --git a/app-xemacs/elib/elib-1.11.ebuild b/app-xemacs/elib/elib-1.11.ebuild
new file mode 100644
index 000000000000..fe2178995b1c
--- /dev/null
+++ b/app-xemacs/elib/elib-1.11.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Portable Emacs Lisp utilities library"
+PKG_CAT="standard"
+
+RDEPEND=""
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/elib/elib-1.13.ebuild b/app-xemacs/elib/elib-1.13.ebuild
new file mode 100644
index 000000000000..6d07453d9c54
--- /dev/null
+++ b/app-xemacs/elib/elib-1.13.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="Portable Emacs Lisp utilities library"
+PKG_CAT="standard"
+
+RDEPEND="app-xemacs/xemacs-base
+"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
+
+inherit xemacs-packages
diff --git a/app-xemacs/elib/metadata.xml b/app-xemacs/elib/metadata.xml
new file mode 100644
index 000000000000..298888916608
--- /dev/null
+++ b/app-xemacs/elib/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>