summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/B-Utils/B-Utils-0.08.ebuild19
-rw-r--r--dev-perl/B-Utils/ChangeLog7
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.08.ebuild b/dev-perl/B-Utils/B-Utils-0.08.ebuild
new file mode 100644
index 000000000000..e9008422ff16
--- /dev/null
+++ b/dev-perl/B-Utils/B-Utils-0.08.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/B-Utils-0.08.ebuild,v 1.1 2009/09/05 11:33:22 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="JJORE"
+inherit perl-module
+
+DESCRIPTION="Helper functions for op tree manipulation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=">=dev-perl/extutils-depends-0.302"
+
+SRC_TEST=do
diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog
index beecd396519b..19e3f256cd88 100644
--- a/dev-perl/B-Utils/ChangeLog
+++ b/dev-perl/B-Utils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/B-Utils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.1 2009/06/23 07:34:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.2 2009/09/05 11:33:22 tove Exp $
+
+*B-Utils-0.08 (05 Sep 2009)
+
+ 05 Sep 2009; Torsten Veller <tove@gentoo.org> +B-Utils-0.08.ebuild:
+ Version bump
*B-Utils-0.07 (23 Jun 2009)