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/zenirc/Manifest | 1 + app-xemacs/zenirc/metadata.xml | 5 +++++ app-xemacs/zenirc/zenirc-1.16.ebuild | 13 +++++++++++++ 3 files changed, 19 insertions(+) create mode 100644 app-xemacs/zenirc/Manifest create mode 100644 app-xemacs/zenirc/metadata.xml create mode 100644 app-xemacs/zenirc/zenirc-1.16.ebuild (limited to 'app-xemacs/zenirc') diff --git a/app-xemacs/zenirc/Manifest b/app-xemacs/zenirc/Manifest new file mode 100644 index 000000000000..3bcf892143ff --- /dev/null +++ b/app-xemacs/zenirc/Manifest @@ -0,0 +1 @@ +DIST zenirc-1.16-pkg.tar.gz 277377 SHA256 a6a4ff49874c1f07bf48afa984546c0f96d1e3695890cf3877a3dc51a99f2d58 SHA512 2fd93791a94682bd26a2133a9a10b13587aa5a5d0b9a559c9589153f3132810c86d5fd7c6b607f2b777f22edf3aa4eab61d47ca161e0c2bf8b4a6f43ced2a07c WHIRLPOOL 07bd2d047223a6365161d70780c198ad7a752731b0c2a9279359259d0a3a3ece212acebf679d0fe23df04c1c8248e32cbc0d0f389d97397196ca949ccb34a05e diff --git a/app-xemacs/zenirc/metadata.xml b/app-xemacs/zenirc/metadata.xml new file mode 100644 index 000000000000..298888916608 --- /dev/null +++ b/app-xemacs/zenirc/metadata.xml @@ -0,0 +1,5 @@ + + + + xemacs + diff --git a/app-xemacs/zenirc/zenirc-1.16.ebuild b/app-xemacs/zenirc/zenirc-1.16.ebuild new file mode 100644 index 000000000000..123bed87ad99 --- /dev/null +++ b/app-xemacs/zenirc/zenirc-1.16.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +SLOT="0" +IUSE="" +DESCRIPTION="ZENIRC IRC Client" +PKG_CAT="standard" + +RDEPEND="" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86" + +inherit xemacs-packages -- cgit v1.2.3-65-gdbad