From 2a42996d86166ffc9ecf537f3a23213ede857f76 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sun, 25 Aug 2013 09:53:50 +0000 Subject: Bump (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit) --- dev-perl/indirect/ChangeLog | 7 ++++++- dev-perl/indirect/indirect-0.300.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dev-perl/indirect/indirect-0.300.0.ebuild (limited to 'dev-perl/indirect') diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog index e82d338efa58..648948a53d6e 100644 --- a/dev-perl/indirect/ChangeLog +++ b/dev-perl/indirect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/indirect # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.11 2013/08/25 09:53:50 patrick Exp $ + +*indirect-0.300.0 (25 Aug 2013) + + 25 Aug 2013; Patrick Lauer +indirect-0.300.0.ebuild: + Bump *indirect-0.270.0 (01 Feb 2013) diff --git a/dev-perl/indirect/indirect-0.300.0.ebuild b/dev-perl/indirect/indirect-0.300.0.ebuild new file mode 100644 index 000000000000..c55815078228 --- /dev/null +++ b/dev-perl/indirect/indirect-0.300.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.300.0.ebuild,v 1.1 2013/08/25 09:53:50 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.30 +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 -- cgit v1.2.3-65-gdbad