Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/lsiutil: lsiutil-1.60.ebuild ChangeLog
Date: Tue, 13 Jan 2009 12:02:30
Message-Id: E1LMhyV-0007pe-EZ@stork.gentoo.org
1 ssuominen 09/01/13 12:02:27
2
3 Modified: lsiutil-1.60.ebuild ChangeLog
4 Log:
5 Add missing DEPEND app-arch/unzip wrt #254809. Remove unnecessary quoting from assigment. Add missing dies from compile and dosbin.
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo i686)
7
8 Revision Changes Path
9 1.2 sys-block/lsiutil/lsiutil-1.60.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/lsiutil/lsiutil-1.60.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/lsiutil/lsiutil-1.60.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/lsiutil/lsiutil-1.60.ebuild?r1=1.1&r2=1.2
14
15 Index: lsiutil-1.60.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-block/lsiutil/lsiutil-1.60.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lsiutil-1.60.ebuild 11 Nov 2008 16:06:13 -0000 1.1
22 +++ lsiutil-1.60.ebuild 13 Jan 2009 12:02:27 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/lsiutil-1.60.ebuild,v 1.1 2008/11/11 16:06:13 wschlich Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/lsiutil-1.60.ebuild,v 1.2 2009/01/13 12:02:27 ssuominen Exp $
29
30 inherit toolchain-funcs
31
32 @@ -17,7 +17,10 @@
33
34 RESTRICT="strip mirror test"
35
36 -S="${WORKDIR}"
37 +RDEPEND=""
38 +DEPEND="app-arch/unzip"
39 +
40 +S=${WORKDIR}
41
42 src_unpack() {
43 unpack ${A}
44 @@ -27,10 +30,10 @@
45
46 src_compile() {
47 cd "${S}"/${PN}
48 - $(tc-getCC) ${CFLAGS} -o ${PN} ${PN}.c
49 + $(tc-getCC) ${CFLAGS} -o ${PN} ${PN}.c || die "emake failed."
50 }
51
52 src_install() {
53 - dosbin ${PN}/${PN}
54 + dosbin ${PN}/${PN} || die "dosbin failed."
55 dodoc "${S}"/*.txt
56 }
57
58
59
60 1.3 sys-block/lsiutil/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/lsiutil/ChangeLog?rev=1.3&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/lsiutil/ChangeLog?rev=1.3&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/lsiutil/ChangeLog?r1=1.2&r2=1.3
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-block/lsiutil/ChangeLog,v
69 retrieving revision 1.2
70 retrieving revision 1.3
71 diff -u -r1.2 -r1.3
72 --- ChangeLog 11 Nov 2008 16:06:13 -0000 1.2
73 +++ ChangeLog 13 Jan 2009 12:02:27 -0000 1.3
74 @@ -1,6 +1,10 @@
75 # ChangeLog for sys-block/lsiutil
76 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/ChangeLog,v 1.2 2008/11/11 16:06:13 wschlich Exp $
78 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/sys-block/lsiutil/ChangeLog,v 1.3 2009/01/13 12:02:27 ssuominen Exp $
80 +
81 + 13 Jan 2009; Samuli Suominen <ssuominen@g.o> lsiutil-1.60.ebuild:
82 + Add missing DEPEND app-arch/unzip wrt #254809. Remove unnecessary quoting
83 + from assigment. Add missing dies from compile and dosbin.
84
85 *lsiutil-1.60 (11 Nov 2008)