Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/sgibootcd: sgibootcd-0.12.ebuild ChangeLog
Date: Sun, 06 Feb 2011 22:22:00
Message-Id: 20110206222148.C4D6520054@flycatcher.gentoo.org
1 leio 11/02/06 22:21:48
2
3 Modified: sgibootcd-0.12.ebuild ChangeLog
4 Log:
5 Fix repoman QA warnings. Drop to ~mips, we don't have a stable tree at the moment
6
7 (Portage version: 2.1.9.35/cvs/Linux mips64)
8
9 Revision Changes Path
10 1.3 sys-boot/sgibootcd/sgibootcd-0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?r1=1.2&r2=1.3
15
16 Index: sgibootcd-0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sgibootcd-0.12.ebuild 15 Jul 2007 02:25:03 -0000 1.2
23 +++ sgibootcd-0.12.ebuild 6 Feb 2011 22:21:48 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2005 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.2 2007/07/15 02:25:03 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.3 2011/02/06 22:21:48 leio Exp $
30
31 inherit eutils toolchain-funcs
32
33 @@ -9,21 +9,20 @@
34 SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${P}.tar.bz2"
35 LICENSE="as-is"
36 SLOT="0"
37 -KEYWORDS="-* mips"
38 +KEYWORDS="-* ~mips"
39 IUSE=""
40 +RDEPEND=""
41 DEPEND=""
42 RESTRICT=""
43
44 src_compile() {
45 - cd ${S}
46 local mycc="$(tc-getCC) ${CFLAGS}"
47
48 - [ -f "${S}/sgibootcd" ] && rm -f ${S}/sgibootcd
49 + [ -f "${S}/sgibootcd" ] && rm -f "${S}"/sgibootcd
50 einfo "${mycc} sgibootcd.c -o sgibootcd"
51 ${mycc} sgibootcd.c -o sgibootcd
52 }
53
54 src_install() {
55 - cd ${S}
56 - dobin ${S}/sgibootcd
57 + dobin "${S}"/sgibootcd
58 }
59
60
61
62 1.3 sys-boot/sgibootcd/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?rev=1.3&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?rev=1.3&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?r1=1.2&r2=1.3
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v
71 retrieving revision 1.2
72 retrieving revision 1.3
73 diff -u -r1.2 -r1.3
74 --- ChangeLog 9 Feb 2007 05:53:46 -0000 1.2
75 +++ ChangeLog 6 Feb 2011 22:21:48 -0000 1.3
76 @@ -1,6 +1,10 @@
77 # ChangeLog for sys-boot/sgibootcd
78 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.2 2007/02/09 05:53:46 flameeyes Exp $
80 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.3 2011/02/06 22:21:48 leio Exp $
82 +
83 + 06 Feb 2011; Mart Raudsepp <leio@g.o> sgibootcd-0.12.ebuild:
84 + Fix repoman QA warnings. Drop to ~mips, we don't have a stable tree at the
85 + moment
86
87 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
88 Regenerate digest in Manifest2 format.