diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-23 19:55:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-23 19:55:57 +0000 |
commit | 3362f4cf6d8449208353621cdb559fe5eac8565f (patch) | |
tree | fc3c7cca38154ea890a519c211c41991101ddfa6 /dev-perl/B-Hooks-EndOfScope | |
parent | [bump] dev-perl/Capture-Tiny-0.170.0 (diff) | |
download | gentoo-2-3362f4cf6d8449208353621cdb559fe5eac8565f.tar.gz gentoo-2-3362f4cf6d8449208353621cdb559fe5eac8565f.tar.bz2 gentoo-2-3362f4cf6d8449208353621cdb559fe5eac8565f.zip |
[bump] dev-perl/B-Hooks-EndOfScope-0.110.0
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Hooks-EndOfScope')
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/ChangeLog | 8 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0.ebuild b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0.ebuild new file mode 100644 index 000000000000..d36b3df72817 --- /dev/null +++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.110.0.ebuild @@ -0,0 +1,23 @@ +# 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-EndOfScope/B-Hooks-EndOfScope-0.110.0.ebuild,v 1.1 2012/02/23 19:55:57 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=FLORA +MODULE_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Execute code after a scope finished compilation" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos" +IUSE="" + +RDEPEND=" + >=dev-perl/Variable-Magic-0.480.0 + dev-perl/Sub-Exporter +" +DEPEND="${RDEPEND}" + +SRC_TEST=do diff --git a/dev-perl/B-Hooks-EndOfScope/ChangeLog b/dev-perl/B-Hooks-EndOfScope/ChangeLog index cc107fbd9dd1..2f31ad486ced 100644 --- a/dev-perl/B-Hooks-EndOfScope/ChangeLog +++ b/dev-perl/B-Hooks-EndOfScope/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Hooks-EndOfScope # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.17 2012/02/16 16:16:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.18 2012/02/23 19:55:57 tove Exp $ + +*B-Hooks-EndOfScope-0.110.0 (23 Feb 2012) + + 23 Feb 2012; Torsten Veller <tove@gentoo.org> + +B-Hooks-EndOfScope-0.110.0.ebuild: + Version bump *B-Hooks-EndOfScope-0.100.0 (16 Feb 2012) |