summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2009-05-15 22:07:03 +1200
committerKent Fredric <kentfredric@gmail.com>2009-08-13 13:51:01 +1200
commitf980c4a5e2e777cb6710728a1b59e652f0c76b5f (patch)
tree9840f58e83bb02388be7230bb9f214a326ad3312 /dev-perl/Carp-Always
parentBumped local::lib to 1.003004 (diff)
downloadperl-overlay-f980c4a5e2e777cb6710728a1b59e652f0c76b5f.tar.gz
perl-overlay-f980c4a5e2e777cb6710728a1b59e652f0c76b5f.tar.bz2
perl-overlay-f980c4a5e2e777cb6710728a1b59e652f0c76b5f.zip
Added Carp::Always
(Portage version: 2.2_rc33/git/Linux x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Carp-Always')
-rw-r--r--dev-perl/Carp-Always/Carp-Always-0.09.ebuild20
-rw-r--r--dev-perl/Carp-Always/ChangeLog10
-rw-r--r--dev-perl/Carp-Always/Manifest4
-rw-r--r--dev-perl/Carp-Always/metadata.xml9
4 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Carp-Always/Carp-Always-0.09.ebuild b/dev-perl/Carp-Always/Carp-Always-0.09.ebuild
new file mode 100644
index 000000000..4a50e989b
--- /dev/null
+++ b/dev-perl/Carp-Always/Carp-Always-0.09.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=2
+MODULE_AUTHOR=FERREIRA
+inherit perl-module
+
+DESCRIPTION="Warns and dies noisily with stack backtraces"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND=""
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Carp-Always/ChangeLog b/dev-perl/Carp-Always/ChangeLog
new file mode 100644
index 000000000..5ddd9e773
--- /dev/null
+++ b/dev-perl/Carp-Always/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Carp-Always
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Carp-Always-0.09 (15 May 2009)
+
+ 15 May 2009; Kent Fredric <kentfredric@gmail.com> +metadata.xml,
+ +Carp-Always-0.09.ebuild:
+ Added
+
diff --git a/dev-perl/Carp-Always/Manifest b/dev-perl/Carp-Always/Manifest
new file mode 100644
index 000000000..0c6014f55
--- /dev/null
+++ b/dev-perl/Carp-Always/Manifest
@@ -0,0 +1,4 @@
+DIST Carp-Always-0.09.tar.gz 4547 RMD160 a9fdc4a09de11f32e50c4e27aa0bd3206ce7aa15 SHA1 2e10b9bb6593f4e1c078911ccc1142c2598ea321 SHA256 7467402b69682ab1459d0c07164c6cc036329a42ada8e3bd06f0ff48e324ccd3
+EBUILD Carp-Always-0.09.ebuild 392 RMD160 4e66431a20a08c65400c0b581f56504b122f5d25 SHA1 9ad1a58a24224c01780737b041e83f0a067d344f SHA256 1e9640ac821c1a27533ed9526422a0f259304aca7295d4da45f1fb05cfaa97f8
+MISC ChangeLog 258 RMD160 a39a55cf9b53c68b08b49ee7ae6149fc7108164e SHA1 6de520aff7947afbc697080a99def05d50e5a6d8 SHA256 a32333a0fb81c2fcf7d325381c2ff498aed5ae44522c642d3624a1f20bc86855
+MISC metadata.xml 274 RMD160 b9f948507d1e82fb206523543a17d57c37d41a6c SHA1 8ea1ca38f2f4bc2b88027151f4b71864d7476084 SHA256 e70f7214060873fc0242c332302390d5e027ca426fefac1d787cab680cb58930
diff --git a/dev-perl/Carp-Always/metadata.xml b/dev-perl/Carp-Always/metadata.xml
new file mode 100644
index 000000000..504a3e67e
--- /dev/null
+++ b/dev-perl/Carp-Always/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