summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-23 09:28:16 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-23 09:28:16 +0000
commitafaa446228c8947837f2d724fc08db67eefecdac (patch)
treec26d32ac5dc432b584183f4ce936aa8c61ea6918 /dev-perl/Try-Tiny
parentVersion bump (diff)
downloadgentoo-2-afaa446228c8947837f2d724fc08db67eefecdac.tar.gz
gentoo-2-afaa446228c8947837f2d724fc08db67eefecdac.tar.bz2
gentoo-2-afaa446228c8947837f2d724fc08db67eefecdac.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Try-Tiny')
-rw-r--r--dev-perl/Try-Tiny/ChangeLog9
-rw-r--r--dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild17
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog
index 27a1eca36fc7..c5417a0391d7 100644
--- a/dev-perl/Try-Tiny/ChangeLog
+++ b/dev-perl/Try-Tiny/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Try-Tiny
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.3 2009/12/02 09:27:56 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.4 2010/01/23 09:28:16 tove Exp $
+
+*Try-Tiny-0.04 (23 Jan 2010)
+
+ 23 Jan 2010; Torsten Veller <tove@gentoo.org> +Try-Tiny-0.04.ebuild:
+ Version bump
02 Dec 2009; Torsten Veller <tove@gentoo.org> Try-Tiny-0.02.ebuild:
Stable on amd64 and x86 (#293622)
diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild
new file mode 100644
index 000000000000..18cac8c0a2dd
--- /dev/null
+++ b/dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild,v 1.1 2010/01/23 09:28:16 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=NUFFIN
+inherit perl-module
+
+DESCRIPTION="minimal try/catch with proper localization of $@"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+SRC_TEST=do