From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-xemacs/xemacs-devel/Manifest | 2 ++ app-xemacs/xemacs-devel/metadata.xml | 5 +++++ app-xemacs/xemacs-devel/xemacs-devel-1.75.ebuild | 24 ++++++++++++++++++++++++ app-xemacs/xemacs-devel/xemacs-devel-1.80.ebuild | 24 ++++++++++++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 app-xemacs/xemacs-devel/Manifest create mode 100644 app-xemacs/xemacs-devel/metadata.xml create mode 100644 app-xemacs/xemacs-devel/xemacs-devel-1.75.ebuild create mode 100644 app-xemacs/xemacs-devel/xemacs-devel-1.80.ebuild (limited to 'app-xemacs/xemacs-devel') diff --git a/app-xemacs/xemacs-devel/Manifest b/app-xemacs/xemacs-devel/Manifest new file mode 100644 index 000000000000..ee79ce7961c2 --- /dev/null +++ b/app-xemacs/xemacs-devel/Manifest @@ -0,0 +1,2 @@ +DIST xemacs-devel-1.75-pkg.tar.gz 246585 SHA256 46d6e029db83ee136f9b1e8b0a0526517fc5bd043e5dbda3a5bf3582ebb24d3c SHA512 f05629c0e116cb4d10e3ffcaa941be285b56250a95a9316050115fe9cb12e3581da87be59862b79fa3c3cd3fb29b5029d0514a0fd9e9d317bba1b1b3c500cf9e WHIRLPOOL 06f81c65540519f9a933ce220cd63145cf7282cb68cdd591d3d96f6ca17f3ebac9ffcf3874043df853d8f9f1a549cd4322a652383a045abfc30fe790811d06eb +DIST xemacs-devel-1.80-pkg.tar.gz 257410 SHA256 bb6cd42d64e1653dd3a8ad3336de294112350cdd2500d496468f32470d21df1c SHA512 99d42ccd0b3db45a4b4fae931c59685c4e8cedd4daba744d8bf6232f6c1d388a2fb010ed58ce5a28a5e455fae73c19e9d3ad1bd12f2e95634c30605ae02099b2 WHIRLPOOL 74c7c2f2f2063a69b6a5be2deecee2cbf7dfcadcf9bc4cb3917dc2b111c755197ab8251cef09457d88cb0848677b6444074483ff6ddeed92696aedc6b53fda99 diff --git a/app-xemacs/xemacs-devel/metadata.xml b/app-xemacs/xemacs-devel/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/xemacs-devel/metadata.xml @@ -0,0 +1,5 @@ + + + + xemacs + diff --git a/app-xemacs/xemacs-devel/xemacs-devel-1.75.ebuild b/app-xemacs/xemacs-devel/xemacs-devel-1.75.ebuild new file mode 100644 index 000000000000..30a7b6ba3c97 --- /dev/null +++ b/app-xemacs/xemacs-devel/xemacs-devel-1.75.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 Lisp developer support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xemacs-ispell +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/rmail +app-xemacs/tm +app-xemacs/apel +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/xemacs-eterm +app-xemacs/ecrypto +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/xemacs-devel/xemacs-devel-1.80.ebuild b/app-xemacs/xemacs-devel/xemacs-devel-1.80.ebuild new file mode 100644 index 000000000000..30a7b6ba3c97 --- /dev/null +++ b/app-xemacs/xemacs-devel/xemacs-devel-1.80.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 Lisp developer support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xemacs-ispell +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/rmail +app-xemacs/tm +app-xemacs/apel +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/xemacs-eterm +app-xemacs/ecrypto +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages -- cgit v1.2.3-65-gdbad