Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/scons: scons-2.0.1.ebuild ChangeLog
Date: Sun, 05 Feb 2012 01:42:53
Message-Id: 20120205014244.1183A2004B@flycatcher.gentoo.org
1 floppym 12/02/05 01:42:44
2
3 Modified: scons-2.0.1.ebuild ChangeLog
4 Log:
5 Inherit multilib.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-util/scons/scons-2.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild?r1=1.10&r2=1.11
15
16 Index: scons-2.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- scons-2.0.1.ebuild 21 Nov 2011 23:02:25 -0000 1.10
23 +++ scons-2.0.1.ebuild 5 Feb 2012 01:42:43 -0000 1.11
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild,v 1.10 2011/11/21 23:02:25 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.0.1.ebuild,v 1.11 2012/02/05 01:42:43 floppym Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2"
33 PYTHON_USE_WITH="threads"
34
35 -inherit distutils eutils
36 +inherit distutils eutils multilib
37
38 DESCRIPTION="Extensible Python-based build utility"
39 HOMEPAGE="http://www.scons.org/"
40
41
42
43 1.106 dev-util/scons/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.106&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?rev=1.106&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/scons/ChangeLog?r1=1.105&r2=1.106
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
52 retrieving revision 1.105
53 retrieving revision 1.106
54 diff -u -r1.105 -r1.106
55 --- ChangeLog 4 Feb 2012 13:15:35 -0000 1.105
56 +++ ChangeLog 5 Feb 2012 01:42:43 -0000 1.106
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-util/scons
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.105 2012/02/04 13:15:35 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.106 2012/02/05 01:42:43 floppym Exp $
62 +
63 + 05 Feb 2012; Mike Gilbert <floppym@g.o> scons-2.0.1.ebuild:
64 + Inherit multilib.
65
66 04 Feb 2012; Agostino Sarubbo <ago@g.o> scons-2.1.0.ebuild:
67 Stable for amd64, wrt bug #401831