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/eudc | |
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/eudc')
-rw-r--r-- | app-xemacs/eudc/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/eudc/eudc-1.39.ebuild | 24 | ||||
-rw-r--r-- | app-xemacs/eudc/eudc-1.40.ebuild | 25 | ||||
-rw-r--r-- | app-xemacs/eudc/metadata.xml | 5 |
4 files changed, 56 insertions, 0 deletions
diff --git a/app-xemacs/eudc/Manifest b/app-xemacs/eudc/Manifest new file mode 100644 index 000000000000..3f24f05b2af6 --- /dev/null +++ b/app-xemacs/eudc/Manifest @@ -0,0 +1,2 @@ +DIST eudc-1.39-pkg.tar.gz 79488 SHA256 78a60fc7d7c953909a270e0f83d353b8c1c23bee6c2ce04f3f63dcddd979cf48 SHA512 c2442e701dad665fc0651aee3d9f0affd72006abcceb6da46eea67f0cdaf75a285f330615de54a5097ce39786537612b1dd053268fda01c0c18a00bb44c0fdda WHIRLPOOL fa3f4fce197c87b0b0af1a3c5dea9a35c63def0f97e16664c671957d8b922894fc833f93413a93d78153c12c878631b3f469903e9062d8e028356d65263c0ccc +DIST eudc-1.40-pkg.tar.gz 79675 SHA256 26ce424b372627d5deeb83bc1ad9628653148d9168823848110c2cd77da618c1 SHA512 ecd14560771652450e6f4acbf468efad9215681e6c85e8f5b3c999a222f8e90299f7e63c4951a122f5d04a08ec247c95bc5da910df47f66b5f88656acf2ad827 WHIRLPOOL 8c3be3bdf3ac6a26b4f04873a93567e1b8167dab047ac276e2b7187cc9560a367ccdfeebf7319018fc15ee40531d87ba878752c102c597855a4a0cbe04a628fc diff --git a/app-xemacs/eudc/eudc-1.39.ebuild b/app-xemacs/eudc/eudc-1.39.ebuild new file mode 100644 index 000000000000..f3ba5c67e17b --- /dev/null +++ b/app-xemacs/eudc/eudc-1.39.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Emacs Unified Directory Client (LDAP, PH)" +PKG_CAT="standard" + +RDEPEND="app-xemacs/fsf-compat +app-xemacs/xemacs-base +app-xemacs/bbdb +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/rmail +app-xemacs/tm +app-xemacs/apel +app-xemacs/xemacs-eterm +app-xemacs/sh-script +app-xemacs/net-utils +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/eudc/eudc-1.40.ebuild b/app-xemacs/eudc/eudc-1.40.ebuild new file mode 100644 index 000000000000..06965e942afb --- /dev/null +++ b/app-xemacs/eudc/eudc-1.40.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Emacs Unified Directory Client (LDAP, PH)" +PKG_CAT="standard" + +RDEPEND="app-xemacs/fsf-compat +app-xemacs/xemacs-base +app-xemacs/bbdb +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/rmail +app-xemacs/tm +app-xemacs/apel +app-xemacs/xemacs-eterm +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/ecrypto +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/eudc/metadata.xml b/app-xemacs/eudc/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/eudc/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> |