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

commit:     ded68967ce639bd3a12f3b3dbc3e4d0788780164
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 16:20:24 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 16:20:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ded68967

[migrate] DateTime-Format-MySQL to X.y.z

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/DateTime-Format-MySQL/ChangeLog           |   10 ++++++++++
 ....ebuild => DateTime-Format-MySQL-0.40.0.ebuild} |    3 ++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/dev-perl/DateTime-Format-MySQL/ChangeLog b/dev-perl/DateTime-Format-MySQL/ChangeLog
new file mode 100644
index 0000000..d1acf5e
--- /dev/null
+++ b/dev-perl/DateTime-Format-MySQL/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/DateTime-Format-MySQL
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*DateTime-Format-MySQL-0.40.0 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -DateTime-Format-MySQL-0.04.ebuild, +DateTime-Format-MySQL-0.40.0.ebuild:
+  Migrate to x.y.z
+

diff --git a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.04.ebuild b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
similarity index 86%
rename from dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.04.ebuild
rename to dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
index c20198b..8829f77 100644
--- a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.04.ebuild
+++ b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 MODULE_AUTHOR=DROLSKY
+MODULE_VERSION="0.04"
 inherit perl-module
 
 DESCRIPTION="Parse and format MySQL dates and times"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-MySQL/
@ 2014-08-28 13:56 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-28 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     cb222637f149dfae3ac0c74c2273a2200ff04e58
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 12:54:54 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 13:53:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb222637

[fixup] dev-perl/DateTime-Format-MySQL EAPI5, depfixes

Package-Manager: portage-2.2.10

---
 dev-perl/DateTime-Format-MySQL/ChangeLog                         | 9 ++++++++-
 ...ySQL-0.40.0.ebuild => DateTime-Format-MySQL-0.40.0-r1.ebuild} | 6 +++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/dev-perl/DateTime-Format-MySQL/ChangeLog b/dev-perl/DateTime-Format-MySQL/ChangeLog
index d1acf5e..d4af378 100644
--- a/dev-perl/DateTime-Format-MySQL/ChangeLog
+++ b/dev-perl/DateTime-Format-MySQL/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/DateTime-Format-MySQL
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*DateTime-Format-MySQL-0.40.0-r1 (28 Aug 2014)
+
+  28 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -DateTime-Format-MySQL-0.40.0.ebuild,
+  +DateTime-Format-MySQL-0.40.0-r1.ebuild:
+  EAPI5, depfixes
+
 *DateTime-Format-MySQL-0.40.0 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild
similarity index 79%
rename from dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
rename to dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild
index 8829f77..6e01e8c 100644
--- a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
+++ b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 MODULE_AUTHOR=DROLSKY
 MODULE_VERSION="0.04"
 inherit perl-module
@@ -15,7 +15,7 @@ IUSE=""
 
 RDEPEND="
 	dev-perl/DateTime
-	>=dev-perl/DateTime-Format-Builder-0.60
+	>=dev-perl/DateTime-Format-Builder-0.600.0
 "
 DEPEND="${RDEPEND}
 	virtual/perl-Module-Build"


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

end of thread, other threads:[~2014-08-28 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 13:56 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-MySQL/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-27 16:54 Kent Fredric

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