summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.100.0.ebuild22
-rw-r--r--dev-perl/B-Hooks-EndOfScope/ChangeLog10
2 files changed, 30 insertions, 2 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
new file mode 100644
index 000000000000..5ca7ed87ef48
--- /dev/null
+++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-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-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 36ea4fd9cc55..cc107fbd9dd1 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Hooks-EndOfScope/ChangeLog,v 1.16 2011/09/24 13:20:37 grobian Exp $
+# 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 $
+
+*B-Hooks-EndOfScope-0.100.0 (16 Feb 2012)
+
+ 16 Feb 2012; Torsten Veller <tove@gentoo.org>
+ +B-Hooks-EndOfScope-0.100.0.ebuild:
+ Version bump
24 Sep 2011; Fabian Groffen <grobian@gentoo.org>
B-Hooks-EndOfScope-0.90.0.ebuild: