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/Log-Any | |
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/Log-Any')
-rw-r--r-- | dev-perl/Log-Any/Log-Any-0.150.0.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Log-Any/Log-Any-1.32.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Log-Any/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Log-Any/metadata.xml | 13 |
4 files changed, 64 insertions, 0 deletions
diff --git a/dev-perl/Log-Any/Log-Any-0.150.0.ebuild b/dev-perl/Log-Any/Log-Any-0.150.0.ebuild new file mode 100644 index 000000000000..dd453c2caa3b --- /dev/null +++ b/dev-perl/Log-Any/Log-Any-0.150.0.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=JSWARTZ +MODULE_VERSION=0.15 +inherit perl-module + +DESCRIPTION="Log::Any -- Bringing loggers and listeners together" + +SLOT="0" +KEYWORDS="alpha amd64 ppc sparc x86" +IUSE="" + +SRC_TEST=do diff --git a/dev-perl/Log-Any/Log-Any-1.32.0.ebuild b/dev-perl/Log-Any/Log-Any-1.32.0.ebuild new file mode 100644 index 000000000000..6400cf2db293 --- /dev/null +++ b/dev-perl/Log-Any/Log-Any-1.32.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=1.032 +inherit perl-module + +DESCRIPTION="Bringing loggers and listeners together" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Data-Dumper + virtual/perl-Exporter + virtual/perl-IO +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + virtual/perl-Test-Simple + virtual/perl-File-Spec + virtual/perl-File-Temp + ) +" + +SRC_TEST=do diff --git a/dev-perl/Log-Any/Manifest b/dev-perl/Log-Any/Manifest new file mode 100644 index 000000000000..fd10cb3560c4 --- /dev/null +++ b/dev-perl/Log-Any/Manifest @@ -0,0 +1,2 @@ +DIST Log-Any-0.15.tar.gz 17537 SHA256 fbb24743d1b61debc490cb41f8f3f1e865379c8b52dacb419f10ff03d02b1cb2 SHA512 4f1919c64ca5bbb2773369ab44ef972272926554b37f95d31a8dbd1f11da730307b55023eba1396c608ce194c70a83afe59034c116fa2c5817b7037222948869 WHIRLPOOL 66624c84f20458500393a521a7f618fdecef016e74af727c09189f1708793a3aaba76ca645ef19fa4648de27c2531f2c8fb7e9f10d148c9b6ad3d104249a5521 +DIST Log-Any-1.032.tar.gz 39824 SHA256 808558fa42aa96365ed0af773973a5618b4ad50511d81fc7548f67133efdb956 SHA512 e7539f402c30637cb5b3935b7967130c4ecadb0bfdc35252740ab9f626c0c7752323f0bc0eb3b0530458570a5710ac8d845e48b8ea8e0517dc10b41077ac5184 WHIRLPOOL d54f1476b2a4676525d728811f02d2340a9945dee38ba3b5038d3ced9232e4cb1f89dc19e0f219f01a701aac60624c9051d4241b5e33266b304d59deff45e365 diff --git a/dev-perl/Log-Any/metadata.xml b/dev-perl/Log-Any/metadata.xml new file mode 100644 index 000000000000..148f76af9b29 --- /dev/null +++ b/dev-perl/Log-Any/metadata.xml @@ -0,0 +1,13 @@ +<?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">Log-Any</remote-id> + <remote-id type="cpan-module">Log::Any</remote-id> + <remote-id type="cpan-module">Log::Any::Adapter</remote-id> + <remote-id type="cpan-module">Log::Any::Adapter::Null</remote-id> + <remote-id type="cpan-module">Log::Any::Adapter::Test</remote-id> + <remote-id type="cpan-module">Log::Any::Test</remote-id> + </upstream> +</pkgmetadata> |