public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Debug/
@ 2011-03-10 23:59 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-10 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     79a82942dd543537dea4f6b24d6c36abc6645870
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 22:40:35 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 22:40:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=79a82942

[added] perl-core/B-Debug

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 perl-core/B-Debug/B-Debug-1.160.0.ebuild |   24 ++++++++++++++++++++++++
 perl-core/B-Debug/ChangeLog              |   10 ++++++++++
 perl-core/B-Debug/metadata.xml           |    9 +++++++++
 3 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/perl-core/B-Debug/B-Debug-1.160.0.ebuild b/perl-core/B-Debug/B-Debug-1.160.0.ebuild
new file mode 100644
index 0000000..92436be
--- /dev/null
+++ b/perl-core/B-Debug/B-Debug-1.160.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=RURBAN
+MODULE_VERSION=1.16
+inherit perl-module
+
+DESCRIPTION="Walk Perl syntax tree, printing debug info about ops"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND=""
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		virtual/perl-Test-Simple
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/perl-core/B-Debug/ChangeLog b/perl-core/B-Debug/ChangeLog
new file mode 100644
index 0000000..bfe7fd6
--- /dev/null
+++ b/perl-core/B-Debug/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/B-Debug
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*B-Debug-1.160.0 (10 Mar 2011)
+
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com> +B-Debug-1.160.0.ebuild,
+  +metadata.xml:
+  Added: reported out-of-date by cpan-outdated
+

diff --git a/perl-core/B-Debug/metadata.xml b/perl-core/B-Debug/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/B-Debug/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Debug/
@ 2012-02-24  7:13 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-24  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     bb6a99093a2e72519c47a9ca666c8d0b7b9e6cde
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 22:34:02 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 22:34:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bb6a9909

[newversion] perl-core/B-Debug-1.170.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 perl-core/B-Debug/B-Debug-1.170.0.ebuild |   36 ++++++++++++++++++++++++++++++
 perl-core/B-Debug/ChangeLog              |    7 +++++-
 2 files changed, 42 insertions(+), 1 deletions(-)

diff --git a/perl-core/B-Debug/B-Debug-1.170.0.ebuild b/perl-core/B-Debug/B-Debug-1.170.0.ebuild
new file mode 100644
index 0000000..1308912
--- /dev/null
+++ b/perl-core/B-Debug/B-Debug-1.170.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RURBAN
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION='print debug info about ops'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# B
+	echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/perl-core/B-Debug/ChangeLog b/perl-core/B-Debug/ChangeLog
index bfe7fd6..55eb774 100644
--- a/perl-core/B-Debug/ChangeLog
+++ b/perl-core/B-Debug/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for perl-core/B-Debug
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*B-Debug-1.170.0 (23 Feb 2012)
+
+  23 Feb 2012; Kent Fredric <kentfredric@gmail.com> +B-Debug-1.170.0.ebuild:
+  Version Bump
+
 *B-Debug-1.160.0 (10 Mar 2011)
 
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com> +B-Debug-1.160.0.ebuild,



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Debug/
@ 2012-08-23 15:15 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-08-23 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     3a0f8e50930e95c6f9314b61df05896d98ce3d22
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 23 14:39:03 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 23 14:39:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3a0f8e50

[newversion] perl-core/B-Debug-1.180.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 perl-core/B-Debug/B-Debug-1.180.0.ebuild |   36 ++++++++++++++++++++++++++++++
 perl-core/B-Debug/ChangeLog              |    5 ++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/perl-core/B-Debug/B-Debug-1.180.0.ebuild b/perl-core/B-Debug/B-Debug-1.180.0.ebuild
new file mode 100644
index 0000000..9f27c83
--- /dev/null
+++ b/perl-core/B-Debug/B-Debug-1.180.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RURBAN
+MODULE_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION='print debug info about ops'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# B
+	echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/perl-core/B-Debug/ChangeLog b/perl-core/B-Debug/ChangeLog
index 55eb774..0d24472 100644
--- a/perl-core/B-Debug/ChangeLog
+++ b/perl-core/B-Debug/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*B-Debug-1.180.0 (23 Aug 2012)
+
+  23 Aug 2012; Kent Fredric <kentfredric@gmail.com> +B-Debug-1.180.0.ebuild:
+  Version Bump
+
 *B-Debug-1.170.0 (23 Feb 2012)
 
   23 Feb 2012; Kent Fredric <kentfredric@gmail.com> +B-Debug-1.170.0.ebuild:


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-23 15:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 23:59 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Debug/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-24  7:13 Kent Fredric
2012-08-23 15:15 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox