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/vm/Manifest | 2 ++ app-xemacs/vm/metadata.xml | 5 +++++ app-xemacs/vm/vm-7.22.ebuild | 15 +++++++++++++++ app-xemacs/vm/vm-8.08.ebuild | 25 +++++++++++++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 app-xemacs/vm/Manifest create mode 100644 app-xemacs/vm/metadata.xml create mode 100644 app-xemacs/vm/vm-7.22.ebuild create mode 100644 app-xemacs/vm/vm-8.08.ebuild (limited to 'app-xemacs/vm') diff --git a/app-xemacs/vm/Manifest b/app-xemacs/vm/Manifest new file mode 100644 index 000000000000..639a2e37d70e --- /dev/null +++ b/app-xemacs/vm/Manifest @@ -0,0 +1,2 @@ +DIST vm-7.22-pkg.tar.gz 822094 SHA256 c10e7fba4df3c28c43f39397230a52e0e960ef9f6eecab7f9cbd1fdf24341b07 SHA512 5b84f336c5de35ebc5551cdab152fdf64e3da1c3e468487011233c80e8fcb160d3b9f1629659b596132b57d64958e80fe40a7f04ea27caf14a8223fe0b63a228 WHIRLPOOL 11c3d817fbb8e42348a814a359e9de241975e11541d007c017ab9e5d3194d2980e7b613c1f1392ffc3397be42bc9a58066dadf0b690a925c513fc22c9cb1d19c +DIST vm-8.08-pkg.tar.gz 825312 SHA256 5b767d4b6cf22cf2b40e57f7bb1ab3d4873908643a33205d403c8f9453be5310 SHA512 443f2634eca98a31f504828723c6aed18e8958211179f4e96206bc1b16973fe924cbf60f3fb0c45a46a3e5618890d600af888cb85aaee22fe91d496e4d61624a WHIRLPOOL cc81ea716b1ccba776147ad0d5bcfac5960a0472a895a146d6b9f36a55c0a42698f6e944f8be6ad9b6c64b3538fac1041f79645b0b9d8dc66e64afb9f6b85b27 diff --git a/app-xemacs/vm/metadata.xml b/app-xemacs/vm/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/vm/metadata.xml @@ -0,0 +1,5 @@ + + + + xemacs + diff --git a/app-xemacs/vm/vm-7.22.ebuild b/app-xemacs/vm/vm-7.22.ebuild new file mode 100644 index 000000000000..d1863252be8c --- /dev/null +++ b/app-xemacs/vm/vm-7.22.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="An Emacs mailer" +PKG_CAT="standard" + +RDEPEND="app-xemacs/mail-lib +app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/vm/vm-8.08.ebuild b/app-xemacs/vm/vm-8.08.ebuild new file mode 100644 index 000000000000..bbe850aeaa2c --- /dev/null +++ b/app-xemacs/vm/vm-8.08.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="An Emacs mailer" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/pgg +app-xemacs/ecrypto +app-xemacs/xemacs-eterm +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/ps-print +app-xemacs/os-utils +app-xemacs/bbdb +app-xemacs/fsf-compat +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages -- cgit v1.2.3-65-gdbad