diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-01 13:04:30 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-01 13:04:30 +0000 |
commit | b282fe5c81b463dc92722b2653eb7c71406f1f4d (patch) | |
tree | a606885d8ee241eb91b0be00b8c8d92d5164cfdd /dev-perl/B-Hooks-Parser | |
parent | Avoid kde-apps/kdesu and kde-plasma/kde-cli-tools blockers wrt bug #553504. (diff) | |
download | gentoo-2-b282fe5c81b463dc92722b2653eb7c71406f1f4d.tar.gz gentoo-2-b282fe5c81b463dc92722b2653eb7c71406f1f4d.tar.bz2 gentoo-2-b282fe5c81b463dc92722b2653eb7c71406f1f4d.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/B-Hooks-Parser')
-rw-r--r-- | dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/B-Hooks-Parser/ChangeLog | 8 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild new file mode 100644 index 000000000000..19a1e2580b05 --- /dev/null +++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 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.130.0.ebuild,v 1.1 2015/07/01 13:04:30 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=0.13 +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 bd9c42dbacd0..0ed94fe07a20 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.14 2015/05/01 11:47:00 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.15 2015/07/01 13:04:30 zlogene Exp $ + +*B-Hooks-Parser-0.130.0 (01 Jul 2015) + + 01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> + +B-Hooks-Parser-0.130.0.ebuild: + Version bump 01 May 2015; Andreas K. Huettel <dilfridge@gentoo.org> B-Hooks-Parser-0.120.0-r1.ebuild: |