* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Dates/
@ 2011-03-12 20:27 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-12 20:27 UTC (permalink / raw
To: gentoo-commits
commit: 43185708f3b9881fdf9fa131a1c79b606e450b49
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 18:57:11 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 12 18:57:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=43185708
[added] Task-Kensho-Dates
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Task-Kensho-Dates/ChangeLog | 10 ++++++
.../Task-Kensho-Dates-0.270.0.ebuild | 30 ++++++++++++++++++++
dev-perl/Task-Kensho-Dates/metadata.xml | 18 ++++++++++++
3 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Task-Kensho-Dates/ChangeLog b/dev-perl/Task-Kensho-Dates/ChangeLog
new file mode 100644
index 0000000..ff904d8
--- /dev/null
+++ b/dev-perl/Task-Kensho-Dates/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Task-Kensho-Dates
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Task-Kensho-Dates-0.270.0 (12 Mar 2011)
+
+ 12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-Dates-0.270.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.270.0.ebuild b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.270.0.ebuild
new file mode 100644
index 0000000..01364c0
--- /dev/null
+++ b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.270.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.27"
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (Date handling)"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+datetime +datetiny +timetiny +datetimetiny +timeparsedate"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+ datetime? ( dev-perl/DateTime )
+ datetiny? ( dev-perl/Date-Tiny )
+ timetiny? ( dev-perl/Time-Tiny )
+ datetimetiny? ( dev-perl/DateTime-Tiny )
+ timeparsedate? ( dev-perl/Time-modules $(comment Time::ParseDate) )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Task-Kensho-Dates/metadata.xml b/dev-perl/Task-Kensho-Dates/metadata.xml
new file mode 100644
index 0000000..b1f512f
--- /dev/null
+++ b/dev-perl/Task-Kensho-Dates/metadata.xml
@@ -0,0 +1,18 @@
+<?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>
+ <use>
+ <flag name="datetime">Install <pkg>dev-perl/DateTime</pkg></flag>
+ <flag name="datetiny">Install <pkg>dev-perl/Date-Tiny</pkg></flag>
+ <flag name="timetiny">Install <pkg>dev-perl/Time-Tiny</pkg></flag>
+ <flag name="datetimetiny">Install
+ <pkg>dev-perl/DateTime-Tiny</pkg></flag>
+ <flag name="timeparsedate">Install <pkg>dev-perl/Time-modules</pkg>
+ which provides Time::ParseDate</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Dates/
@ 2011-03-26 6:21 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-03-26 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 953763f80a259a175c443a6694fb8fa706e73f03
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 05:51:04 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 05:51:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=953763f8
[newversion] Task-Kensho-Dates-0.280.0
(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Task-Kensho-Dates/ChangeLog | 6 ++++
.../Task-Kensho-Dates-0.280.0.ebuild | 30 ++++++++++++++++++++
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Task-Kensho-Dates/ChangeLog b/dev-perl/Task-Kensho-Dates/ChangeLog
index ff904d8..32d9020 100644
--- a/dev-perl/Task-Kensho-Dates/ChangeLog
+++ b/dev-perl/Task-Kensho-Dates/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Task-Kensho-Dates-0.280.0 (26 Mar 2011)
+
+ 26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Task-Kensho-Dates-0.280.0.ebuild:
+ Bump
+
*Task-Kensho-Dates-0.270.0 (12 Mar 2011)
12 Mar 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.280.0.ebuild b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.280.0.ebuild
new file mode 100644
index 0000000..94dc9ec
--- /dev/null
+++ b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.280.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=APEIRON
+MODULE_VERSION="0.28"
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (Date handling)"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+datetime +datetiny +timetiny +datetimetiny +timeparsedate"
+
+comment() { echo ''; }
+
+COMMON_DEPEND="
+ datetime? ( dev-perl/DateTime )
+ datetiny? ( dev-perl/Date-Tiny )
+ timetiny? ( dev-perl/Time-Tiny )
+ datetimetiny? ( dev-perl/DateTime-Tiny )
+ timeparsedate? ( dev-perl/Time-modules $(comment Time::ParseDate) )
+"
+DEPEND="
+ ${COMMON_DEPEND}
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Dates/
@ 2015-06-08 14:00 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-08 14:00 UTC (permalink / raw
To: gentoo-commits
commit: 9e9d21e1360a2caad76ac8eb9ec659d4cdb718e2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 8 11:54:12 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 8 11:54:12 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9e9d21e1
[bump] Task-Kensho-Dates-0.380.0, remove old versions
Package-Manager: portage-2.2.17
.../Task-Kensho-Dates-0.270.0.ebuild | 30 ----------------------
.../Task-Kensho-Dates-0.280.0.ebuild | 30 ----------------------
.../Task-Kensho-Dates-0.380.0.ebuild | 30 ++++++++++++++++++++++
dev-perl/Task-Kensho-Dates/metadata.xml | 8 ------
4 files changed, 30 insertions(+), 68 deletions(-)
diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.270.0.ebuild b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.270.0.ebuild
deleted file mode 100644
index 01364c0..0000000
--- a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.270.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=APEIRON
-MODULE_VERSION="0.27"
-inherit perl-module
-
-DESCRIPTION="A glimpse at an Enlightened Perl (Date handling)"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+datetime +datetiny +timetiny +datetimetiny +timeparsedate"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
- datetime? ( dev-perl/DateTime )
- datetiny? ( dev-perl/Date-Tiny )
- timetiny? ( dev-perl/Time-Tiny )
- datetimetiny? ( dev-perl/DateTime-Tiny )
- timeparsedate? ( dev-perl/Time-modules $(comment Time::ParseDate) )
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.280.0.ebuild b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.280.0.ebuild
deleted file mode 100644
index 94dc9ec..0000000
--- a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.280.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=APEIRON
-MODULE_VERSION="0.28"
-inherit perl-module
-
-DESCRIPTION="A glimpse at an Enlightened Perl (Date handling)"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+datetime +datetiny +timetiny +datetimetiny +timeparsedate"
-
-comment() { echo ''; }
-
-COMMON_DEPEND="
- datetime? ( dev-perl/DateTime )
- datetiny? ( dev-perl/Date-Tiny )
- timetiny? ( dev-perl/Time-Tiny )
- datetimetiny? ( dev-perl/DateTime-Tiny )
- timeparsedate? ( dev-perl/Time-modules $(comment Time::ParseDate) )
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
new file mode 100644
index 0000000..9aa036c
--- /dev/null
+++ b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION="A glimpse at an Enlightened Perl (Date handling)"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+# Time::ParseDate -> Time-modules
+RDEPEND="
+ dev-perl/Date-Tiny
+ dev-perl/DateTime
+ dev-perl/DateTime-Tiny
+ dev-perl/Time-Tiny
+ dev-perl/Time-modules
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.38.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Task-Kensho-Dates/metadata.xml b/dev-perl/Task-Kensho-Dates/metadata.xml
index f2effd5..a5ca284 100644
--- a/dev-perl/Task-Kensho-Dates/metadata.xml
+++ b/dev-perl/Task-Kensho-Dates/metadata.xml
@@ -6,14 +6,6 @@
<email>kentfredric@gmail.com</email>
<name>Kent Fredric</name>
</maintainer>
- <use>
- <flag name="datetime">Install <pkg>dev-perl/DateTime</pkg></flag>
- <flag name="datetiny">Install <pkg>dev-perl/Date-Tiny</pkg></flag>
- <flag name="timetiny">Install <pkg>dev-perl/Time-Tiny</pkg></flag>
- <flag name="datetimetiny">Install
- <pkg>dev-perl/DateTime-Tiny</pkg></flag><flag name="timeparsedate">Install <pkg>dev-perl/Time-modules</pkg>
- which provides Time::ParseDate</flag>
- </use>
<upstream>
<remote-id type="cpan">Task-Kensho-Dates</remote-id>
<remote-id type="cpan-module">Task::Kensho::Dates</remote-id>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Dates/
@ 2016-12-18 0:11 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-12-18 0:11 UTC (permalink / raw
To: gentoo-commits
commit: a6379bf5d728670df82cf0672e9de73d258e3fcd
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 00:03:14 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Dec 18 00:03:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a6379bf5
dev-perl/Task-Kensho-Dates: Fix dependency on dev-perl/Time-ParseDate
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force
dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
index f1f0ef5..c4a0a25 100644
--- a/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
+++ b/dev-perl/Task-Kensho-Dates/Task-Kensho-Dates-0.380.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
@@ -11,13 +11,12 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-# Time::ParseDate -> Time-modules
RDEPEND="
dev-perl/Date-Tiny
dev-perl/DateTime
dev-perl/DateTime-Tiny
dev-perl/Time-Tiny
- dev-perl/Time-modules
+ dev-perl/Time-ParseDate
"
DEPEND="
${RDEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-12-18 0:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 6:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Task-Kensho-Dates/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-12-18 0:11 Kent Fredric
2015-06-08 14:00 Kent Fredric
2011-03-12 20:27 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox