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: Variable-Magic-0.28.ebuild ChangeLog
Date: Mon, 26 Jan 2009 07:48:54
Message-Id: E1LRMD9-0004C0-Rr@stork.gentoo.org
1 tove 09/01/26 07:48:47
2
3 Modified: ChangeLog
4 Added: Variable-Magic-0.28.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 dev-perl/Variable-Magic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 19 Jan 2009 09:47:45 -0000 1.2
23 +++ ChangeLog 26 Jan 2009 07:48:47 -0000 1.3
24 @@ -1,6 +1,11 @@
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.2 2009/01/19 09:47:45 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/ChangeLog,v 1.3 2009/01/26 07:48:47 tove Exp $
29 +
30 +*Variable-Magic-0.28 (26 Jan 2009)
31 +
32 + 26 Jan 2009; Torsten Veller <tove@g.o> +Variable-Magic-0.28.ebuild:
33 + Version bump
34
35 *Variable-Magic-0.27 (19 Jan 2009)
36
37
38
39
40 1.1 dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Variable-Magic-0.28.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Variable-Magic/Variable-Magic-0.28.ebuild,v 1.1 2009/01/26 07:48:47 tove Exp $
50
51 MODULE_AUTHOR=VPIT
52 inherit perl-module
53
54 DESCRIPTION="Associate user-defined magic to variables from Perl"
55
56 SLOT="0"
57 LICENSE="|| ( Artistic GPL-2 )"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="test"
60
61 RDEPEND="dev-lang/perl"
62 DEPEND="${RDEPEND}
63 test? ( dev-perl/Test-Pod
64 dev-perl/Test-Pod-Coverage )"
65
66 SRC_TEST=do