Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: Variable-Magic-0.530.0.ebuild ChangeLog
Date: Tue, 03 Sep 2013 02:53:43
Message-Id: 20130903025337.301D62004E@flycatcher.gentoo.org
1 patrick 13/09/03 02:53:37
2
3 Modified: ChangeLog
4 Added: Variable-Magic-0.530.0.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.61 dev-perl/Variable-Magic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 19 Aug 2013 13:58:22 -0000 1.60
24 +++ ChangeLog 3 Sep 2013 02:53:36 -0000 1.61
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Variable-Magic
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.60 2013/08/19 13:58:22 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.61 2013/09/03 02:53:36 patrick Exp $
30 +
31 +*Variable-Magic-0.530.0 (03 Sep 2013)
32 +
33 + 03 Sep 2013; Patrick Lauer <patrick@g.o>
34 + +Variable-Magic-0.530.0.ebuild:
35 + Bump
36
37 19 Aug 2013; Agostino Sarubbo <ago@g.o> Variable-Magic-0.520.0.ebuild:
38 Stable for ppc, wrt bug #449624
39
40
41
42 1.1 dev-perl/Variable-Magic/Variable-Magic-0.530.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.530.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.530.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Variable-Magic-0.530.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 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.530.0.ebuild,v 1.1 2013/09/03 02:53:36 patrick Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=VPIT
56 MODULE_VERSION=0.53
57 inherit perl-module
58
59 DESCRIPTION="Associate user-defined magic to variables from Perl"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix ~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