Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/scons: ChangeLog scons-1.2.0-r1.ebuild
Date: Tue, 07 Apr 2009 18:54:14
Message-Id: E1LrGR2-0006ph-6V@stork.gentoo.org
1 klausman 09/04/07 18:54:12
2
3 Modified: ChangeLog scons-1.2.0-r1.ebuild
4 Log:
5 Stable on alpha, bug #264537
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.69 dev-util/scons/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?rev=1.69&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?rev=1.69&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?r1=1.68&r2=1.69
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
18 retrieving revision 1.68
19 retrieving revision 1.69
20 diff -u -r1.68 -r1.69
21 --- ChangeLog 5 Apr 2009 19:48:41 -0000 1.68
22 +++ ChangeLog 7 Apr 2009 18:54:12 -0000 1.69
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/scons
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.68 2009/04/05 19:48:41 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.69 2009/04/07 18:54:12 klausman Exp $
28 +
29 + 07 Apr 2009; Tobias Klausmann <klausman@g.o> scons-1.2.0-r1.ebuild:
30 + Stable on alpha, bug #264537
31
32 05 Apr 2009; Markus Meier <maekke@g.o> scons-1.2.0-r1.ebuild:
33 amd64/x86 stable, bug #264537
34
35
36
37 1.3 dev-util/scons/scons-1.2.0-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?r1=1.2&r2=1.3
42
43 Index: scons-1.2.0-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- scons-1.2.0-r1.ebuild 5 Apr 2009 19:48:41 -0000 1.2
50 +++ scons-1.2.0-r1.ebuild 7 Apr 2009 18:54:12 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v 1.2 2009/04/05 19:48:41 maekke Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v 1.3 2009/04/07 18:54:12 klausman Exp $
56
57 EAPI=2
58 inherit distutils
59 @@ -14,7 +14,7 @@
60
61 SLOT="0"
62 LICENSE="MIT"
63 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
64 +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
65 IUSE="doc"
66 DEPEND=">=dev-lang/python-2.5[threads]"
67 DOCS="RELEASE.txt CHANGES.txt"