public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Filter-Template/
@ 2015-07-02  4:50 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-07-02  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     22b1080e459bbfd5655fdcb4ccf59fe0e6610808
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul  2 04:47:56 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 04:47:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=22b1080e

[bump] Filter-Template-1.43.0, remove old versions

 dev-perl/Filter-Template/ChangeLog                 | 21 -------------
 .../Filter-Template/Filter-Template-1.040.ebuild   | 20 -------------
 .../Filter-Template/Filter-Template-1.43.0.ebuild  | 35 ++++++++++++++++++++++
 3 files changed, 35 insertions(+), 41 deletions(-)

diff --git a/dev-perl/Filter-Template/ChangeLog b/dev-perl/Filter-Template/ChangeLog
deleted file mode 100644
index 94f43c6..0000000
--- a/dev-perl/Filter-Template/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for dev-perl/Filter-Template
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Filter-Template-1.040 (16 Mar 2010)
-
-  16 Mar 2010; Daniel Westermann-Clark <dwc@pobox.com>
-  -Filter-Template-1.02.ebuild, -Filter-Template-1.03.ebuild,
-  +Filter-Template-1.040.ebuild:
-  Bump dev-perl/Filter-Template to 1.040 and remove versions not on CPAN
-
-*Filter-Template-1.03 (13 Aug 2009)
-
-  13 Aug 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  +Filter-Template-1.03.ebuild:
-  Bump
-
-  07 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  Filter-Template-1.02.ebuild, +metadata.xml:
-  Convert to EAPI=2 and add metadata.xml
-

diff --git a/dev-perl/Filter-Template/Filter-Template-1.040.ebuild b/dev-perl/Filter-Template/Filter-Template-1.040.ebuild
deleted file mode 100644
index 4a14b03..0000000
--- a/dev-perl/Filter-Template/Filter-Template-1.040.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=RCAPUTO
-inherit perl-module
-
-DESCRIPTION="Source filter for code templates or macros"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND=">=virtual/perl-Filter-1.33"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Filter-Template/Filter-Template-1.43.0.ebuild b/dev-perl/Filter-Template/Filter-Template-1.43.0.ebuild
new file mode 100644
index 0000000..eb59fd3
--- /dev/null
+++ b/dev-perl/Filter-Template/Filter-Template-1.43.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+MODULE_AUTHOR=RCAPUTO
+MODULE_VERSION=1.043
+
+inherit perl-module
+
+DESCRIPTION="Source filter for code templates or macros"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+
+PERL_RM_FILES=(
+	t/release-pod-coverage.t
+	t/release-pod-syntax.t
+)
+# Filter::Util::Call -> Filter
+# Test::More -> Test-Simple
+RDEPEND="
+	virtual/perl-Carp
+	>=dev-perl/Filter-1.490.0
+	virtual/perl-constant
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		>=virtual/perl-Test-Simple-0.980.0
+		>=virtual/perl-Scalar-Util-1.290.0
+	)
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Filter-Template/
@ 2015-07-02  4:50 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-07-02  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fa6d64bcdbd66f3979521112d80457f0bd452545
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Tue Jul  7 16:38:55 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 04:30:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=fa6d64bc

[rebase-filter: dwc/Filter-Template] Add remaining ebuilds from my perl-poe overlay

 dev-perl/Filter-Template/Filter-Template-1.02.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-perl/Filter-Template/Filter-Template-1.02.ebuild b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild
new file mode 100644
index 0000000..e447406
--- /dev/null
+++ b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild
@@ -0,0 +1,20 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Source filter for code templates or macros"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/R/RC/RCAPUTO/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Filter-Template/
@ 2015-07-02  4:50 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-07-02  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2c6cb6de7c534ee20cfe1619661f8b8df85f0d8a
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Tue Mar 16 21:46:39 2010 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 04:30:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2c6cb6de

[rebase-filter: dwc/Filter-Template] Bump dev-perl/Filter-Template to 1.040 and remove versions not on CPAN
(Portage version: 2.1.7.17/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/Filter-Template/ChangeLog                   |  9 ++++++++-
 dev-perl/Filter-Template/Filter-Template-1.02.ebuild | 20 --------------------
 ...late-1.03.ebuild => Filter-Template-1.040.ebuild} |  2 +-
 3 files changed, 9 insertions(+), 22 deletions(-)

diff --git a/dev-perl/Filter-Template/ChangeLog b/dev-perl/Filter-Template/ChangeLog
index 3a28eaa..94f43c6 100644
--- a/dev-perl/Filter-Template/ChangeLog
+++ b/dev-perl/Filter-Template/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Filter-Template
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Filter-Template-1.040 (16 Mar 2010)
+
+  16 Mar 2010; Daniel Westermann-Clark <dwc@pobox.com>
+  -Filter-Template-1.02.ebuild, -Filter-Template-1.03.ebuild,
+  +Filter-Template-1.040.ebuild:
+  Bump dev-perl/Filter-Template to 1.040 and remove versions not on CPAN
+
 *Filter-Template-1.03 (13 Aug 2009)
 
   13 Aug 2009; Daniel Westermann-Clark <dwc@pobox.com>

diff --git a/dev-perl/Filter-Template/Filter-Template-1.02.ebuild b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild
deleted file mode 100644
index fede27a..0000000
--- a/dev-perl/Filter-Template/Filter-Template-1.02.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=RCAPUTO
-inherit perl-module
-
-DESCRIPTION="Source filter for code templates or macros"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND=""
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Filter-Template/Filter-Template-1.03.ebuild b/dev-perl/Filter-Template/Filter-Template-1.040.ebuild
similarity index 90%
rename from dev-perl/Filter-Template/Filter-Template-1.03.ebuild
rename to dev-perl/Filter-Template/Filter-Template-1.040.ebuild
index 6e763f7..4a14b03 100644
--- a/dev-perl/Filter-Template/Filter-Template-1.03.ebuild
+++ b/dev-perl/Filter-Template/Filter-Template-1.040.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Filter-Template/
@ 2015-07-02  4:50 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-07-02  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     35b0f5edca4909dc12166e9bd1e63f12acbdb794
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Tue Jul  7 22:08:51 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 04:30:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=35b0f5ed

[rebase-filter: dwc/Filter-Template] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/Filter-Template/ChangeLog                   |  8 ++++++++
 dev-perl/Filter-Template/Filter-Template-1.02.ebuild | 16 ++++++++--------
 dev-perl/Filter-Template/metadata.xml                |  9 +++++++++
 3 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Filter-Template/ChangeLog b/dev-perl/Filter-Template/ChangeLog
new file mode 100644
index 0000000..edd8ec5
--- /dev/null
+++ b/dev-perl/Filter-Template/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Filter-Template
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  07 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  Filter-Template-1.02.ebuild, +metadata.xml:
+  Convert to EAPI=2 and add metadata.xml
+

diff --git a/dev-perl/Filter-Template/Filter-Template-1.02.ebuild b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild
index e447406..fede27a 100644
--- a/dev-perl/Filter-Template/Filter-Template-1.02.ebuild
+++ b/dev-perl/Filter-Template/Filter-Template-1.02.ebuild
@@ -1,20 +1,20 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
 
+EAPI=2
+
+MODULE_AUTHOR=RCAPUTO
 inherit perl-module
 
 DESCRIPTION="Source filter for code templates or macros"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/R/RC/RCAPUTO/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
 SRC_TEST="do"
 
 IUSE="test"
-RDEPEND="dev-lang/perl"
+RDEPEND=""
 DEPEND="${RDEPEND}
 	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Filter-Template/metadata.xml b/dev-perl/Filter-Template/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Filter-Template/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>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Filter-Template/
@ 2015-07-02  4:50 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-07-02  4:50 UTC (permalink / raw
  To: gentoo-commits

commit:     daf85f54e839a0e165cb18b091cbd45bfc01987f
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Aug 13 13:32:33 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul  2 04:30:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=daf85f54

[rebase-filter: dwc/Filter-Template] Bump Filter-Template to 1.03
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/Filter-Template/ChangeLog                   |  6 ++++++
 dev-perl/Filter-Template/Filter-Template-1.03.ebuild | 20 ++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Filter-Template/ChangeLog b/dev-perl/Filter-Template/ChangeLog
index edd8ec5..3a28eaa 100644
--- a/dev-perl/Filter-Template/ChangeLog
+++ b/dev-perl/Filter-Template/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Filter-Template-1.03 (13 Aug 2009)
+
+  13 Aug 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  +Filter-Template-1.03.ebuild:
+  Bump
+
   07 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
   Filter-Template-1.02.ebuild, +metadata.xml:
   Convert to EAPI=2 and add metadata.xml

diff --git a/dev-perl/Filter-Template/Filter-Template-1.03.ebuild b/dev-perl/Filter-Template/Filter-Template-1.03.ebuild
new file mode 100644
index 0000000..6e763f7
--- /dev/null
+++ b/dev-perl/Filter-Template/Filter-Template-1.03.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+MODULE_AUTHOR=RCAPUTO
+inherit perl-module
+
+DESCRIPTION="Source filter for code templates or macros"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND=">=virtual/perl-Filter-1.33"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"


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

end of thread, other threads:[~2015-07-02  4:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02  4:50 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Filter-Template/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-07-02  4:50 Kent Fredric
2015-07-02  4:50 Kent Fredric
2015-07-02  4:50 Kent Fredric
2015-07-02  4:50 Kent Fredric

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