* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Pg/
@ 2011-05-29 18:20 Torsten Veller
0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2011-05-29 18:20 UTC (permalink / raw
To: gentoo-commits
commit: eb5ac5be39e0dff1f17a5347b8de98a32fe433f4
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 18:08:09 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun May 29 18:08:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eb5ac5be
[bump] dev-perl/DateTime-Format-Pg-0.160.60
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/DateTime-Format-Pg/ChangeLog | 6 ++++
.../DateTime-Format-Pg-0.160.60.ebuild | 27 ++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/dev-perl/DateTime-Format-Pg/ChangeLog b/dev-perl/DateTime-Format-Pg/ChangeLog
index 707032b..51011dd 100644
--- a/dev-perl/DateTime-Format-Pg/ChangeLog
+++ b/dev-perl/DateTime-Format-Pg/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DateTime-Format-Pg-0.160.60 (29 May 2011)
+
+ 29 May 2011; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Pg-0.160.60.ebuild:
+ Version bump
+
*DateTime-Format-Pg-0.160.50 (29 May 2011)
29 May 2011; Torsten Veller <tove@gentoo.org>
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.60.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.60.ebuild
new file mode 100644
index 0000000..e527d8f
--- /dev/null
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.60.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=DMAKI
+MODULE_VERSION=0.16006
+inherit perl-module
+
+DESCRIPTION="Parse and format PostgreSQL dates and times"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/DateTime-0.10
+ >=dev-perl/DateTime-Format-Builder-0.72
+ >=dev-perl/DateTime-TimeZone-0.05
+"
+DEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Pg/
@ 2013-02-08 10:36 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-02-08 10:36 UTC (permalink / raw
To: gentoo-commits
commit: b8bf7def236c21b15f5bb63f96e0ac8cb8edf250
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 18:21:57 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 18:21:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b8bf7def
[fixdep] DateTime-Format-Pg -> DateTime-TimeZone ( normalize )
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/DateTime-Format-Pg/ChangeLog | 7 ++++++-
.../DateTime-Format-Pg-0.160.50.ebuild | 4 ++--
.../DateTime-Format-Pg-0.160.60.ebuild | 4 ++--
.../DateTime-Format-Pg-0.160.70.ebuild | 4 ++--
4 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/dev-perl/DateTime-Format-Pg/ChangeLog b/dev-perl/DateTime-Format-Pg/ChangeLog
index 8d91403..f70fa2e 100644
--- a/dev-perl/DateTime-Format-Pg/ChangeLog
+++ b/dev-perl/DateTime-Format-Pg/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/DateTime-Format-Pg
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ DateTime-Format-Pg-0.160.50.ebuild, DateTime-Format-Pg-0.160.60.ebuild,
+ DateTime-Format-Pg-0.160.70.ebuild:
+ Fix dependency on DateTime-TimeZone ( normalize )
+
*DateTime-Format-Pg-0.160.70 (08 Dec 2011)
08 Dec 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
index 49cca58..f3ef11d 100644
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -17,7 +17,7 @@ IUSE="test"
RDEPEND="
>=dev-perl/DateTime-0.10
>=dev-perl/DateTime-Format-Builder-0.72
- >=dev-perl/DateTime-TimeZone-0.05
+ >=dev-perl/DateTime-TimeZone-0.50.0
"
DEPEND="${RDEPEND}
test? (
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.60.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.60.ebuild
index e527d8f..78614c6 100644
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.60.ebuild
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.60.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -17,7 +17,7 @@ IUSE="test"
RDEPEND="
>=dev-perl/DateTime-0.10
>=dev-perl/DateTime-Format-Builder-0.72
- >=dev-perl/DateTime-TimeZone-0.05
+ >=dev-perl/DateTime-TimeZone-0.50.0
"
DEPEND="${RDEPEND}
test? (
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
index e3f46e9..dd74af2 100644
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -27,7 +27,7 @@ perl_meta_runtime() {
# DateTime::Format::Builder 0.72 ( 0.720.0 )
echo \>=dev-perl/DateTime-Format-Builder-0.720.0
# DateTime::TimeZone 0.05 ( 0.50.0 )
- echo \>=dev-perl/DateTime-TimeZone-0.05
+ echo \>=dev-perl/DateTime-TimeZone-0.50.0
}
DEPEND="
$(perl_meta_configure)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Pg/
@ 2013-02-08 10:36 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-02-08 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 47ab4cdbd9cf7d00d5caadc60e865453beff6a02
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 18:24:26 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 7 18:24:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=47ab4cdb
[newversion] DateTime-Format-Pg-0.160.80
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/DateTime-Format-Pg/ChangeLog | 6 ++++++
.../DateTime-Format-Pg-0.160.70.ebuild | 2 +-
...0.ebuild => DateTime-Format-Pg-0.160.80.ebuild} | 14 +++++++-------
3 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/dev-perl/DateTime-Format-Pg/ChangeLog b/dev-perl/DateTime-Format-Pg/ChangeLog
index f70fa2e..c778aa7 100644
--- a/dev-perl/DateTime-Format-Pg/ChangeLog
+++ b/dev-perl/DateTime-Format-Pg/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DateTime-Format-Pg-0.160.80 (07 Feb 2013)
+
+ 07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ DateTime-Format-Pg-0.160.70.ebuild, +DateTime-Format-Pg-0.160.80.ebuild:
+ Version Bump
+
07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
DateTime-Format-Pg-0.160.50.ebuild, DateTime-Format-Pg-0.160.60.ebuild,
DateTime-Format-Pg-0.160.70.ebuild:
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
index dd74af2..53473f9 100644
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
@@ -23,7 +23,7 @@ perl_meta_build() {
}
perl_meta_runtime() {
# DateTime 0.10 ( 0.100.0 )
- echo \>=dev-perl/DateTime-0.01
+ echo \>=dev-perl/DateTime-0.10
# DateTime::Format::Builder 0.72 ( 0.720.0 )
echo \>=dev-perl/DateTime-Format-Builder-0.720.0
# DateTime::TimeZone 0.05 ( 0.50.0 )
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.80.ebuild
similarity index 75%
copy from dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
copy to dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.80.ebuild
index dd74af2..47fcd02 100644
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.80.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=DMAKI
-MODULE_VERSION=0.16007
+MODULE_VERSION=0.16008
inherit perl-module
DESCRIPTION='Parse and format PostgreSQL dates and times'
@@ -12,18 +12,18 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
perl_meta_configure() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
}
perl_meta_build() {
- # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
# Test::More
echo virtual/perl-Test-Simple
}
perl_meta_runtime() {
# DateTime 0.10 ( 0.100.0 )
- echo \>=dev-perl/DateTime-0.01
+ echo \>=dev-perl/DateTime-0.10
# DateTime::Format::Builder 0.72 ( 0.720.0 )
echo \>=dev-perl/DateTime-Format-Builder-0.720.0
# DateTime::TimeZone 0.05 ( 0.50.0 )
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Pg/
@ 2011-12-08 9:30 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-12-08 9:30 UTC (permalink / raw
To: gentoo-commits
commit: d4c4bfa9e787d810b3e8c5f3be9618236cd61241
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Dec 8 08:52:08 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Dec 8 08:52:08 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d4c4bfa9
[newversion] DateTime-Format-Pg-0.160.70
(Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
dev-perl/DateTime-Format-Pg/ChangeLog | 6 +++
.../DateTime-Format-Pg-0.160.70.ebuild | 40 ++++++++++++++++++++
2 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/dev-perl/DateTime-Format-Pg/ChangeLog b/dev-perl/DateTime-Format-Pg/ChangeLog
index 51011dd..8d91403 100644
--- a/dev-perl/DateTime-Format-Pg/ChangeLog
+++ b/dev-perl/DateTime-Format-Pg/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DateTime-Format-Pg-0.160.70 (08 Dec 2011)
+
+ 08 Dec 2011; Kent Fredric <kentfredric@gmail.com>
+ +DateTime-Format-Pg-0.160.70.ebuild:
+ Version Bump
+
*DateTime-Format-Pg-0.160.60 (29 May 2011)
29 May 2011; Torsten Veller <tove@gentoo.org>
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
new file mode 100644
index 0000000..e3f46e9
--- /dev/null
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.70.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DMAKI
+MODULE_VERSION=0.16007
+inherit perl-module
+
+DESCRIPTION='Parse and format PostgreSQL dates and times'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # DateTime 0.10 ( 0.100.0 )
+ echo \>=dev-perl/DateTime-0.01
+ # DateTime::Format::Builder 0.72 ( 0.720.0 )
+ echo \>=dev-perl/DateTime-Format-Builder-0.720.0
+ # DateTime::TimeZone 0.05 ( 0.50.0 )
+ echo \>=dev-perl/DateTime-TimeZone-0.05
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Pg/
@ 2011-05-29 17:46 Torsten Veller
0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2011-05-29 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 694967d1a1b8cdddac7b6d5410dd4df9a8ddebfe
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 16:50:56 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun May 29 16:50:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=694967d1
[fix] dev-perl/DateTime-Format-Pg 0.16005 -> 0.160.50
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/DateTime-Format-Pg/ChangeLog | 9 ++++++-
...3.ebuild => DateTime-Format-Pg-0.160.50.ebuild} | 9 ++++---
.../DateTime-Format-Pg-0.16004.ebuild | 26 --------------------
.../DateTime-Format-Pg-0.16005.ebuild | 26 --------------------
4 files changed, 13 insertions(+), 57 deletions(-)
diff --git a/dev-perl/DateTime-Format-Pg/ChangeLog b/dev-perl/DateTime-Format-Pg/ChangeLog
index d97e108..707032b 100644
--- a/dev-perl/DateTime-Format-Pg/ChangeLog
+++ b/dev-perl/DateTime-Format-Pg/ChangeLog
@@ -1,7 +1,14 @@
# ChangeLog for dev-perl/DateTime-Format-Pg
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*DateTime-Format-Pg-0.160.50 (29 May 2011)
+
+ 29 May 2011; Torsten Veller <tove@gentoo.org>
+ +DateTime-Format-Pg-0.160.50.ebuild, -DateTime-Format-Pg-0.16003.ebuild,
+ -DateTime-Format-Pg-0.16004.ebuild, -DateTime-Format-Pg-0.16005.ebuild:
+ Change version scheme. Looks like a downgrade
+
*DateTime-Format-Pg-0.16005 (25 Jun 2010)
25 Jun 2010; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16003.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
similarity index 85%
rename from dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16003.ebuild
rename to dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
index b1d054d..49cca58 100644
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16003.ebuild
+++ b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.160.50.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+
EAPI=2
+
MODULE_AUTHOR=DMAKI
+MODULE_VERSION=0.16005
inherit perl-module
DESCRIPTION="Parse and format PostgreSQL dates and times"
-IUSE="test"
-
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
+IUSE="test"
RDEPEND="
>=dev-perl/DateTime-0.10
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16004.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16004.ebuild
deleted file mode 100644
index b1d054d..0000000
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16004.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=DMAKI
-inherit perl-module
-
-DESCRIPTION="Parse and format PostgreSQL dates and times"
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-perl/DateTime-0.10
- >=dev-perl/DateTime-Format-Builder-0.72
- >=dev-perl/DateTime-TimeZone-0.05
-"
-DEPEND="${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
diff --git a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16005.ebuild b/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16005.ebuild
deleted file mode 100644
index b1d054d..0000000
--- a/dev-perl/DateTime-Format-Pg/DateTime-Format-Pg-0.16005.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=DMAKI
-inherit perl-module
-
-DESCRIPTION="Parse and format PostgreSQL dates and times"
-
-IUSE="test"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-perl/DateTime-0.10
- >=dev-perl/DateTime-Format-Builder-0.72
- >=dev-perl/DateTime-TimeZone-0.05
-"
-DEPEND="${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- )
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-02-08 10:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-29 18:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-Pg/ Torsten Veller
-- strict thread matches above, loose matches on Subject: below --
2013-02-08 10:36 Kent Fredric
2013-02-08 10:36 Kent Fredric
2011-12-08 9:30 Kent Fredric
2011-05-29 17:46 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox