diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-15 03:34:16 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-15 03:34:16 +0000 |
commit | e2b99dbbbd8661890e1086cf1f7738947e5cee7b (patch) | |
tree | 6d8698feee87145a232f03d565631c3c9d4daf4e /dev-perl/Try-Tiny | |
parent | Version bump. (diff) | |
download | gentoo-2-e2b99dbbbd8661890e1086cf1f7738947e5cee7b.tar.gz gentoo-2-e2b99dbbbd8661890e1086cf1f7738947e5cee7b.tar.bz2 gentoo-2-e2b99dbbbd8661890e1086cf1f7738947e5cee7b.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
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.190.0.ebuild | 25 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Try-Tiny/ChangeLog b/dev-perl/Try-Tiny/ChangeLog index 7ef0eb1a8539..7b29ae151a84 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.57 2014/02/01 23:36:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/ChangeLog,v 1.58 2014/02/15 03:34:16 radhermit Exp $ + +*Try-Tiny-0.190.0 (15 Feb 2014) + + 15 Feb 2014; Tim Harder <radhermit@gentoo.org> +Try-Tiny-0.190.0.ebuild: + Version bump. 01 Feb 2014; Mike Frysinger <vapier@gentoo.org> Try-Tiny-0.120.0.ebuild, Try-Tiny-0.160.0.ebuild, Try-Tiny-0.180.0.ebuild: diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild new file mode 100644 index 000000000000..fcd076a8280e --- /dev/null +++ b/dev-perl/Try-Tiny/Try-Tiny-0.190.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 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.190.0.ebuild,v 1.1 2014/02/15 03:34:16 radhermit Exp $ + +EAPI=5 + +MODULE_AUTHOR=DOY +MODULE_VERSION=0.19 +inherit perl-module + +DESCRIPTION="Minimal try/catch with proper localization of $@" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" + +DEPEND=" + test? ( + dev-perl/Sub-Name + dev-perl/Capture-Tiny + ) +" + +SRC_TEST=do |