summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-21 19:56:18 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-21 19:56:18 +0000
commitfcf5476818b67f3b354aebdf64ad2389c71ad70b (patch)
treeb01ffa3e6d8807c48886fcbbdadff21ac06c3197 /dev-perl/B-Hooks-EndOfScope
parentCleanup (diff)
downloadgentoo-2-fcf5476818b67f3b354aebdf64ad2389c71ad70b.tar.gz
gentoo-2-fcf5476818b67f3b354aebdf64ad2389c71ad70b.tar.bz2
gentoo-2-fcf5476818b67f3b354aebdf64ad2389c71ad70b.zip
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Hooks-EndOfScope')
-rw-r--r--dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.100.0.ebuild22
-rw-r--r--dev-perl/B-Hooks-EndOfScope/ChangeLog6
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.100.0.ebuild b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.100.0.ebuild
deleted file mode 100644
index 5ca7ed87ef48..000000000000
--- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.100.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.100.0.ebuild,v 1.1 2012/02/16 16:16:24 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.10
-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.34
- dev-perl/Sub-Exporter"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31"
-
-SRC_TEST=do
diff --git a/dev-perl/B-Hooks-EndOfScope/ChangeLog b/dev-perl/B-Hooks-EndOfScope/ChangeLog
index 2f31ad486ced..e3da2754be31 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.18 2012/02/23 19:55:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.19 2012/04/21 19:56:18 tove Exp $
+
+ 21 Apr 2012; Torsten Veller <tove@gentoo.org>
+ -B-Hooks-EndOfScope-0.100.0.ebuild:
+ Cleanup
*B-Hooks-EndOfScope-0.110.0 (23 Feb 2012)