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 --- dev-perl/Symbol-Global-Name/Manifest | 1 + .../Symbol-Global-Name-0.50.0.ebuild | 23 ++++++++++++++++++++++ dev-perl/Symbol-Global-Name/metadata.xml | 13 ++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-perl/Symbol-Global-Name/Manifest create mode 100644 dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild create mode 100644 dev-perl/Symbol-Global-Name/metadata.xml (limited to 'dev-perl/Symbol-Global-Name') diff --git a/dev-perl/Symbol-Global-Name/Manifest b/dev-perl/Symbol-Global-Name/Manifest new file mode 100644 index 000000000000..d9ee59d7fcc7 --- /dev/null +++ b/dev-perl/Symbol-Global-Name/Manifest @@ -0,0 +1 @@ +DIST Symbol-Global-Name-0.05.tar.gz 22113 SHA256 0f7623e9d724760aa64040222da1d82f1188586791329261cc60dad1d60d6a92 SHA512 23c14ac5d022f3d61af63d26bf3740eca4080a0bd72719e998b991dc93cf53b668615ef1718ac5e43e8bb227b050a381e75af4c83ddbe90840c7ab2255052c0b WHIRLPOOL 8dc9c2b02389b319afae89ff85a73ea53324c0fe60a43635e01b7584748069f40f2e314736ce953ffc34a33391cc818342112c263f1722350740deb9d1da3a98 diff --git a/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild new file mode 100644 index 000000000000..eb360a8428a5 --- /dev/null +++ b/dev-perl/Symbol-Global-Name/Symbol-Global-Name-0.50.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=ALEXMV +MODULE_VERSION=0.05 +inherit perl-module + +DESCRIPTION="Finds name and type of a global variable" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( >=virtual/perl-Test-Simple-0.96 ) +" + +SRC_TEST="do" diff --git a/dev-perl/Symbol-Global-Name/metadata.xml b/dev-perl/Symbol-Global-Name/metadata.xml new file mode 100644 index 000000000000..f384c1215695 --- /dev/null +++ b/dev-perl/Symbol-Global-Name/metadata.xml @@ -0,0 +1,13 @@ + + + + perl + + titanofold@gentoo.org + Aaron W. Swenson + + + Symbol-Global-Name + Symbol::Global::Name + + -- cgit v1.2.3-18-g5258