Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Date-Calc: ChangeLog Date-Calc-6.3.ebuild
Date: Wed, 03 Feb 2010 11:30:41
Message-Id: E1NcdRP-0000S8-Um@stork.gentoo.org
1 aballier 10/02/03 11:30:39
2
3 Modified: ChangeLog Date-Calc-6.3.ebuild
4 Log:
5 keyword ~x86-fbsd thanks to Johan Hattne <johan.hattne@××××××××××××××.edu>, bug #303291
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.40 dev-perl/Date-Calc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?rev=1.40&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?rev=1.40&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/ChangeLog?r1=1.39&r2=1.40
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v
18 retrieving revision 1.39
19 retrieving revision 1.40
20 diff -u -r1.39 -r1.40
21 --- ChangeLog 24 Dec 2009 20:22:03 -0000 1.39
22 +++ ChangeLog 3 Feb 2010 11:30:39 -0000 1.40
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/Date-Calc
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.39 2009/12/24 20:22:03 tove Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/ChangeLog,v 1.40 2010/02/03 11:30:39 aballier Exp $
29 +
30 + 03 Feb 2010; Alexis Ballier <aballier@g.o> Date-Calc-6.3.ebuild:
31 + keyword ~x86-fbsd thanks to Johan Hattne
32 + <johan.hattne@××××××××××××××.edu>, bug #303291
33
34 24 Dec 2009; Torsten Veller <tove@g.o> -Date-Calc-5.8.ebuild,
35 -Date-Calc-6.0.ebuild:
36
37
38
39 1.2 dev-perl/Date-Calc/Date-Calc-6.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/Date-Calc-6.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/Date-Calc-6.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Date-Calc/Date-Calc-6.3.ebuild?r1=1.1&r2=1.2
44
45 Index: Date-Calc-6.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/Date-Calc-6.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- Date-Calc-6.3.ebuild 10 Nov 2009 10:00:53 -0000 1.1
52 +++ Date-Calc-6.3.ebuild 3 Feb 2010 11:30:39 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/Date-Calc-6.3.ebuild,v 1.1 2009/11/10 10:00:53 robbat2 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Calc/Date-Calc-6.3.ebuild,v 1.2 2010/02/03 11:30:39 aballier Exp $
59
60 EAPI=2
61
62 @@ -11,7 +11,7 @@
63
64 LICENSE="${LICENSE} LGPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
67 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
68 IUSE=""
69
70 DEPEND=">=dev-perl/Bit-Vector-6.6