Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-MetaNoIndex/
Date: Sun, 29 May 2011 17:48:08
Message-Id: 6dacf2b6eee23a99cfa4b5c3cc175047fedc3c29.tove@gentoo
1 commit: 6dacf2b6eee23a99cfa4b5c3cc175047fedc3c29
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 17:01:12 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 17:01:12 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6dacf2b6
7
8 [fix] dev-perl/Dist-Zilla-Plugin-MetaNoIndex 1.101550 -> 1.101.550
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-MetaNoIndex/ChangeLog | 7 +++++++
14 ...Dist-Zilla-Plugin-MetaNoIndex-1.101.550.ebuild} | 6 +++++-
15 2 files changed, 12 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/ChangeLog b/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/ChangeLog
18 index 100cb30..172653f 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/ChangeLog
21 @@ -2,6 +2,13 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-MetaNoIndex-1.101.550 (29 May 2011)
26 +
27 + 29 May 2011; Torsten Veller <tove@g.o>
28 + +Dist-Zilla-Plugin-MetaNoIndex-1.101.550.ebuild,
29 + -Dist-Zilla-Plugin-MetaNoIndex-1.101550.ebuild:
30 + Change version scheme. Looks like a downgrade
31 +
32 30 Jan 2011; Kent Fredric <kentfredric@×××××.com>
33 Dist-Zilla-Plugin-MetaNoIndex-1.101550.ebuild:
34 Fix dependency on Dist::Zilla
35
36 diff --git a/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/Dist-Zilla-Plugin-MetaNoIndex-1.101550.ebuild b/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/Dist-Zilla-Plugin-MetaNoIndex-1.101.550.ebuild
37 similarity index 95%
38 rename from dev-perl/Dist-Zilla-Plugin-MetaNoIndex/Dist-Zilla-Plugin-MetaNoIndex-1.101550.ebuild
39 rename to dev-perl/Dist-Zilla-Plugin-MetaNoIndex/Dist-Zilla-Plugin-MetaNoIndex-1.101.550.ebuild
40 index 294af35..6c68e7e 100644
41 --- a/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/Dist-Zilla-Plugin-MetaNoIndex-1.101550.ebuild
42 +++ b/dev-perl/Dist-Zilla-Plugin-MetaNoIndex/Dist-Zilla-Plugin-MetaNoIndex-1.101.550.ebuild
43 @@ -1,15 +1,19 @@
44 # Copyright 1999-2011 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47 +
48 EAPI=3
49 +
50 MODULE_AUTHOR=MJGARDNER
51 +MODULE_VERSION=1.101550
52 inherit perl-module
53
54 DESCRIPTION="Stop CPAN from indexing stuff"
55 -LICENSE="|| ( Artistic GPL-2 )"
56 +
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60 +
61 COMMON_DEPEND="
62 >=dev-perl/Dist-Zilla-4.101.550
63 dev-perl/Moose