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

commit:     5ff7d2179a2be6378b689465ced666f39b48b044
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 20:31:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 20:31:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ff7d217

[added] perl-core/Filter-Simple

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

---
 perl-core/Filter-Simple/ChangeLog                  |   10 +++++++
 .../Filter-Simple/Filter-Simple-0.850.0.ebuild     |   27 ++++++++++++++++++++
 perl-core/Filter-Simple/metadata.xml               |    9 ++++++
 3 files changed, 46 insertions(+), 0 deletions(-)

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

diff --git a/perl-core/Filter-Simple/Filter-Simple-0.850.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.850.0.ebuild
new file mode 100644
index 0000000..7dd2406
--- /dev/null
+++ b/perl-core/Filter-Simple/Filter-Simple-0.850.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION="0.85"
+inherit perl-module
+
+DESCRIPTION="Simplified source filtering"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+	>=virtual/perl-Text-Balanced-1.97
+	$(comment Filter::Util::Call )
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/
@ 2011-05-24  8:11 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-05-24  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6d8b9c16dd812330c1bcfc019e5f6cc0f6949514
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 07:46:53 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 07:46:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d8b9c16

[newversion] Filter-Simple-0.870.0

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

---
 perl-core/Filter-Simple/ChangeLog                  |    6 ++++
 .../Filter-Simple/Filter-Simple-0.870.0.ebuild     |   27 ++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
index bcabcb5..5ec2bda 100644
--- a/perl-core/Filter-Simple/ChangeLog
+++ b/perl-core/Filter-Simple/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Filter-Simple-0.870.0 (24 May 2011)
+
+  24 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Filter-Simple-0.870.0.ebuild:
+  Version bump
+
 *Filter-Simple-0.850.0 (11 Mar 2011)
 
   11 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild
new file mode 100644
index 0000000..754e811
--- /dev/null
+++ b/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=0.87
+inherit perl-module
+
+DESCRIPTION="Simplified source filtering"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+	>=virtual/perl-Text-Balanced-1.97
+	virtual/perl-Filter	$(comment Filter::Util::Call )
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/
@ 2011-07-31  4:55 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-07-31  4:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6d5dbb7f9fed874a5b2e6ab3491154f37051daa0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 04:50:17 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 31 04:50:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d5dbb7f

[cpanclean] core/Filter-Simple-0.850.0

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

---
 perl-core/Filter-Simple/ChangeLog                  |    4 +++
 .../Filter-Simple/Filter-Simple-0.850.0.ebuild     |   27 --------------------
 2 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
index 5ec2bda..04c92be 100644
--- a/perl-core/Filter-Simple/ChangeLog
+++ b/perl-core/Filter-Simple/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  -Filter-Simple-0.850.0.ebuild:
+  Gone on CPAN
+
 *Filter-Simple-0.870.0 (24 May 2011)
 
   24 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/perl-core/Filter-Simple/Filter-Simple-0.850.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.850.0.ebuild
deleted file mode 100644
index 7dd2406..0000000
--- a/perl-core/Filter-Simple/Filter-Simple-0.850.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION="0.85"
-inherit perl-module
-
-DESCRIPTION="Simplified source filtering"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	>=virtual/perl-Text-Balanced-1.97
-	$(comment Filter::Util::Call )
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/
@ 2012-02-26 13:46 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-02-26 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9c00fef79f0b0695ca3db4ac41322b796e8f2836
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 26 10:42:38 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 26 10:42:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9c00fef7

[newversion] core/Filter-Simple-0.880.0

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

---
 perl-core/Filter-Simple/ChangeLog                  |    8 ++++-
 .../Filter-Simple/Filter-Simple-0.880.0.ebuild     |   36 ++++++++++++++++++++
 2 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
index 04c92be..21fc493 100644
--- a/perl-core/Filter-Simple/ChangeLog
+++ b/perl-core/Filter-Simple/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for perl-core/Filter-Simple
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Filter-Simple-0.880.0 (26 Feb 2012)
+
+  26 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Filter-Simple-0.880.0.ebuild:
+  Version Bump
+
   31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
   -Filter-Simple-0.850.0.ebuild:
   Gone on CPAN

diff --git a/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild
new file mode 100644
index 0000000..c83ecba
--- /dev/null
+++ b/perl-core/Filter-Simple/Filter-Simple-0.880.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=SMUELLER
+MODULE_VERSION=0.88
+inherit perl-module
+
+DESCRIPTION='Simplified source filtering'
+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() {
+	# Filter::Util::Call
+	echo virtual/perl-Filter
+	# Text::Balanced 1.97 ( 1.970.0 )
+	echo \>=virtual/perl-Text-Balanced-1.970.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/
@ 2012-04-29 19:26 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-04-29 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c49db0f7b77feba63f6afd209796c038d7bfb775
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 29 18:51:51 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 29 18:51:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c49db0f7

[cpanclean] Filter-Simple-0.870.0

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

---
 perl-core/Filter-Simple/ChangeLog                  |    4 +++
 .../Filter-Simple/Filter-Simple-0.870.0.ebuild     |   27 --------------------
 2 files changed, 4 insertions(+), 27 deletions(-)

diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
index 21fc493..2c73222 100644
--- a/perl-core/Filter-Simple/ChangeLog
+++ b/perl-core/Filter-Simple/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Filter-Simple-0.870.0.ebuild:
+  Gone on CPAN
+
 *Filter-Simple-0.880.0 (26 Feb 2012)
 
   26 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild
deleted file mode 100644
index 754e811..0000000
--- a/perl-core/Filter-Simple/Filter-Simple-0.870.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION=0.87
-inherit perl-module
-
-DESCRIPTION="Simplified source filtering"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
-	>=virtual/perl-Text-Balanced-1.97
-	virtual/perl-Filter	$(comment Filter::Util::Call )
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/
@ 2014-09-06  9:52 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-09-06  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     826b6d3b8303000e8406a8bb4ed536d888e36763
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep  6 08:16:22 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep  6 08:16:22 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=826b6d3b

[treeclean] remove Filter-Simple which is completely redundant

---
 perl-core/Filter-Simple/ChangeLog                  | 30 ------------------
 .../Filter-Simple/Filter-Simple-0.880.0.ebuild     | 36 ----------------------
 perl-core/Filter-Simple/metadata.xml               | 25 ---------------
 3 files changed, 91 deletions(-)

diff --git a/perl-core/Filter-Simple/ChangeLog b/perl-core/Filter-Simple/ChangeLog
deleted file mode 100644
index 2c73222..0000000
--- a/perl-core/Filter-Simple/ChangeLog
+++ /dev/null
@@ -1,30 +0,0 @@
-# ChangeLog for perl-core/Filter-Simple
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  29 Apr 2012; Kent Fredric <kentfredric@gmail.com>
-  -Filter-Simple-0.870.0.ebuild:
-  Gone on CPAN
-
-*Filter-Simple-0.880.0 (26 Feb 2012)
-
-  26 Feb 2012; Kent Fredric <kentfredric@gmail.com>
-  +Filter-Simple-0.880.0.ebuild:
-  Version Bump
-
-  31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
-  -Filter-Simple-0.850.0.ebuild:
-  Gone on CPAN
-
-*Filter-Simple-0.870.0 (24 May 2011)
-
-  24 May 2011; Kent Fredric <kentfredric@gmail.com>
-  +Filter-Simple-0.870.0.ebuild:
-  Version bump
-
-*Filter-Simple-0.850.0 (11 Mar 2011)
-
-  11 Mar 2011; Kent Fredric <kentfredric@gmail.com>
-  +Filter-Simple-0.850.0.ebuild, +metadata.xml:
-  Added: reported outdated by cpan-outdated
-

diff --git a/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild b/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild
deleted file mode 100644
index c83ecba..0000000
--- a/perl-core/Filter-Simple/Filter-Simple-0.880.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION=0.88
-inherit perl-module
-
-DESCRIPTION='Simplified source filtering'
-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() {
-	# Filter::Util::Call
-	echo virtual/perl-Filter
-	# Text::Balanced 1.97 ( 1.970.0 )
-	echo \>=virtual/perl-Text-Balanced-1.970.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/perl-core/Filter-Simple/metadata.xml b/perl-core/Filter-Simple/metadata.xml
deleted file mode 100644
index 84dd695..0000000
--- a/perl-core/Filter-Simple/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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>
-  <upstream>
-    <remote-id type="cpan">Filter-Simple</remote-id>
-    <remote-id type="cpan-module">Demo1</remote-id>
-    <remote-id type="cpan-module">Demo2a</remote-id>
-    <remote-id type="cpan-module">Demo2b</remote-id>
-    <remote-id type="cpan-module">DemoData</remote-id>
-    <remote-id type="cpan-module">DemoRevCat</remote-id>
-    <remote-id type="cpan-module">DemoSwear</remote-id>
-    <remote-id type="cpan-module">DemoUnPod</remote-id>
-    <remote-id type="cpan-module">Demo_Data</remote-id>
-    <remote-id type="cpan-module">Demo_Exporter</remote-id>
-    <remote-id type="cpan-module">Demo_Importer</remote-id>
-    <remote-id type="cpan-module">Demo_REM</remote-id>
-    <remote-id type="cpan-module">DotsForArrows</remote-id>
-    <remote-id type="cpan-module">Filter::Simple</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2014-09-06  9:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29 19:26 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Filter-Simple/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-09-06  9:52 Kent Fredric
2012-02-26 13:46 Kent Fredric
2011-07-31  4:55 Kent Fredric
2011-05-24  8:11 Kent Fredric
2011-03-12  2:12 Kent Fredric

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