summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-04 23:30:08 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-07-04 23:30:08 +0000
commitc9228459e31bc898f62fafcd0f33f551597184d1 (patch)
treefba45619aab73412d62a58e41a2808f90e6aaab3 /perl-core/B-Debug
parentVersion bump for perl-5.20 (diff)
downloadgentoo-2-c9228459e31bc898f62fafcd0f33f551597184d1.tar.gz
gentoo-2-c9228459e31bc898f62fafcd0f33f551597184d1.tar.bz2
gentoo-2-c9228459e31bc898f62fafcd0f33f551597184d1.zip
Version bump for perl-5.20
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'perl-core/B-Debug')
-rw-r--r--perl-core/B-Debug/B-Debug-1.190.0.ebuild24
-rw-r--r--perl-core/B-Debug/ChangeLog10
2 files changed, 32 insertions, 2 deletions
diff --git a/perl-core/B-Debug/B-Debug-1.190.0.ebuild b/perl-core/B-Debug/B-Debug-1.190.0.ebuild
new file mode 100644
index 000000000000..1b7b8335f0a3
--- /dev/null
+++ b/perl-core/B-Debug/B-Debug-1.190.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/B-Debug/B-Debug-1.190.0.ebuild,v 1.1 2014/07/04 23:30:08 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=RURBAN
+MODULE_VERSION=1.19
+inherit perl-module
+
+DESCRIPTION='print debug info about ops'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-Test-Simple
+ "
+RDEPEND="
+ virtual/perl-Test-Simple
+ "
+SRC_TEST="do"
diff --git a/perl-core/B-Debug/ChangeLog b/perl-core/B-Debug/ChangeLog
index 49f500e5235d..f7cac45aa58a 100644
--- a/perl-core/B-Debug/ChangeLog
+++ b/perl-core/B-Debug/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/B-Debug
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/B-Debug/ChangeLog,v 1.1 2013/09/05 05:16:24 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/B-Debug/ChangeLog,v 1.2 2014/07/04 23:30:08 dilfridge Exp $
+
+*B-Debug-1.190.0 (04 Jul 2014)
+
+ 04 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ +B-Debug-1.190.0.ebuild:
+ Version bump for perl-5.20
*B-Debug-1.180.0 (05 Sep 2013)