diff options
author | 2011-01-12 15:55:56 +0000 | |
---|---|---|
committer | 2011-01-12 15:55:56 +0000 | |
commit | 4c3e4dde62c711148d8e620db3126a661b138155 (patch) | |
tree | a6138ddacbf738ea441fe7076d86ca296b948b50 /dev-perl/Try-Tiny | |
parent | Version bump (diff) | |
download | gentoo-2-4c3e4dde62c711148d8e620db3126a661b138155.tar.gz gentoo-2-4c3e4dde62c711148d8e620db3126a661b138155.tar.bz2 gentoo-2-4c3e4dde62c711148d8e620db3126a661b138155.zip |
Version bump
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Try-Tiny')
-rw-r--r-- | dev-perl/Try-Tiny/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Try-Tiny/Try-Tiny-0.90.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog index 0a0c8aafe024..8bfd3f68d2eb 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.13 2011/01/08 18:46:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.14 2011/01/12 15:55:56 tove Exp $ + +*Try-Tiny-0.90 (12 Jan 2011) + + 12 Jan 2011; Torsten Veller <tove@gentoo.org> +Try-Tiny-0.90.ebuild: + Version bump 08 Jan 2011; Jeroen Roovers <jer@gentoo.org> Try-Tiny-0.07.ebuild: Marked ~hppa (bug #350877). diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.90.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.90.ebuild new file mode 100644 index 000000000000..b385f20bf68c --- /dev/null +++ b/dev-perl/Try-Tiny/Try-Tiny-0.90.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 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.90.ebuild,v 1.1 2011/01/12 15:55:56 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DOY +MODULE_VERSION=0.09 +inherit perl-module + +DESCRIPTION="minimal try/catch with proper localization of $@" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST=do |