* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-DtFormatter/
@ 2011-02-17 11:30 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-02-17 11:30 UTC (permalink / raw
To: gentoo-commits
commit: 7c04e508fb5dccc320beb7be8322adaf903a175b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 15 04:55:44 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 15 04:55:44 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7c04e508
[cpanclean] Template-Plugin-DtFormatter
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Template-Plugin-DtFormatter/ChangeLog | 6 +++++-
.../Template-Plugin-DtFormatter-1.10.ebuild | 20 --------------------
2 files changed, 5 insertions(+), 21 deletions(-)
diff --git a/dev-perl/Template-Plugin-DtFormatter/ChangeLog b/dev-perl/Template-Plugin-DtFormatter/ChangeLog
index f9d0acd..308eb9c 100644
--- a/dev-perl/Template-Plugin-DtFormatter/ChangeLog
+++ b/dev-perl/Template-Plugin-DtFormatter/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-perl/Template-Plugin-DtFormatter
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+ -Template-Plugin-DtFormatter-1.10.ebuild:
+ Gone on cpan
+
10 Dec 2009; Kent Fredric <kentfredric@gmail.com>
-Template-Plugin-DtFormatter-1.00.ebuild:
Gone on CPAN
diff --git a/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.10.ebuild b/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.10.ebuild
deleted file mode 100644
index 5eb0dbb..0000000
--- a/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=ARTHAS
-inherit perl-module
-
-DESCRIPTION="Easily create formatted string from DateTime objects"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
- virtual/perl-Module-Build
- >=dev-perl/Template-Toolkit-2.15
- >=dev-perl/DateTime-0.32
- >=dev-perl/DateTime-Format-Strptime-1.0700
-"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-DtFormatter/
@ 2011-03-06 23:25 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-06 23:25 UTC (permalink / raw
To: gentoo-commits
commit: 318b96fc864d950da4c024146e40b24ccd547e54
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 4 17:59:13 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar 6 23:24:02 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=318b96fc
[fixdep] Template-Plugin-DtFormatter -> DateTime-Format-Strptime
(Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Template-Plugin-DtFormatter/ChangeLog | 4 ++++
.../Template-Plugin-DtFormatter-1.20.ebuild | 10 ++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Template-Plugin-DtFormatter/ChangeLog b/dev-perl/Template-Plugin-DtFormatter/ChangeLog
index 308eb9c..4990e9a 100644
--- a/dev-perl/Template-Plugin-DtFormatter/ChangeLog
+++ b/dev-perl/Template-Plugin-DtFormatter/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ Template-Plugin-DtFormatter-1.20.ebuild:
+ Fixdep on DateTime-Format-Strptime
+
15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
-Template-Plugin-DtFormatter-1.10.ebuild:
Gone on cpan
diff --git a/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.20.ebuild b/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.20.ebuild
index fbf34bf..c1c0d11 100644
--- a/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.20.ebuild
+++ b/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.20.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=3
MODULE_AUTHOR=ARTHAS
inherit perl-module
@@ -12,9 +12,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
virtual/perl-Module-Build
>=dev-perl/Template-Toolkit-2.20
>=dev-perl/DateTime-0.32
- >=dev-perl/DateTime-Format-Strptime-1.0700
+ >=dev-perl/DateTime-Format-Strptime-1.70.0
"
+DEPEND="${RDEPEND}"
+SRC_TEST=do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-DtFormatter/
@ 2012-02-08 21:57 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 21d11af9736758a9ac03846e186d868ee4a5ef18
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 8 19:28:13 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 8 19:28:13 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=21d11af9
[cpanclean] Template-Plugin-DtFormatter gone entirely from CPAN
---
dev-perl/Template-Plugin-DtFormatter/ChangeLog | 20 ------------------
.../Template-Plugin-DtFormatter-1.20.ebuild | 22 --------------------
dev-perl/Template-Plugin-DtFormatter/metadata.xml | 9 --------
3 files changed, 0 insertions(+), 51 deletions(-)
diff --git a/dev-perl/Template-Plugin-DtFormatter/ChangeLog b/dev-perl/Template-Plugin-DtFormatter/ChangeLog
deleted file mode 100644
index 4990e9a..0000000
--- a/dev-perl/Template-Plugin-DtFormatter/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-perl/Template-Plugin-DtFormatter
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 04 Mar 2011; Kent Fredric <kentfredric@gmail.com>
- Template-Plugin-DtFormatter-1.20.ebuild:
- Fixdep on DateTime-Format-Strptime
-
- 15 Feb 2011; Kent Fredric <kentfredric@gmail.com>
- -Template-Plugin-DtFormatter-1.10.ebuild:
- Gone on cpan
-
- 10 Dec 2009; Kent Fredric <kentfredric@gmail.com>
- -Template-Plugin-DtFormatter-1.00.ebuild:
- Gone on CPAN
-
- 20 Apr 2009; Michele Beltrame <mb@cattlegrid.info>
- +Template-Plugin-DtFormatter-1.20.ebuild:
- Bump
-
diff --git a/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.20.ebuild b/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.20.ebuild
deleted file mode 100644
index c1c0d11..0000000
--- a/dev-perl/Template-Plugin-DtFormatter/Template-Plugin-DtFormatter-1.20.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=ARTHAS
-inherit perl-module
-
-DESCRIPTION="Easily create formatted string from DateTime objects"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- virtual/perl-Module-Build
- >=dev-perl/Template-Toolkit-2.20
- >=dev-perl/DateTime-0.32
- >=dev-perl/DateTime-Format-Strptime-1.70.0
-"
-DEPEND="${RDEPEND}"
-SRC_TEST=do
diff --git a/dev-perl/Template-Plugin-DtFormatter/metadata.xml b/dev-perl/Template-Plugin-DtFormatter/metadata.xml
deleted file mode 100644
index 7946d09..0000000
--- a/dev-perl/Template-Plugin-DtFormatter/metadata.xml
+++ /dev/null
@@ -1,9 +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>mb@italpro.net</email>
- <name>Michele Beltrame</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-08 21:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 21:57 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-DtFormatter/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-03-06 23:25 Kent Fredric
2011-02-17 11:30 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox