From 7d8f661bf66916c5f5de01737ebd1ba1f986030a Mon Sep 17 00:00:00 2001 From: Torsten Veller <tove@gentoo.org> Date: Sat, 5 Sep 2009 11:33:22 +0000 Subject: Version bump (Portage version: 2.2_rc40/cvs/Linux x86_64) --- dev-perl/B-Utils/B-Utils-0.08.ebuild | 19 +++++++++++++++++++ dev-perl/B-Utils/ChangeLog | 7 ++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 dev-perl/B-Utils/B-Utils-0.08.ebuild (limited to 'dev-perl') 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) -- cgit v1.2.3-65-gdbad