summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-02-07 18:39:40 +0000
committerTorsten Veller <tove@gentoo.org>2012-02-07 18:39:40 +0000
commit7bac70db527fb3c4aaa25537485915b0036fd1e3 (patch)
treefe6df282ea925df6278d61f17bfa671bed67f367 /dev-perl/B-Hooks-Parser
parentStable for amd64, cleaning previous changelog entry, wrt bug #401017 (diff)
downloadgentoo-2-7bac70db527fb3c4aaa25537485915b0036fd1e3.tar.gz
gentoo-2-7bac70db527fb3c4aaa25537485915b0036fd1e3.tar.bz2
gentoo-2-7bac70db527fb3c4aaa25537485915b0036fd1e3.zip
[bump] dev-perl/B-Hooks-Parser-0.100.0
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Hooks-Parser')
-rw-r--r--dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.0.ebuild22
-rw-r--r--dev-perl/B-Hooks-Parser/ChangeLog9
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.0.ebuild
new file mode 100644
index 000000000000..2a933fd1e9cb
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.100.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 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.100.0.ebuild,v 1.1 2012/02/07 18:39:40 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.10
+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 70a486d622d9..ec970ecc3a8b 100644
--- a/dev-perl/B-Hooks-Parser/ChangeLog
+++ b/dev-perl/B-Hooks-Parser/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/B-Hooks-Parser
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.4 2011/09/04 11:23:38 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-Parser/ChangeLog,v 1.5 2012/02/07 18:39:40 tove Exp $
+
+*B-Hooks-Parser-0.100.0 (07 Feb 2012)
+
+ 07 Feb 2012; Torsten Veller <tove@gentoo.org> +B-Hooks-Parser-0.100.0.ebuild:
+ Version bump
04 Sep 2011; Torsten Veller <tove@gentoo.org> -B-Hooks-Parser-0.09.ebuild:
Cleanup