diff options
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.07.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/B-Hooks-EndOfScope/ChangeLog | 6 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.07.ebuild b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.07.ebuild deleted file mode 100644 index dc568da7b34a..000000000000 --- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.07.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.07.ebuild,v 1.1 2009/02/20 21:35:16 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.31 - 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 0ebf75c53e52..43c39a234cf2 100644 --- a/dev-perl/B-Hooks-EndOfScope/ChangeLog +++ b/dev-perl/B-Hooks-EndOfScope/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2009/04/21 16:17:51 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.6 2009/05/02 12:03:42 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -B-Hooks-EndOfScope-0.07.ebuild: + Cleanup *B-Hooks-EndOfScope-0.08 (21 Apr 2009) |