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/calendar | |
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/calendar')
-rw-r--r-- | app-xemacs/calendar/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/calendar/calendar-1.32.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/calendar/calendar-1.38.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/calendar/metadata.xml | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/app-xemacs/calendar/Manifest b/app-xemacs/calendar/Manifest new file mode 100644 index 000000000000..c4849b058fa5 --- /dev/null +++ b/app-xemacs/calendar/Manifest @@ -0,0 +1,2 @@ +DIST calendar-1.32-pkg.tar.gz 410752 SHA256 b59f3984d9d7e571c671838f3c8a15eb93060bee61cfef0ccad06471a7a6b621 SHA512 ca9a2dd135d012e094044f066939dafad0ef5f73f738b538c0f7aefc08c2e9efa0e1bcd3a3630681cfb90ec3b3319fd9b8594675ca2747627924d53d3fbe8ec1 WHIRLPOOL 27dfbd52eb75b250fc07d6b23a5f4b99575fdc5cb84d228712585e5d5733b709d7500a5def2a97208bca9b1ce683adafc0f1d695f284ef770fa649ec853ba368 +DIST calendar-1.38-pkg.tar.gz 411386 SHA256 6f513caf85fcd494534664e77e4c56d378f9932c9c65690b578125fd309fc794 SHA512 d5158147df3fffcba550f4bdb34aba916b9071734c2e08b3bebb4c1969ac06b15b79337b4d2f50a53e057ff097fc63162849d5dc0983da4363e4e484357c571f WHIRLPOOL 279f4be00fd8c457c641e239fcfa0b07355e7e741d0deef113a4c27bd59ff33c9b174ab52a75a3b68c5cff118684899961f709bb6f21a66dbba972ef021dec5d diff --git a/app-xemacs/calendar/calendar-1.32.ebuild b/app-xemacs/calendar/calendar-1.32.ebuild new file mode 100644 index 000000000000..0dc4a3cc24a6 --- /dev/null +++ b/app-xemacs/calendar/calendar-1.32.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="Calendar and diary support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/calendar/calendar-1.38.ebuild b/app-xemacs/calendar/calendar-1.38.ebuild new file mode 100644 index 000000000000..0dc4a3cc24a6 --- /dev/null +++ b/app-xemacs/calendar/calendar-1.38.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="Calendar and diary support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/calendar/metadata.xml b/app-xemacs/calendar/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/calendar/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> |