summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-20 07:36:02 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-20 07:36:02 +0000
commit43aeb183d4059109a25404533456698b266be5f9 (patch)
tree70596cd43942a209edafdd021b27cde524e1a89b /dev-perl/B-Utils
parentFix the gst-plugins-good orc USE flag unmask entries (got category wrong) (diff)
downloadgentoo-2-43aeb183d4059109a25404533456698b266be5f9.tar.gz
gentoo-2-43aeb183d4059109a25404533456698b266be5f9.tar.bz2
gentoo-2-43aeb183d4059109a25404533456698b266be5f9.zip
[bump] dev-perl/B-Utils-0.140.0
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Utils')
-rw-r--r--dev-perl/B-Utils/B-Utils-0.140.0.ebuild20
-rw-r--r--dev-perl/B-Utils/ChangeLog7
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.140.0.ebuild b/dev-perl/B-Utils/B-Utils-0.140.0.ebuild
new file mode 100644
index 000000000000..64fee629f47b
--- /dev/null
+++ b/dev-perl/B-Utils/B-Utils-0.140.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 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.140.0.ebuild,v 1.1 2011/03/20 07:36:02 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=JJORE
+MODULE_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="Helper functions for op tree manipulation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=">=dev-perl/extutils-depends-0.301"
+
+SRC_TEST=do
diff --git a/dev-perl/B-Utils/ChangeLog b/dev-perl/B-Utils/ChangeLog
index 9431acba6c28..a077b451b22a 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.7 2011/02/02 18:56:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.8 2011/03/20 07:36:02 tove Exp $
+
+*B-Utils-0.140.0 (20 Mar 2011)
+
+ 20 Mar 2011; Torsten Veller <tove@gentoo.org> +B-Utils-0.140.0.ebuild:
+ Version bump. No code changes
*B-Utils-0.130 (02 Feb 2011)