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/viper | |
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/viper')
-rw-r--r-- | app-xemacs/viper/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/viper/metadata.xml | 5 | ||||
-rw-r--r-- | app-xemacs/viper/viper-1.55.ebuild | 14 | ||||
-rw-r--r-- | app-xemacs/viper/viper-1.67.ebuild | 14 |
4 files changed, 35 insertions, 0 deletions
diff --git a/app-xemacs/viper/Manifest b/app-xemacs/viper/Manifest new file mode 100644 index 000000000000..d657999fa41d --- /dev/null +++ b/app-xemacs/viper/Manifest @@ -0,0 +1,2 @@ +DIST viper-1.55-pkg.tar.gz 337549 SHA256 7aee2d43239b6f36fd6f61ad62729361b1d9a200c433160d77b7479f830cdc8b SHA512 e8b3aac23db14b712507b36733c7cb3caa43f0261b9fdc748225e90239877267f9d4155d05bebec2d8297d30fb0553b4593ee91987ae35e9f3cfc73ccd390f6d WHIRLPOOL 004e72608346d32c567dcc5c8c03bebd0a5cca4386b09d53b36b724c66805e0172e97670770255a0650557eef19735c23ba07569f43b4d91d8de5a7bf15604ff +DIST viper-1.67-pkg.tar.gz 338588 SHA256 06f3b173c33b59de2cf6f6c63dcb1a2cb843adfb000b3155f40262cf7187b51c SHA512 7b768f82dcdf8246729e9f8ce0976cebf8148d41c815f3880028f795ac35628368d2a3fc5e623db588fa2cd96654f34884756ea962c9f1e03169e421a55517f8 WHIRLPOOL b3a4ef86f9f04228b362cbc3ebdec28a1a4e5c129c2998388f4fa36af857509cce2acb2e70630d3ff181656c4c1e6c166d123cb73c638da9b48499e3114d7f4e diff --git a/app-xemacs/viper/metadata.xml b/app-xemacs/viper/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/viper/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> diff --git a/app-xemacs/viper/viper-1.55.ebuild b/app-xemacs/viper/viper-1.55.ebuild new file mode 100644 index 000000000000..82dbba222505 --- /dev/null +++ b/app-xemacs/viper/viper-1.55.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="VI emulation support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages diff --git a/app-xemacs/viper/viper-1.67.ebuild b/app-xemacs/viper/viper-1.67.ebuild new file mode 100644 index 000000000000..82dbba222505 --- /dev/null +++ b/app-xemacs/viper/viper-1.67.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="VI emulation support" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages |