Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Variable-Magic: ChangeLog Variable-Magic-0.37.ebuild
Date: Fri, 28 Aug 2009 20:16:02
Message-Id: E1Mg1Lb-0005OP-52@stork.gentoo.org
1 robbat2 09/08/25 19:06:23
2
3 Modified: ChangeLog
4 Added: Variable-Magic-0.37.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7 (Portage version: 2.2_rc38/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 dev-perl/Variable-Magic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -p -w -b -B -u -u -r1.14 -r1.15
22 --- ChangeLog 8 Jul 2009 08:14:44 -0000 1.14
23 +++ ChangeLog 25 Aug 2009 19:06:22 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Variable-Magic
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.14 2009/07/08 08:14:44 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.15 2009/08/25 19:06:22 robbat2 Exp $
29 +
30 +*Variable-Magic-0.37 (25 Aug 2009)
31 +
32 + 25 Aug 2009; Robin H. Johnson <robbat2@g.o>
33 + +Variable-Magic-0.37.ebuild:
34 + Version bump via perl-bump experimental tool.
35
36 *Variable-Magic-0.36 (08 Jul 2009)
37
38
39
40
41 1.1 dev-perl/Variable-Magic/Variable-Magic-0.37.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.37.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.37.ebuild?rev=1.1&content-type=text/plain
45
46 Index: Variable-Magic-0.37.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.37.ebuild,v 1.1 2009/08/25 19:06:22 robbat2 Exp $
51
52 EAPI=2
53
54 MODULE_AUTHOR=VPIT
55 inherit perl-module
56
57 DESCRIPTION="Associate user-defined magic to variables from Perl"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="test"
62
63 RDEPEND=""
64 DEPEND="${RDEPEND}
65 test? ( dev-perl/Test-Pod
66 dev-perl/Test-Pod-Coverage )"
67
68 SRC_TEST=do