diff options
author | Torsten Veller <tove@gentoo.org> | 2009-01-19 09:59:08 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-01-19 09:59:08 +0000 |
commit | 69f38836612cc87dfae4366eba4b2454112c9df7 (patch) | |
tree | 28314aa31f9bf5cd35880303b2f887db8767e9b5 /dev-perl/B-Hooks-EndOfScope | |
parent | Version bump (diff) | |
download | gentoo-2-69f38836612cc87dfae4366eba4b2454112c9df7.tar.gz gentoo-2-69f38836612cc87dfae4366eba4b2454112c9df7.tar.bz2 gentoo-2-69f38836612cc87dfae4366eba4b2454112c9df7.zip |
Version bump
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-tuxonice i686)
Diffstat (limited to 'dev-perl/B-Hooks-EndOfScope')
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.06.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/ChangeLog | 8 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.06.ebuild b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.06.ebuild new file mode 100644 index 000000000000..91e75583fede --- /dev/null +++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.06.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 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.06.ebuild,v 1.1 2009/01/19 09:59:08 tove Exp $ + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Execute code after a scope finished compilation" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl + >=dev-perl/Variable-Magic-0.27 + dev-perl/Sub-Exporter" +RDEPEND=${DEPEND} + +SRC_TEST=do diff --git a/dev-perl/B-Hooks-EndOfScope/ChangeLog b/dev-perl/B-Hooks-EndOfScope/ChangeLog index 2d27a588eccc..86eafee19b15 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.1 2009/01/15 10:41:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.2 2009/01/19 09:59:08 tove Exp $ + +*B-Hooks-EndOfScope-0.06 (19 Jan 2009) + + 19 Jan 2009; Torsten Veller <tove@gentoo.org> + +B-Hooks-EndOfScope-0.06.ebuild: + Version bump *B-Hooks-EndOfScope-0.05 (15 Jan 2009) |