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/Config-MVP/
Date: Thu, 23 Aug 2012 12:37:28
Message-Id: 1345709221.b94fe105fe02f169cd9493973baf699afb811fe8.kent@gentoo
1 commit: b94fe105fe02f169cd9493973baf699afb811fe8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 08:07:01 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 08:07:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b94fe105
7
8 [cpanclean] Config-MVP-2.101.650
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Config-MVP/ChangeLog | 4 +++
14 dev-perl/Config-MVP/Config-MVP-2.101.650.ebuild | 31 -----------------------
15 2 files changed, 4 insertions(+), 31 deletions(-)
16
17 diff --git a/dev-perl/Config-MVP/ChangeLog b/dev-perl/Config-MVP/ChangeLog
18 index 8d7c611..b742240 100644
19 --- a/dev-perl/Config-MVP/ChangeLog
20 +++ b/dev-perl/Config-MVP/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
26 + -Config-MVP-2.101.650.ebuild:
27 + Gone on CPAN
28 +
29 *Config-MVP-2.200.2 (27 Mar 2012)
30
31 27 Mar 2012; Kent Fredric <kentfredric@×××××.com> +Config-MVP-2.200.2.ebuild:
32
33 diff --git a/dev-perl/Config-MVP/Config-MVP-2.101.650.ebuild b/dev-perl/Config-MVP/Config-MVP-2.101.650.ebuild
34 deleted file mode 100644
35 index 1b0631e..0000000
36 --- a/dev-perl/Config-MVP/Config-MVP-2.101.650.ebuild
37 +++ /dev/null
38 @@ -1,31 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=2
43 -MODULE_AUTHOR=RJBS
44 -MODULE_VERSION=2.101650
45 -inherit perl-module
46 -
47 -DESCRIPTION="multivalue-property package-oriented configuration"
48 -LICENSE="|| ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -COMMON_DEPEND="
53 - dev-perl/Tie-IxHash
54 - >=dev-perl/Moose-0.91
55 - dev-perl/Params-Util
56 - virtual/perl-Module-Pluggable
57 - >=virtual/perl-Test-Simple-0.88
58 - virtual/perl-File-Spec
59 - dev-perl/Try-Tiny
60 -"
61 -DEPEND="
62 - >=virtual/perl-ExtUtils-MakeMaker-6.56
63 - !dev-perl/Config-INI-MVP
64 - ${COMMON_DEPEND}
65 -"
66 -RDEPEND="
67 - ${COMMON_DEPEND}
68 -"
69 -SRC_TEST="do"