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 /dev-perl/UNIVERSAL-require | |
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 'dev-perl/UNIVERSAL-require')
-rw-r--r-- | dev-perl/UNIVERSAL-require/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.150.0-r1.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/UNIVERSAL-require/metadata.xml | 10 |
4 files changed, 46 insertions, 0 deletions
diff --git a/dev-perl/UNIVERSAL-require/Manifest b/dev-perl/UNIVERSAL-require/Manifest new file mode 100644 index 000000000000..2456f18b323f --- /dev/null +++ b/dev-perl/UNIVERSAL-require/Manifest @@ -0,0 +1,2 @@ +DIST UNIVERSAL-require-0.15.tar.gz 5011 SHA256 dc1f11a3b88488639283e21c20d410c748b43dc4e544b48e2732908bea32792b SHA512 060bfbd80983bcfe785c89940e68c40a4621d0c6c4f8456939d27115e4fc7289730bbace76674e4d898d32788c1bc13027d417b28e3369721f1a5a985cb53ec4 WHIRLPOOL 1d4fb6bcb8118e3ed6a635dec2deb187e5ef214e3b06946a89c30775271ccee2c42d4407c68dbd78e4eb0605562467f4070f00a86d0b65de36a4044391572d18 +DIST UNIVERSAL-require-0.16.tar.gz 5412 SHA256 42fdf1b90c60cd07a078b34c59447faa39186a8992633d891d936d9a861b7d39 SHA512 d1d11edbe60fe02df659fc66a3237783400230cc133789293f6a7945ea498ea2d3ce42d7b3186d6349c624c801f237abc8e48c66c0a76c8d0a35742ed08a4e32 WHIRLPOOL 8ad3e9fd1ea9bfac93a07a9139f76ef66f0f4585555abc38f7c233e3542cb58ba9bf972af5a1dff6fd5b53288df603ce50c4f460024e08a45175b11764ce1f00 diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.150.0-r1.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.150.0-r1.ebuild new file mode 100644 index 000000000000..fc771ca98efa --- /dev/null +++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.150.0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=NEILB +MODULE_VERSION=0.15 +inherit perl-module + +DESCRIPTION="UNIVERSAL::require - require() modules from a variable" + +SLOT="0" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild new file mode 100644 index 000000000000..4b918a82fa90 --- /dev/null +++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=NEILB +MODULE_VERSION=0.16 +inherit perl-module + +DESCRIPTION="UNIVERSAL::require - require() modules from a variable" + +SLOT="0" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" diff --git a/dev-perl/UNIVERSAL-require/metadata.xml b/dev-perl/UNIVERSAL-require/metadata.xml new file mode 100644 index 000000000000..22aee9aaeaa7 --- /dev/null +++ b/dev-perl/UNIVERSAL-require/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">UNIVERSAL-require</remote-id> + <remote-id type="cpan-module">UNIVERSAL</remote-id> + <remote-id type="cpan-module">UNIVERSAL::require</remote-id> + </upstream> +</pkgmetadata> |