summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-13 14:55:25 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-13 14:55:25 +0000
commit633dc13096573e85b876bc6f5bc165939d3825e4 (patch)
treeaff95e1dfeeb5750c0cee6356d985200ea4b762e /dev-perl/B-Utils
parent[bump] dev-perl/Bit-Vector-7.200.0 (diff)
downloadgentoo-2-633dc13096573e85b876bc6f5bc165939d3825e4.tar.gz
gentoo-2-633dc13096573e85b876bc6f5bc165939d3825e4.tar.bz2
gentoo-2-633dc13096573e85b876bc6f5bc165939d3825e4.zip
[bump] dev-perl/B-Utils-0.190.0
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/B-Utils')
-rw-r--r--dev-perl/B-Utils/B-Utils-0.190.0.ebuild24
-rw-r--r--dev-perl/B-Utils/ChangeLog7
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/B-Utils/B-Utils-0.190.0.ebuild b/dev-perl/B-Utils/B-Utils-0.190.0.ebuild
new file mode 100644
index 000000000000..e30a6a8c863c
--- /dev/null
+++ b/dev-perl/B-Utils/B-Utils-0.190.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 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.190.0.ebuild,v 1.1 2012/03/13 14:55:25 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=JJORE
+MODULE_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="Helper functions for op tree manipulation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~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/ChangeLog b/dev-perl/B-Utils/ChangeLog
index 7e7e90314ddb..0ea004d938db 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.13 2012/02/18 15:30:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/B-Utils/ChangeLog,v 1.14 2012/03/13 14:55:25 tove Exp $
+
+*B-Utils-0.190.0 (13 Mar 2012)
+
+ 13 Mar 2012; Torsten Veller <tove@gentoo.org> +B-Utils-0.190.0.ebuild:
+ Version bump
18 Feb 2012; Torsten Veller <tove@gentoo.org> -B-Utils-0.150.0.ebuild:
Cleanup