diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-23 09:31:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-23 09:31:01 +0000 |
commit | 505e43e1571af3408d2197ae0cc872b0883d901d (patch) | |
tree | d29a757cb9952f331e0fb25c385d38f2b0f9249e /dev-perl/Try-Tiny | |
parent | Version bump (diff) | |
download | historical-505e43e1571af3408d2197ae0cc872b0883d901d.tar.gz historical-505e43e1571af3408d2197ae0cc872b0883d901d.tar.bz2 historical-505e43e1571af3408d2197ae0cc872b0883d901d.zip |
Version bump
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Try-Tiny')
-rw-r--r-- | dev-perl/Try-Tiny/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Try-Tiny/Try-Tiny-0.04.ebuild | 17 |
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 |