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/IO-LockedFile: ChangeLog IO-LockedFile-0.23.ebuild
Date: Wed, 29 Apr 2009 14:50:25
Message-Id: E1LzB76-0001Sp-VL@stork.gentoo.org
1 tove 09/04/29 14:50:20
2
3 Modified: ChangeLog IO-LockedFile-0.23.ebuild
4 Log:
5 Stable on x86 (#267874). EAPI=2 and run tests
6 (Portage version: 2.2_rc31/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 dev-perl/IO-LockedFile/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 17 Sep 2008 11:23:10 -0000 1.2
22 +++ ChangeLog 29 Apr 2009 14:50:20 -0000 1.3
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/IO-LockedFile
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.2 2008/09/17 11:23:10 coldwind Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/ChangeLog,v 1.3 2009/04/29 14:50:20 tove Exp $
29 +
30 + 29 Apr 2009; Torsten Veller <tove@g.o> IO-LockedFile-0.23.ebuild:
31 + Stable on x86 (#267874). EAPI=2 and run tests
32
33 17 Sep 2008; Santiago M. Mola <coldwind@g.o>
34 IO-LockedFile-0.23.ebuild:
35
36
37
38 1.3 dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild?r1=1.2&r2=1.3
43
44 Index: IO-LockedFile-0.23.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- IO-LockedFile-0.23.ebuild 17 Sep 2008 11:23:10 -0000 1.2
51 +++ IO-LockedFile-0.23.ebuild 29 Apr 2009 14:50:20 -0000 1.3
52 @@ -1,15 +1,16 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild,v 1.2 2008/09/17 11:23:10 coldwind Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-LockedFile/IO-LockedFile-0.23.ebuild,v 1.3 2009/04/29 14:50:20 tove Exp $
58 +
59 +EAPI=2
60
61 MODULE_AUTHOR=RANI
62 inherit perl-module
63
64 DESCRIPTION="Supply object methods for locking files"
65
66 -LICENSE="|| ( Artistic GPL-2 )"
67 SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 +KEYWORDS="~amd64 x86"
70 IUSE=""
71
72 -DEPEND="dev-lang/perl"
73 +SRC_TEST=do