Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@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 scons-1.2.0_p20091224.ebuild
Date: Mon, 08 Feb 2010 08:55:12
Message-Id: E1NePOg-0005OT-Qr@stork.gentoo.org
1 pva 10/02/08 08:55:10
2
3 Modified: ChangeLog scons-1.2.0-r1.ebuild
4 scons-1.2.0_p20091224.ebuild
5 Log:
6 Add inherit eutils for epatch.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.76 dev-util/scons/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 8 Jan 2010 07:47:30 -0000 1.75
23 +++ ChangeLog 8 Feb 2010 08:55:09 -0000 1.76
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-util/scons
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.75 2010/01/08 07:47:30 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.76 2010/02/08 08:55:09 pva Exp $
29 +
30 + 08 Feb 2010; Peter Volkov <pva@g.o> scons-1.2.0-r1.ebuild,
31 + scons-1.2.0_p20091224.ebuild:
32 + Add inherit eutils for epatch.
33
34 08 Jan 2010; Dirkjan Ochtman <djc@g.o>
35 scons-1.2.0_p20091224.ebuild:
36
37
38
39 1.8 dev-util/scons/scons-1.2.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild?r1=1.7&r2=1.8
44
45 Index: scons-1.2.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- scons-1.2.0-r1.ebuild 12 Apr 2009 18:07:35 -0000 1.7
52 +++ scons-1.2.0-r1.ebuild 8 Feb 2010 08:55:09 -0000 1.8
53 @@ -1,9 +1,9 @@
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-util/scons/scons-1.2.0-r1.ebuild,v 1.7 2009/04/12 18:07:35 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0-r1.ebuild,v 1.8 2010/02/08 08:55:09 pva Exp $
59
60 EAPI=2
61 -inherit distutils
62 +inherit eutils distutils
63
64 DESCRIPTION="Extensible Python-based build utility"
65 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
66
67
68
69 1.3 dev-util/scons/scons-1.2.0_p20091224.ebuild
70
71 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild?rev=1.3&view=markup
72 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild?rev=1.3&content-type=text/plain
73 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild?r1=1.2&r2=1.3
74
75 Index: scons-1.2.0_p20091224.ebuild
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild,v
78 retrieving revision 1.2
79 retrieving revision 1.3
80 diff -u -r1.2 -r1.3
81 --- scons-1.2.0_p20091224.ebuild 8 Jan 2010 07:47:30 -0000 1.2
82 +++ scons-1.2.0_p20091224.ebuild 8 Feb 2010 08:55:09 -0000 1.3
83 @@ -1,10 +1,10 @@
84 # Copyright 1999-2010 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild,v 1.2 2010/01/08 07:47:30 djc Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.2.0_p20091224.ebuild,v 1.3 2010/02/08 08:55:09 pva Exp $
88
89 EAPI=2
90
91 -inherit distutils
92 +inherit eutils distutils
93
94 MY_PV=${PV/_p/.d}