summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-30 20:45:52 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-30 20:45:52 +0000
commitb0a3bbf312c93efdc94fbed056eae0cc13ba3e85 (patch)
treed3816bee87a469e1c178b98f9509d878dcd549fd /dev-perl/B-Utils
parentVersion bump; remove old (diff)
downloadgentoo-2-b0a3bbf312c93efdc94fbed056eae0cc13ba3e85.tar.gz
gentoo-2-b0a3bbf312c93efdc94fbed056eae0cc13ba3e85.tar.bz2
gentoo-2-b0a3bbf312c93efdc94fbed056eae0cc13ba3e85.zip
Version bump; remove old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'dev-perl/B-Utils')
-rw-r--r--dev-perl/B-Utils/B-Utils-0.220.0-r1.ebuild24
-rw-r--r--dev-perl/B-Utils/B-Utils-0.260.0.ebuild30
-rw-r--r--dev-perl/B-Utils/ChangeLog8
3 files changed, 37 insertions, 25 deletions
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 <dilfridge@gentoo.org>
+ -B-Utils-0.220.0-r1.ebuild, +B-Utils-0.260.0.ebuild:
+ Version bump; remove old
04 Mar 2015; Markus Meier <maekke@gentoo.org> B-Utils-0.250.0.ebuild:
add ~arm, bug #540862