summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2009-05-11 14:49:04 +1200
committerKent Fredric <kentfredric@gmail.com>2009-08-27 05:18:17 +1200
commit23ed2e6b2d8ba14602841bbadf4532d51f63ab75 (patch)
tree6f3426b933548bcd54c90a43d7995d4cca5d5331 /dev-perl/Log-Dispatch-Config
parentAdded List::Compare (diff)
downloadperl-overlay-23ed2e6b2d8ba14602841bbadf4532d51f63ab75.tar.gz
perl-overlay-23ed2e6b2d8ba14602841bbadf4532d51f63ab75.tar.bz2
perl-overlay-23ed2e6b2d8ba14602841bbadf4532d51f63ab75.zip
Added Log::Dispatch::Config
(Portage version: 2.2_rc33/git/Linux x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Log-Dispatch-Config')
-rw-r--r--dev-perl/Log-Dispatch-Config/ChangeLog10
-rw-r--r--dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.02.ebuild25
-rw-r--r--dev-perl/Log-Dispatch-Config/Manifest4
-rw-r--r--dev-perl/Log-Dispatch-Config/metadata.xml9
4 files changed, 48 insertions, 0 deletions
diff --git a/dev-perl/Log-Dispatch-Config/ChangeLog b/dev-perl/Log-Dispatch-Config/ChangeLog
new file mode 100644
index 000000000..bb3a475d6
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Config/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Log-Dispatch-Config
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Log-Dispatch-Config-1.02 (11 May 2009)
+
+ 11 May 2009; Kent Fredric <kentfredric@gmail.com> +metadata.xml,
+ +Log-Dispatch-Config-1.02.ebuild:
+ Added for Log::Dispatch
+
diff --git a/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.02.ebuild b/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.02.ebuild
new file mode 100644
index 000000000..e078e9933
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Config/Log-Dispatch-Config-1.02.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=MIYAGAWA
+inherit perl-module
+
+DESCRIPTION="Log4j for Perl"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+ >=dev-perl/AppConfig-1.52
+ >=virtual/perl-File-Temp-0.12
+ dev-perl/IO-stringy
+ >=dev-perl/log-dispatch-2
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Log-Dispatch-Config/Manifest b/dev-perl/Log-Dispatch-Config/Manifest
new file mode 100644
index 000000000..bad762f87
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Config/Manifest
@@ -0,0 +1,4 @@
+DIST Log-Dispatch-Config-1.02.tar.gz 11903 RMD160 4924f5808ef4ba7b8b701ada38e5c589e31004c3 SHA1 ae35f8ea573dee6a8afc04b6f35ea9d24efe21e8 SHA256 ee366dc684ecc70e9ae797cff107d85e7b17c09b69040f6c274a72ae30d56463
+EBUILD Log-Dispatch-Config-1.02.ebuild 469 RMD160 1798a87a773d33dacd1bbe0bc7d013573067eee8 SHA1 18b3e3df5269b82f637a01eb7ae55719095da19a SHA256 d7d94b5b9411a0547fbba1e684df9597544e5b5948cfa09b0d720e7df456c45b
+MISC ChangeLog 300 RMD160 85424a638d9db8511ae627f16df3e405c4b9960a SHA1 304d742533f5d4c73c232069fe61ca4b4907fb24 SHA256 fb470a1e0c2550c68be16ce3505f43a2fbae10667291f5c014c062a274142cb4
+MISC metadata.xml 274 RMD160 b9f948507d1e82fb206523543a17d57c37d41a6c SHA1 8ea1ca38f2f4bc2b88027151f4b71864d7476084 SHA256 e70f7214060873fc0242c332302390d5e027ca426fefac1d787cab680cb58930
diff --git a/dev-perl/Log-Dispatch-Config/metadata.xml b/dev-perl/Log-Dispatch-Config/metadata.xml
new file mode 100644
index 000000000..504a3e67e
--- /dev/null
+++ b/dev-perl/Log-Dispatch-Config/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata> \ No newline at end of file