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/Mojolicious-Plugin-Authentication/
Date: Tue, 28 Feb 2012 10:03:56
Message-Id: 1330417611.0b4a710a60cbfea7158a692cfe349f5db0fe3029.kent@gentoo
1 commit: 0b4a710a60cbfea7158a692cfe349f5db0fe3029
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 08:26:51 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 08:26:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0b4a710a
7
8 [fixversion] Mojolicious-Plugin-Authentication-1.20.ebuild -> Mojolicious-Plugin-Authentication-1.200.0.ebuild
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Mojolicious-Plugin-Authentication/ChangeLog | 7 +++++++
14 ...jolicious-Plugin-Authentication-1.200.0.ebuild} | 2 +-
15 2 files changed, 8 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
18 index 478f8ce..6c4e47d 100644
19 --- a/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
20 +++ b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
21 @@ -2,6 +2,13 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Mojolicious-Plugin-Authentication-1.200.0 (28 Feb 2012)
26 +
27 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + -Mojolicious-Plugin-Authentication-1.20.ebuild,
29 + +Mojolicious-Plugin-Authentication-1.200.0.ebuild:
30 + Migrate properly -_-
31 +
32 *Mojolicious-Plugin-Authentication-1.20 (11 Jan 2012)
33
34 11 Jan 2012; Michele Beltrame <m@××××××××××.info>
35
36 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
37 similarity index 94%
38 rename from dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild
39 rename to dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
40 index cca0be0..226a320 100644
41 --- a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild
42 +++ b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.200.0.ebuild
43 @@ -3,7 +3,7 @@
44 # $Header: $
45 EAPI=4
46 MODULE_AUTHOR=MADCAT
47 -MODULE_VERSION=1.20
48 +MODULE_VERSION="1.20"
49 inherit perl-module
50
51 DESCRIPTION='A plugin to make authentication a bit easier'