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/xwem/Manifest | 2 ++ app-xemacs/xwem/metadata.xml | 5 +++++ app-xemacs/xwem/xwem-1.22.ebuild | 23 +++++++++++++++++++++++ app-xemacs/xwem/xwem-1.23.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 app-xemacs/xwem/Manifest create mode 100644 app-xemacs/xwem/metadata.xml create mode 100644 app-xemacs/xwem/xwem-1.22.ebuild create mode 100644 app-xemacs/xwem/xwem-1.23.ebuild (limited to 'app-xemacs/xwem') diff --git a/app-xemacs/xwem/Manifest b/app-xemacs/xwem/Manifest new file mode 100644 index 000000000000..98bde9d64915 --- /dev/null +++ b/app-xemacs/xwem/Manifest @@ -0,0 +1,2 @@ +DIST xwem-1.22-pkg.tar.gz 649363 SHA256 d276779f6d4d70ff0b50ca448c1dabc4a44b9724da8c5f5d58a69b79e5d0c68a SHA512 5de50db9a9b0e3fe33aeae0f01cf5f4df61c57760c0cb66ec37288f03f3c3da1c45805b9d37b2ab6e375ac308f7074fb2cf12d9f6174742a9075cb64c82f68f5 WHIRLPOOL 4285bfc5a88c1a30727b6418401e9ce7e4cb212a5ad7eb1f187d7522f0dfeea687cd4f56a864687cd5a75af369c0622bb45dee5c350175c1a3ae5126999bc478 +DIST xwem-1.23-pkg.tar.gz 649490 SHA256 87b89ed5f8292c0edb596c5f2906e5a68f4f6bf3f001644e32898b94f40423ac SHA512 f070ca895b6b1144444e2d17198b07e3584fd72410b0663fb86fe3048635b8a795ee9b575c8f583108bddaae37de44864080a0402ae6312dd1d7172882473063 WHIRLPOOL 151ce014ccfd5b9a98da390b6d83f17df4134df6908d3490d84ff0434f49393560dde18dee8c6b5c60c5ccf17d637dcdb4c2e77bf4a97a31b1ca34f91420dc9d diff --git a/app-xemacs/xwem/metadata.xml b/app-xemacs/xwem/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/xwem/metadata.xml @@ -0,0 +1,5 @@ + + + + xemacs + diff --git a/app-xemacs/xwem/xwem-1.22.ebuild b/app-xemacs/xwem/xwem-1.22.ebuild new file mode 100644 index 000000000000..ccb709a43528 --- /dev/null +++ b/app-xemacs/xwem/xwem-1.22.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="X Emacs Window Manager" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xlib +app-xemacs/strokes +app-xemacs/edit-utils +app-xemacs/text-modes +app-xemacs/time +app-xemacs/slider +app-xemacs/elib +app-xemacs/ilisp +app-xemacs/mail-lib +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/xwem/xwem-1.23.ebuild b/app-xemacs/xwem/xwem-1.23.ebuild new file mode 100644 index 000000000000..ccb709a43528 --- /dev/null +++ b/app-xemacs/xwem/xwem-1.23.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="X Emacs Window Manager" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xlib +app-xemacs/strokes +app-xemacs/edit-utils +app-xemacs/text-modes +app-xemacs/time +app-xemacs/slider +app-xemacs/elib +app-xemacs/ilisp +app-xemacs/mail-lib +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages -- cgit v1.2.3-65-gdbad