* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Exceptions/
@ 2011-03-12 20:27 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-03-12 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 5671a91b266e19461c9dcbb62976d409eb610b0c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 19:18:24 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 19:18:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5671a91b
[added] Task-Kensho-Exceptions
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Task-Kensho-Exceptions/ChangeLog | 10 ++++++++
.../Task-Kensho-Exceptions-0.270.0.ebuild | 25 ++++++++++++++++++++
dev-perl/Task-Kensho-Exceptions/metadata.xml | 14 +++++++++++
3 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Task-Kensho-Exceptions/ChangeLog b/dev-perl/Task-Kensho-Exceptions/ChangeLog
new file mode 100644
index 0000000..566964c
--- /dev/null
+++ b/dev-perl/Task-Kensho-Exceptions/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Task-Kensho-Exceptions
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Task-Kensho-Exceptions-0.270.0 (12 Mar 2011)
+
+ 12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-Exceptions-0.270.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.270.0.ebuild b/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.270.0.ebuild
new file mode 100644
index 0000000..73d2267
--- /dev/null
+++ b/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.270.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.27"
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (exception handling modules)"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+trytiny +trycatch +autodie"
+COMMON_DEPEND="
+ trytiny? ( dev-perl/Try-Tiny )
+ trycatch? ( dev-perl/TryCatch )
+ autodie? ( dev-perl/autodie )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Task-Kensho-Exceptions/metadata.xml b/dev-perl/Task-Kensho-Exceptions/metadata.xml
new file mode 100644
index 0000000..638cc59
--- /dev/null
+++ b/dev-perl/Task-Kensho-Exceptions/metadata.xml
@@ -0,0 +1,14 @@
+<?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>
+ <use>
+ <flag name="trytiny">Install <pkg>dev-perl/Try-Tiny</pkg></flag>
+ <flag name="trycatch">Install <pkg>dev-perl/TryCatch</pkg></flag>
+ <flag name="autodie">Install <pkg>dev-perl/autodie</pkg></flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Exceptions/
@ 2011-03-26 6:21 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-03-26 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 46989c9fa0b72b1a339e873f6adc0edbbd36285a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 06:00:47 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 06:00:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=46989c9f
[newversion] Task-Kensho-Exceptions-0.280.0
(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Task-Kensho-Exceptions/ChangeLog | 6 ++++
.../Task-Kensho-Exceptions-0.280.0.ebuild | 25 ++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Task-Kensho-Exceptions/ChangeLog b/dev-perl/Task-Kensho-Exceptions/ChangeLog
index 566964c..e4498d2 100644
--- a/dev-perl/Task-Kensho-Exceptions/ChangeLog
+++ b/dev-perl/Task-Kensho-Exceptions/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Task-Kensho-Exceptions-0.280.0 (26 Mar 2011)
+
+ 26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-Exceptions-0.280.0.ebuild:
+ Bump
+
*Task-Kensho-Exceptions-0.270.0 (12 Mar 2011)
12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.280.0.ebuild b/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.280.0.ebuild
new file mode 100644
index 0000000..d734d47
--- /dev/null
+++ b/dev-perl/Task-Kensho-Exceptions/Task-Kensho-Exceptions-0.280.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.28"
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (exception handling modules)"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+trytiny +trycatch +autodie"
+COMMON_DEPEND="
+ trytiny? ( dev-perl/Try-Tiny )
+ trycatch? ( dev-perl/TryCatch )
+ autodie? ( dev-perl/autodie )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-26 6:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 6:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Exceptions/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-03-12 20:27 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox