diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-16 07:52:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-16 07:52:47 +0000 |
commit | f309ed346066425fdca32dd826befa34850b0475 (patch) | |
tree | 6c59942cb10f8f4493dd5601d22d23b7fae295cb /dev-perl/B-Hooks-Parser | |
parent | Prefix support for wxwidgets, bug #481093 (diff) | |
download | gentoo-2-f309ed346066425fdca32dd826befa34850b0475.tar.gz gentoo-2-f309ed346066425fdca32dd826befa34850b0475.tar.bz2 gentoo-2-f309ed346066425fdca32dd826befa34850b0475.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/B-Hooks-Parser')
-rw-r--r-- | dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/B-Hooks-Parser/ChangeLog | 10 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0.ebuild new file mode 100644 index 000000000000..f8ebac9c8309 --- /dev/null +++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0.ebuild,v 1.1 2013/08/16 07:52:46 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=0.12 +inherit perl-module + +DESCRIPTION="Interface to perls parser variables" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-perl/B-Hooks-OP-Check" +DEPEND="${RDEPEND} + >=dev-perl/extutils-depends-0.302 + test? ( dev-perl/Test-Exception + dev-perl/B-Hooks-EndOfScope )" +SRC_TEST=do diff --git a/dev-perl/B-Hooks-Parser/ChangeLog b/dev-perl/B-Hooks-Parser/ChangeLog index 047cdfec9f61..53cf2b67a8fd 100644 --- a/dev-perl/B-Hooks-Parser/ChangeLog +++ b/dev-perl/B-Hooks-Parser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Hooks-Parser -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.10 2012/11/18 11:07:50 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.11 2013/08/16 07:52:47 patrick Exp $ + +*B-Hooks-Parser-0.120.0 (16 Aug 2013) + + 16 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +B-Hooks-Parser-0.120.0.ebuild: + Bump 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. |