summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Log-Agent
downloadgentoo-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-Agent')
-rw-r--r--dev-perl/Log-Agent/Log-Agent-0.307.0-r1.ebuild17
-rw-r--r--dev-perl/Log-Agent/Log-Agent-1.0.0.ebuild23
-rw-r--r--dev-perl/Log-Agent/Manifest2
-rw-r--r--dev-perl/Log-Agent/metadata.xml34
4 files changed, 76 insertions, 0 deletions
diff --git a/dev-perl/Log-Agent/Log-Agent-0.307.0-r1.ebuild b/dev-perl/Log-Agent/Log-Agent-0.307.0-r1.ebuild
new file mode 100644
index 000000000000..eca555a64490
--- /dev/null
+++ b/dev-perl/Log-Agent/Log-Agent-0.307.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=MROGASKI
+MODULE_VERSION=0.307
+inherit perl-module
+
+DESCRIPTION="A general logging framework"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix
+~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris
+~x86-solaris ~amd64-fbsd"
+IUSE=""
diff --git a/dev-perl/Log-Agent/Log-Agent-1.0.0.ebuild b/dev-perl/Log-Agent/Log-Agent-1.0.0.ebuild
new file mode 100644
index 000000000000..091a513f8ceb
--- /dev/null
+++ b/dev-perl/Log-Agent/Log-Agent-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MROGASKI
+MODULE_VERSION=1.000
+inherit perl-module
+
+DESCRIPTION="A general logging framework"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/Log-Agent/Manifest b/dev-perl/Log-Agent/Manifest
new file mode 100644
index 000000000000..45545df088ae
--- /dev/null
+++ b/dev-perl/Log-Agent/Manifest
@@ -0,0 +1,2 @@
+DIST Log-Agent-0.307.tar.gz 55238 SHA256 668b3b798a093b4ac78765d7ede6cf1133a50d7be11a6c717bca6e351d40e7fe SHA512 ecf706a739c6c56052e53296bddce06c5b3983631827737d6a08611105c43f4adcd8df0342b9aaaddbc4318a142848efdcfd644e42fd9871838bfb884a2f916b WHIRLPOOL 16112cd7a5d4117f084c6615b8de1ff93ab2f84026bed7113ae232816af82536b08e3c2e683ab883fb0f681b7e8764fcc4a6433d0d0f4a8250636fc886f8c317
+DIST Log-Agent-1.000.tar.gz 55407 SHA256 c25be2fcc9be011ad0b0a5a84d767cac8489c0a791c7961c4ee809ee9509f373 SHA512 5bdb068ebce637d88a5bfe51162de773dec4938aa2d9285130d7f51e9d875e02842387fda52c4189fa329f747ce34290bdd3e46b0a1eadfd7384008de998c302 WHIRLPOOL 040329bb8de096423805de46eb25709355345a168cc85f7f14f2e072fcdcda507231c1b08130f19667e690b738d8a0e15d198b63366187f82710535300c8281d
diff --git a/dev-perl/Log-Agent/metadata.xml b/dev-perl/Log-Agent/metadata.xml
new file mode 100644
index 000000000000..b25bc1c41203
--- /dev/null
+++ b/dev-perl/Log-Agent/metadata.xml
@@ -0,0 +1,34 @@
+<?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-Agent</remote-id>
+ <remote-id type="cpan-module">Log::Agent</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Channel</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Channel::File</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Channel::Handle</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Channel::Syslog</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver::Datum</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver::Default</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver::File</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver::Fork</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver::Mail</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver::Silent</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Driver::Syslog</remote-id>
+ <remote-id type="cpan-module">Log::Agent::File::Native</remote-id>
+ <remote-id type="cpan-module">Log::Agent::File_Pool</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Formatting</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Message</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Prefixer</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Priorities</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Stamping</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Tag</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Tag::Callback</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Tag::Caller</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Tag::Priority</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Tag::String</remote-id>
+ <remote-id type="cpan-module">Log::Agent::Tag_List</remote-id>
+ </upstream>
+</pkgmetadata>