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

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

[added] perl-core/B-Lint

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

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

diff --git a/perl-core/B-Lint/B-Lint-1.120.0.ebuild b/perl-core/B-Lint/B-Lint-1.120.0.ebuild
new file mode 100644
index 0000000..c2d1bfa
--- /dev/null
+++ b/perl-core/B-Lint/B-Lint-1.120.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=FLORA
+MODULE_VERSION="1.12"
+inherit perl-module
+
+DESCRIPTION="Perl lint"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+	virtual/perl-Module-Pluggable
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? ( virtual/perl-Test-Simple )
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

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

diff --git a/perl-core/B-Lint/metadata.xml b/perl-core/B-Lint/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/B-Lint/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] 4+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Lint/
@ 2011-07-16 22:59 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-07-16 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     303ea31919b001b791a920c4ff3996a75b40e78f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 18:30:58 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 18:30:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=303ea319

[newversion] core/B-Lint-1.130.0

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

---
 perl-core/B-Lint/B-Lint-1.130.0.ebuild |   24 ++++++++++++++++++++++++
 perl-core/B-Lint/ChangeLog             |    5 +++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/perl-core/B-Lint/B-Lint-1.130.0.ebuild b/perl-core/B-Lint/B-Lint-1.130.0.ebuild
new file mode 100644
index 0000000..57736ae
--- /dev/null
+++ b/perl-core/B-Lint/B-Lint-1.130.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="Perl lint"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+	virtual/perl-Module-Pluggable
+"
+DEPEND="
+	${COMMON_DEPEND}
+	test? ( virtual/perl-Test-Simple )
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/perl-core/B-Lint/ChangeLog b/perl-core/B-Lint/ChangeLog
index b569d3f..ac49501 100644
--- a/perl-core/B-Lint/ChangeLog
+++ b/perl-core/B-Lint/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*B-Lint-1.130.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +B-Lint-1.130.0.ebuild:
+  Version Bump
+
 *B-Lint-1.120.0 (10 Mar 2011)
 
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com> +B-Lint-1.120.0.ebuild,



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Lint/
@ 2012-11-04 15:17 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-11-04 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9a1c198c597523c0eb0fd625aecaa97b58a17592
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 15:16:00 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov  4 15:16:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9a1c198c

[metadata-update]  perl-core/B-Lint/

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 perl-core/B-Lint/ChangeLog    |    3 +++
 perl-core/B-Lint/metadata.xml |    4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/perl-core/B-Lint/ChangeLog b/perl-core/B-Lint/ChangeLog
index 43b4a28..8d72dc2 100644
--- a/perl-core/B-Lint/ChangeLog
+++ b/perl-core/B-Lint/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+  Update metadata.xml remotes
+
 *B-Lint-1.140.0 (15 Sep 2012)
 
   15 Sep 2012; Kent Fredric <kentfredric@gmail.com> +B-Lint-1.140.0.ebuild:

diff --git a/perl-core/B-Lint/metadata.xml b/perl-core/B-Lint/metadata.xml
index f28ebc6..9c9f84d 100644
--- a/perl-core/B-Lint/metadata.xml
+++ b/perl-core/B-Lint/metadata.xml
@@ -10,9 +10,5 @@
     <remote-id type="cpan">B-Lint</remote-id>
     <remote-id type="cpan-module">B::Lint</remote-id>
     <remote-id type="cpan-module">B::Lint::Debug</remote-id>
-    <remote-id type="cpan-module">B::OP</remote-id>
-    <remote-id type="cpan-module">B::SPECIAL</remote-id>
-    <remote-id type="cpan-module">B::SVOP</remote-id>
-    <remote-id type="cpan-module">DB</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Lint/
@ 2013-02-05 12:24 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-02-05 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     576164736d8fad428b41414bb9d0335dab6ba689
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb  5 09:54:09 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb  5 09:54:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=57616473

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

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 perl-core/B-Lint/B-Lint-1.170.0.ebuild |   38 ++++++++++++++++++++++++++++++++
 perl-core/B-Lint/ChangeLog             |    7 +++++-
 2 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/perl-core/B-Lint/B-Lint-1.170.0.ebuild b/perl-core/B-Lint/B-Lint-1.170.0.ebuild
new file mode 100644
index 0000000..c4d3f1a
--- /dev/null
+++ b/perl-core/B-Lint/B-Lint-1.170.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION='Perl lint'
+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() {
+	# Module::Pluggable
+	echo virtual/perl-Module-Pluggable
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# if
+	echo virtual/perl-if
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/perl-core/B-Lint/ChangeLog b/perl-core/B-Lint/ChangeLog
index 8d72dc2..045d72f 100644
--- a/perl-core/B-Lint/ChangeLog
+++ b/perl-core/B-Lint/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for perl-core/B-Lint
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*B-Lint-1.170.0 (05 Feb 2013)
+
+  05 Feb 2013; Kent Fredric <kentfredric@gmail.com> +B-Lint-1.170.0.ebuild:
+  Version Bump
+
   04 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
   Update metadata.xml remotes
 


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

end of thread, other threads:[~2013-02-05 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 12:24 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/B-Lint/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-11-04 15:17 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-03-10 23:59 Kent Fredric

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