Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: ChangeLog Variable-Magic-0.480.0.ebuild
Date: Sun, 19 Feb 2012 11:44:47
Message-Id: 20120219114438.AEF272004B@flycatcher.gentoo.org
1 tove 12/02/19 11:44:38
2
3 Modified: ChangeLog
4 Added: Variable-Magic-0.480.0.ebuild
5 Log:
6 [bump] dev-perl/Variable-Magic-0.480.0
7
8 (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.41 dev-perl/Variable-Magic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 29 Oct 2011 18:23:55 -0000 1.40
24 +++ ChangeLog 19 Feb 2012 11:44:38 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/Variable-Magic
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.40 2011/10/29 18:23:55 tove Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.41 2012/02/19 11:44:38 tove Exp $
31 +
32 +*Variable-Magic-0.480.0 (19 Feb 2012)
33 +
34 + 19 Feb 2012; Torsten Veller <tove@g.o> +Variable-Magic-0.480.0.ebuild:
35 + Version bump
36
37 *Variable-Magic-0.470.0 (29 Oct 2011)
38
39
40
41
42 1.1 dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Variable-Magic-0.480.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/dev-perl/Variable-Magic/Variable-Magic-0.480.0.ebuild,v 1.1 2012/02/19 11:44:38 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=VPIT
56 MODULE_VERSION=0.48
57 inherit perl-module
58
59 DESCRIPTION="Associate user-defined magic to variables from Perl"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x64-macos"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}
67 test? ( dev-perl/Test-Pod
68 dev-perl/Test-Pod-Coverage )"
69
70 SRC_TEST=do