Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DateTime-Format-MySQL/
Date: Mon, 27 Feb 2012 16:54:55
Message-Id: 1330359624.ded68967ce639bd3a12f3b3dbc3e4d0788780164.kent@gentoo
1 commit: ded68967ce639bd3a12f3b3dbc3e4d0788780164
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 16:20:24 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 16:20:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ded68967
7
8 [migrate] DateTime-Format-MySQL to X.y.z
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/DateTime-Format-MySQL/ChangeLog | 10 ++++++++++
14 ....ebuild => DateTime-Format-MySQL-0.40.0.ebuild} | 3 ++-
15 2 files changed, 12 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/DateTime-Format-MySQL/ChangeLog b/dev-perl/DateTime-Format-MySQL/ChangeLog
18 new file mode 100644
19 index 0000000..d1acf5e
20 --- /dev/null
21 +++ b/dev-perl/DateTime-Format-MySQL/ChangeLog
22 @@ -0,0 +1,10 @@
23 +# ChangeLog for dev-perl/DateTime-Format-MySQL
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 +*DateTime-Format-MySQL-0.40.0 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + -DateTime-Format-MySQL-0.04.ebuild, +DateTime-Format-MySQL-0.40.0.ebuild:
31 + Migrate to x.y.z
32 +
33
34 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
35 similarity index 86%
36 rename from dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.04.ebuild
37 rename to dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
38 index c20198b..8829f77 100644
39 --- a/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.04.ebuild
40 +++ b/dev-perl/DateTime-Format-MySQL/DateTime-Format-MySQL-0.40.0.ebuild
41 @@ -1,8 +1,9 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2012 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: $
46
47 MODULE_AUTHOR=DROLSKY
48 +MODULE_VERSION="0.04"
49 inherit perl-module
50
51 DESCRIPTION="Parse and format MySQL dates and times"