From b0a3bbf312c93efdc94fbed056eae0cc13ba3e85 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 30 Apr 2015 20:45:52 +0000 Subject: Version bump; remove old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) --- dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild | 24 ------------------------ dev-perl/B-Utils/B-Utils-0.260.0.ebuild | 30 ++++++++++++++++++++++++++++++ dev-perl/B-Utils/ChangeLog | 8 +++++++- 3 files changed, 37 insertions(+), 25 deletions(-) delete mode 100644 dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild create mode 100644 dev-perl/B-Utils/B-Utils-0.260.0.ebuild (limited to 'dev-perl/B-Utils') diff --git a/dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild b/dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild deleted file mode 100644 index 28f656809a78..000000000000 --- a/dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 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.220.0-r1.ebuild,v 1.1 2014/08/26 15:56:32 axs Exp $ - -EAPI=5 - -MODULE_AUTHOR=RURBAN -MODULE_VERSION=0.22 -inherit perl-module - -DESCRIPTION="Helper functions for op tree manipulation" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="test" - -DEPEND=" - >=dev-perl/extutils-depends-0.301 - test? ( - dev-perl/Test-Exception - ) -" - -SRC_TEST=do diff --git a/dev-perl/B-Utils/B-Utils-0.260.0.ebuild b/dev-perl/B-Utils/B-Utils-0.260.0.ebuild new file mode 100644 index 000000000000..c3a11772b61c --- /dev/null +++ b/dev-perl/B-Utils/B-Utils-0.260.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 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.260.0.ebuild,v 1.1 2015/04/30 20:45:52 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=ETHER +MODULE_VERSION=0.26 +inherit perl-module + +DESCRIPTION="Helper functions for op tree manipulation" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils + dev-perl/Task-Weaken +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-CBuilder + >=dev-perl/extutils-depends-0.301.0 + test? ( + virtual/perl-Test-Simple + ) +" + +SRC_TEST=do diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog index f1c2e3ddd5f6..8a349d3981af 100644 --- a/dev-perl/B-Utils/ChangeLog +++ b/dev-perl/B-Utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/B-Utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.26 2015/03/04 06:02:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.27 2015/04/30 20:45:52 dilfridge Exp $ + +*B-Utils-0.260.0 (30 Apr 2015) + + 30 Apr 2015; Andreas K. Huettel + -B-Utils-0.220.0-r1.ebuild, +B-Utils-0.260.0.ebuild: + Version bump; remove old 04 Mar 2015; Markus Meier B-Utils-0.250.0.ebuild: add ~arm, bug #540862 -- cgit v1.2.3-65-gdbad