Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/vgabios: vgabios-0.7a.ebuild ChangeLog vgabios-0.6c.ebuild
Date: Sun, 29 Jan 2012 21:54:09
Message-Id: 20120129215359.829762004B@flycatcher.gentoo.org
1 cardoe 12/01/29 21:53:59
2
3 Modified: vgabios-0.7a.ebuild ChangeLog vgabios-0.6c.ebuild
4 Log:
5 Call emake clean at the start of the compile phase to get rid of the prebuilt pieces. bug #400731
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sys-apps/vgabios/vgabios-0.7a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild?r1=1.5&r2=1.6
15
16 Index: vgabios-0.7a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- vgabios-0.7a.ebuild 25 Jan 2012 08:16:41 -0000 1.5
23 +++ vgabios-0.7a.ebuild 29 Jan 2012 21:53:59 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.5 2012/01/25 08:16:41 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.7a.ebuild,v 1.6 2012/01/29 21:53:59 cardoe Exp $
29
30 # Can't really call them backports when they're fixes that upstream
31 # won't carry
32 @@ -35,6 +35,7 @@
33 }
34
35 src_compile() {
36 + emake clean # Necessary to clean up the pre-built pieces
37 emake biossums
38 emake
39 }
40
41
42
43 1.7 sys-apps/vgabios/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/ChangeLog?r1=1.6&r2=1.7
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ChangeLog 25 Jan 2012 08:16:41 -0000 1.6
56 +++ ChangeLog 29 Jan 2012 21:53:59 -0000 1.7
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-apps/vgabios
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.6 2012/01/25 08:16:41 cardoe Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/ChangeLog,v 1.7 2012/01/29 21:53:59 cardoe Exp $
62 +
63 + 29 Jan 2012; Doug Goldstein <cardoe@g.o> vgabios-0.6c.ebuild,
64 + vgabios-0.7a.ebuild:
65 + Call emake clean at the start of the compile phase to get rid of the prebuilt
66 + pieces. bug #400731
67
68 25 Jan 2012; Doug Goldstein <cardoe@g.o> vgabios-0.7a.ebuild:
69 0.7a should still be masked
70
71
72
73 1.7 sys-apps/vgabios/vgabios-0.6c.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild?rev=1.7&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild?rev=1.7&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild?r1=1.6&r2=1.7
78
79 Index: vgabios-0.6c.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild,v
82 retrieving revision 1.6
83 retrieving revision 1.7
84 diff -u -r1.6 -r1.7
85 --- vgabios-0.6c.ebuild 25 Jan 2012 08:12:31 -0000 1.6
86 +++ vgabios-0.6c.ebuild 29 Jan 2012 21:53:59 -0000 1.7
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild,v 1.6 2012/01/25 08:12:31 cardoe Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vgabios/vgabios-0.6c.ebuild,v 1.7 2012/01/29 21:53:59 cardoe Exp $
92
93 # Can't really call them backports when they're fixes that upstream
94 # won't carry
95 @@ -34,6 +34,7 @@
96 }
97
98 src_compile() {
99 + emake clean # Necessary to clean up the pre-built pieces
100 emake biossums
101 emake
102 }