summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-02-23 19:48:02 +0000
committerTorsten Veller <tove@gentoo.org>2012-02-23 19:48:02 +0000
commit88d6f57b4f97007f8420fc1a4439789e717efb1d (patch)
tree5ab456853c0b404255dd245272a44d500b7af9d3 /dev-perl/Capture-Tiny
parent[bump] dev-perl/Devel-Declare-0.6.11 (diff)
downloadgentoo-2-88d6f57b4f97007f8420fc1a4439789e717efb1d.tar.gz
gentoo-2-88d6f57b4f97007f8420fc1a4439789e717efb1d.tar.bz2
gentoo-2-88d6f57b4f97007f8420fc1a4439789e717efb1d.zip
[bump] dev-perl/Capture-Tiny-0.170.0
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Capture-Tiny')
-rw-r--r--dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild24
-rw-r--r--dev-perl/Capture-Tiny/ChangeLog7
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
new file mode 100644
index 000000000000..ff51216b0a4e
--- /dev/null
+++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/Capture-Tiny-0.170.0.ebuild,v 1.1 2012/02/23 19:48:02 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="Capture STDOUT and STDERR from Perl, XS or external programs"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-perl/Inline
+ )
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Capture-Tiny/ChangeLog b/dev-perl/Capture-Tiny/ChangeLog
index 991f6b6f96ee..3136120eed74 100644
--- a/dev-perl/Capture-Tiny/ChangeLog
+++ b/dev-perl/Capture-Tiny/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Capture-Tiny
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.19 2012/02/13 14:40:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.20 2012/02/23 19:48:02 tove Exp $
+
+*Capture-Tiny-0.170.0 (23 Feb 2012)
+
+ 23 Feb 2012; Torsten Veller <tove@gentoo.org> +Capture-Tiny-0.170.0.ebuild:
+ Version bump
*Capture-Tiny-0.160.0 (13 Feb 2012)