summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-02-01 20:07:07 +0000
committerTorsten Veller <tove@gentoo.org>2013-02-01 20:07:07 +0000
commitb1f7d6443724893686c947e7d72eb2db921601a5 (patch)
treefe61dd8f405f7612d93a367749208e0653a48640 /dev-perl/indirect
parentupdate dependencies (diff)
downloadgentoo-2-b1f7d6443724893686c947e7d72eb2db921601a5.tar.gz
gentoo-2-b1f7d6443724893686c947e7d72eb2db921601a5.tar.bz2
gentoo-2-b1f7d6443724893686c947e7d72eb2db921601a5.zip
[bump] dev-perl/indirect-0.270.0
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r--dev-perl/indirect/ChangeLog9
-rw-r--r--dev-perl/indirect/indirect-0.270.0.ebuild23
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog
index ba3417a2f0fc..e82d338efa58 100644
--- a/dev-perl/indirect/ChangeLog
+++ b/dev-perl/indirect/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/indirect
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.9 2012/12/22 18:26:33 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.10 2013/02/01 20:07:07 tove Exp $
+
+*indirect-0.270.0 (01 Feb 2013)
+
+ 01 Feb 2013; Torsten Veller <tove@gentoo.org> +indirect-0.270.0.ebuild:
+ Version bump
22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> indirect-0.260.0.ebuild:
Add ~ppc, wrt bug #429088
diff --git a/dev-perl/indirect/indirect-0.270.0.ebuild b/dev-perl/indirect/indirect-0.270.0.ebuild
new file mode 100644
index 000000000000..186501371b04
--- /dev/null
+++ b/dev-perl/indirect/indirect-0.270.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/indirect-0.270.0.ebuild,v 1.1 2013/02/01 20:07:07 tove Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Lexically warn about using the indirect object syntax"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+DEPEND="
+ test? (
+ dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage
+ )"
+
+SRC_TEST=do