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/Crypt-MySQL/
Date: Sat, 11 Feb 2012 13:46:42
Message-Id: 0f8924f57175262dffb2f4f4e90139dbb303cb4b.kent@gentoo
1 commit: 0f8924f57175262dffb2f4f4e90139dbb303cb4b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 11 12:21:27 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 11 12:21:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0f8924f5
7
8 [migrate] Crypt-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/Crypt-MySQL/ChangeLog | 8 +++++++-
14 ...MySQL-0.04.ebuild => Crypt-MySQL-0.40.0.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Crypt-MySQL/ChangeLog b/dev-perl/Crypt-MySQL/ChangeLog
18 index 5aff8aa..799ddd4 100644
19 --- a/dev-perl/Crypt-MySQL/ChangeLog
20 +++ b/dev-perl/Crypt-MySQL/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Crypt-MySQL
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Crypt-MySQL-0.40.0 (11 Feb 2012)
28 +
29 + 11 Feb 2012; Kent Fredric <kentfredric@×××××.com> -Crypt-MySQL-0.04.ebuild,
30 + +Crypt-MySQL-0.40.0.ebuild:
31 + Migrate to x.y.z
32 +
33 09 Aug 2010; Michele Beltrame <m@××××××××××.info> Crypt-MySQL-0.04.ebuild:
34 Use M::B
35
36
37 diff --git a/dev-perl/Crypt-MySQL/Crypt-MySQL-0.04.ebuild b/dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0.ebuild
38 similarity index 87%
39 rename from dev-perl/Crypt-MySQL/Crypt-MySQL-0.04.ebuild
40 rename to dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0.ebuild
41 index c2610ca..5868c83 100644
42 --- a/dev-perl/Crypt-MySQL/Crypt-MySQL-0.04.ebuild
43 +++ b/dev-perl/Crypt-MySQL/Crypt-MySQL-0.40.0.ebuild
44 @@ -1,8 +1,9 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2012 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49 EAPI=2
50 MODULE_AUTHOR=IKEBE
51 +MODULE_VERSION="0.04"
52 inherit perl-module
53
54 DESCRIPTION="emulate MySQL PASSWORD() function"