Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Module-Pluggable: ChangeLog Module-Pluggable-4.0.0.ebuild
Date: Wed, 02 May 2012 14:57:09
Message-Id: 20120502145659.3E5362004B@flycatcher.gentoo.org
1 tove 12/05/02 14:56:59
2
3 Modified: ChangeLog
4 Added: Module-Pluggable-4.0.0.ebuild
5 Log:
6 [bump] perl-core/Module-Pluggable-4.0.0
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 perl-core/Module-Pluggable/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Pluggable/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Pluggable/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Pluggable/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 20 May 2011 14:03:56 -0000 1.12
24 +++ ChangeLog 2 May 2012 14:56:59 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for perl-core/Module-Pluggable
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.12 2011/05/20 14:03:56 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.13 2012/05/02 14:56:59 tove Exp $
31 +
32 +*Module-Pluggable-4.0.0 (02 May 2012)
33 +
34 + 02 May 2012; Torsten Veller <tove@g.o> +Module-Pluggable-4.0.0.ebuild:
35 + Version bump
36
37 *Module-Pluggable-3.900.0 (20 May 2011)
38
39
40
41
42 1.1 perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Module-Pluggable-4.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-4.0.0.ebuild,v 1.1 2012/05/02 14:56:59 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=SIMONW
56 MODULE_VERSION=4.0
57 inherit perl-module
58
59 DESCRIPTION="automatically give your module the ability to have plugins"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
63 IUSE=""
64
65 RDEPEND="virtual/perl-File-Spec"
66 DEPEND="${RDEPEND}"
67
68 SRC_TEST="do"