public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-CSV-Escape/
@ 2013-02-09 19:31 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-02-09 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0ffb5dccc57e6c9de85c82f31217b0c78daa5751
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb  9 19:19:15 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb  9 19:19:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0ffb5dcc

[fixdep] Template-Plugin-CSV-Escape -> Template-Toolkit ( normalize )

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

---
 dev-perl/Template-Plugin-CSV-Escape/ChangeLog      |    8 ++++++++
 .../Template-Plugin-CSV-Escape-0.01.ebuild         |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Template-Plugin-CSV-Escape/ChangeLog b/dev-perl/Template-Plugin-CSV-Escape/ChangeLog
new file mode 100644
index 0000000..0fc3407
--- /dev/null
+++ b/dev-perl/Template-Plugin-CSV-Escape/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Template-Plugin-CSV-Escape
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  Template-Plugin-CSV-Escape-0.01.ebuild:
+  Fix dependency on Template-Toolkit ( normalize )
+

diff --git a/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.01.ebuild b/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.01.ebuild
index 34cc8e8..0e115d2 100644
--- a/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.01.ebuild
+++ b/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,5 +13,5 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 DEPEND="
-	>=dev-perl/Template-Toolkit-2.15
+	>=dev-perl/Template-Toolkit-2.150.0
 "


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-CSV-Escape/
@ 2014-09-05 23:14 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-09-05 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     f3954adf4b5d2b34dbd5f8a294af4be39ff8c81d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  5 21:06:30 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  5 21:06:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f3954adf

[fixup] dev-perl/Template-Plugin-CSV-Escape EAPI5, Noramlise, fix deps, fix tests

Package-Manager: portage-2.2.10

---
 dev-perl/Template-Plugin-CSV-Escape/ChangeLog                 |  9 ++++++++-
 ...e-0.01.ebuild => Template-Plugin-CSV-Escape-0.10.0.ebuild} | 11 ++++++++---
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Template-Plugin-CSV-Escape/ChangeLog b/dev-perl/Template-Plugin-CSV-Escape/ChangeLog
index 0fc3407..a9bfa64 100644
--- a/dev-perl/Template-Plugin-CSV-Escape/ChangeLog
+++ b/dev-perl/Template-Plugin-CSV-Escape/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Template-Plugin-CSV-Escape
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Template-Plugin-CSV-Escape-0.10.0 (05 Sep 2014)
+
+  05 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+  -Template-Plugin-CSV-Escape-0.01.ebuild,
+  +Template-Plugin-CSV-Escape-0.10.0.ebuild:
+  EAPI5, Noramlise, fix deps, fix tests
+
   09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   Template-Plugin-CSV-Escape-0.01.ebuild:
   Fix dependency on Template-Toolkit ( normalize )

diff --git a/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.01.ebuild b/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.10.0.ebuild
similarity index 66%
rename from dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.01.ebuild
rename to dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.10.0.ebuild
index 0e115d2..77f1ebc 100644
--- a/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.01.ebuild
+++ b/dev-perl/Template-Plugin-CSV-Escape/Template-Plugin-CSV-Escape-0.10.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 MODULE_AUTHOR=MIYAZAKI
+MODULE_VERSION=0.01
 inherit perl-module
 
 DESCRIPTION="CSV escape a string"
@@ -12,6 +13,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND="
+RDEPEND="
 	>=dev-perl/Template-Toolkit-2.150.0
 "
+DEPEND="$RDEPEND
+	virtual/perl-Test-Simple
+"
+SRC_TEST=do


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

end of thread, other threads:[~2014-09-05 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 19:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-CSV-Escape/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-09-05 23:14 Kent Fredric

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