public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-Format/
@ 2012-10-28 14:02 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-10-28 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     097dfca3c2e5fbc147a8ca8a42dfc43d8ba74eb1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 13:46:28 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 13:46:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=097dfca3

[newversion] ( keyword masked ) Time-Format-1.120.0 : Fails tests, needs LICENSE reviewed

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

---
 dev-perl/Time-Format/ChangeLog                  |    7 +++++
 dev-perl/Time-Format/Time-Format-1.120.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Time-Format/ChangeLog b/dev-perl/Time-Format/ChangeLog
index e6493a2..296832d 100644
--- a/dev-perl/Time-Format/ChangeLog
+++ b/dev-perl/Time-Format/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Time-Format-1.120.0 (28 Oct 2012)
+
+  28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+  +Time-Format-1.120.0.ebuild:
+  Version Bump. Keyword masked as tests are broken and I need to contact author
+  about their licensing terms
+
 *Time-Format-1.110.0 (28 Oct 2012)
 
   28 Oct 2012; Kent Fredric <kentfredric@gmail.com> -Time-Format-1.11.ebuild,

diff --git a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild b/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
new file mode 100644
index 0000000..0d103ed
--- /dev/null
+++ b/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ROODE
+MODULE_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION='Easy-to-use date/time formatting.'
+LICENSE="as-is" # TODO Update
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.4 ( 0.400.0 )
+	echo \>=virtual/perl-Module-Build-0.400.0
+}
+perl_meta_build() {
+	# Test::Simple 0.40 ( 0.400.0 )
+	echo \>=virtual/perl-Test-Simple-0.400.0
+}
+perl_meta_runtime() {
+	# Time::Local 1.07 ( 1.70.0 )
+	echo \>=virtual/perl-Time-Local-1.07
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="broken"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-Format/
@ 2012-10-28 14:02 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2012-10-28 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     120488291a7dfb25f896c41365a76013c72fa6ef
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 12:00:29 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 12:00:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=12048829

[migrate] Time-Format to x.y.z

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

---
 dev-perl/Time-Format/ChangeLog                     |    8 +++++++-
 ...rmat-1.11.ebuild => Time-Format-1.110.0.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Time-Format/ChangeLog b/dev-perl/Time-Format/ChangeLog
index 9d9e114..e6493a2 100644
--- a/dev-perl/Time-Format/ChangeLog
+++ b/dev-perl/Time-Format/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Time-Format
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Time-Format-1.110.0 (28 Oct 2012)
+
+  28 Oct 2012; Kent Fredric <kentfredric@gmail.com> -Time-Format-1.11.ebuild,
+  +Time-Format-1.110.0.ebuild:
+  migrate to x.y.z
+
 *Time-Format-1.11 (24 Mar 2010)
 
   24 Mar 2010; Torsten Veller <tove@gentoo.org> +Time-Format-1.11.ebuild,

diff --git a/dev-perl/Time-Format/Time-Format-1.11.ebuild b/dev-perl/Time-Format/Time-Format-1.110.0.ebuild
similarity index 84%
rename from dev-perl/Time-Format/Time-Format-1.11.ebuild
rename to dev-perl/Time-Format/Time-Format-1.110.0.ebuild
index fd763e9..43ed411 100644
--- a/dev-perl/Time-Format/Time-Format-1.11.ebuild
+++ b/dev-perl/Time-Format/Time-Format-1.110.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 
 MODULE_AUTHOR=ROODE
+MODULE_VERSION="1.11"
 inherit perl-module
 
 DESCRIPTION="Easy-to-use date/time formatting"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-Format/
@ 2014-12-07  0:33 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2014-12-07  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f8240b495a26b33431ce3bd53373d22eaa97036d
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  6 21:42:30 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Dec  6 21:42:30 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f8240b49

[cleanup] dev-perl/Time-Format moved to main tree

---
 dev-perl/Time-Format/Time-Format-1.110.0.ebuild | 24 ---------------
 dev-perl/Time-Format/Time-Format-1.120.0.ebuild | 39 -------------------------
 dev-perl/Time-Format/metadata.xml               |  9 ------
 3 files changed, 72 deletions(-)

diff --git a/dev-perl/Time-Format/Time-Format-1.110.0.ebuild b/dev-perl/Time-Format/Time-Format-1.110.0.ebuild
deleted file mode 100644
index 9d2bc65..0000000
--- a/dev-perl/Time-Format/Time-Format-1.110.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=ROODE
-MODULE_VERSION="1.11"
-inherit perl-module
-
-DESCRIPTION="Easy-to-use date/time formatting"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Time-Local
-	     <dev-perl/DateManip-6.0.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build"
-
-SRC_TEST=do

diff --git a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild b/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
deleted file mode 100644
index 8dbcde5..0000000
--- a/dev-perl/Time-Format/Time-Format-1.120.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ROODE
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION='Easy-to-use date/time formatting.'
-LICENSE="as-is" # TODO Update
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-gentoo_datemanip_fix() {
-	echo '<dev-perl/DateManip-6.0.0'
-}
-perl_meta_configure() {
-	# Module::Build 0.4 ( 0.400.0 )
-	echo \>=virtual/perl-Module-Build-0.400.0
-}
-perl_meta_build() {
-	# Test::Simple 0.40 ( 0.400.0 )
-	echo \>=virtual/perl-Test-Simple-0.400.0
-}
-perl_meta_runtime() {
-	# Time::Local 1.07 ( 1.70.0 )
-	echo \>=virtual/perl-Time-Local-1.07
-}
-DEPEND="
-	$(gentoo_datemanip_fix)
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(gentoo_datemanip_fix)
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Time-Format/metadata.xml b/dev-perl/Time-Format/metadata.xml
deleted file mode 100644
index d68274e..0000000
--- a/dev-perl/Time-Format/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>
-        <upstream>
-                <remote-id type="cpan">Time-Format</remote-id>
-                <remote-id type="cpan-module">Time::Format</remote-id>
-        </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2014-12-07  0:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-07  0:33 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Time-Format/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-10-28 14:02 Kent Fredric
2012-10-28 14:02 Kent Fredric

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