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/efs | |
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/efs')
-rw-r--r-- | app-xemacs/efs/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/efs/efs-1.33.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/efs/efs-1.34.ebuild | 15 | ||||
-rw-r--r-- | app-xemacs/efs/metadata.xml | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-xemacs/efs/Manifest b/app-xemacs/efs/Manifest new file mode 100644 index 000000000000..f97f66152faa --- /dev/null +++ b/app-xemacs/efs/Manifest @@ -0,0 +1,2 @@ +DIST efs-1.33-pkg.tar.gz 375842 SHA256 7fd287e825dfd13f70c7e97f41b4d8aba09ce1bde1156e1e4b39a8d85891478f SHA512 d588b8885ec659a78b4b64dadf10e75d08766e1cdfbd03dda9fc822081552dd8f27ed77dbff6be28a8f52fcb6f6747d27b7dea5ed3c7defd704639d49d7d4ae1 WHIRLPOOL 0f367dac0c03b5ff49c9667a7ccd4c587adcf86f9d4cb79c887590b4d592069d43332685bf78789d581709decdda3c78940e5e3515c35e843edff1281bdadd00 +DIST efs-1.34-pkg.tar.gz 376920 SHA256 e9322ad32ef6825d2df23733c44aa58976807e39f4ea1279408552da16596d55 SHA512 44550090f4b122d995c10fa4e82972adeb4261bb27a431f7ac40a61773252fff1024a0f6a480cc7f35705aaa90781aed8473b96b5468d0ed18d2f5b3f59cb9fd WHIRLPOOL ace793c4efa2029376681dd7f5481a63bd0bb1eb874aa41a585db16aa3e2636b84d0e190b998eb23bda6c4a821607d5956affd87ce8819f4c49a5cd7c6cd3630 diff --git a/app-xemacs/efs/efs-1.33.ebuild b/app-xemacs/efs/efs-1.33.ebuild new file mode 100644 index 000000000000..714d0430552e --- /dev/null +++ b/app-xemacs/efs/efs-1.33.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Treat files on remote systems the same as local files" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/dired +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/efs/efs-1.34.ebuild b/app-xemacs/efs/efs-1.34.ebuild new file mode 100644 index 000000000000..714d0430552e --- /dev/null +++ b/app-xemacs/efs/efs-1.34.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="Treat files on remote systems the same as local files" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/dired +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/efs/metadata.xml b/app-xemacs/efs/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/efs/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> |