Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/lsscsi: lsscsi-0.21.ebuild ChangeLog
Date: Mon, 12 Jan 2009 19:27:40
Message-Id: E1LMSRh-0004UL-7h@stork.gentoo.org
1 vapier 09/01/12 19:27:33
2
3 Modified: lsscsi-0.21.ebuild ChangeLog
4 Log:
5 Use emake in src_install.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.2 sys-fs/lsscsi/lsscsi-0.21.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lsscsi/lsscsi-0.21.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lsscsi/lsscsi-0.21.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lsscsi/lsscsi-0.21.ebuild?r1=1.1&r2=1.2
14
15 Index: lsscsi-0.21.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.21.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lsscsi-0.21.ebuild 18 Nov 2008 02:12:18 -0000 1.1
22 +++ lsscsi-0.21.ebuild 12 Jan 2009 19:27:33 -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-fs/lsscsi/lsscsi-0.21.ebuild,v 1.1 2008/11/18 02:12:18 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.21.ebuild,v 1.2 2009/01/12 19:27:33 vapier Exp $
29
30 inherit toolchain-funcs
31
32 @@ -16,6 +16,6 @@
33 DEPEND=">=sys-fs/sysfsutils-1.2.0"
34
35 src_install() {
36 - make install DESTDIR="${D}" || die
37 + emake install DESTDIR="${D}" || die
38 dodoc AUTHORS CREDITS ChangeLog NEWS README
39 }
40
41
42
43 1.30 sys-fs/lsscsi/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lsscsi/ChangeLog?rev=1.30&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lsscsi/ChangeLog?rev=1.30&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lsscsi/ChangeLog?r1=1.29&r2=1.30
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v
52 retrieving revision 1.29
53 retrieving revision 1.30
54 diff -u -r1.29 -r1.30
55 --- ChangeLog 18 Nov 2008 02:12:18 -0000 1.29
56 +++ ChangeLog 12 Jan 2009 19:27:33 -0000 1.30
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-fs/lsscsi
59 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.29 2008/11/18 02:12:18 robbat2 Exp $
61 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/ChangeLog,v 1.30 2009/01/12 19:27:33 vapier Exp $
63 +
64 + 12 Jan 2009; Mike Frysinger <vapier@g.o> lsscsi-0.21.ebuild:
65 + Use emake in src_install.
66
67 *lsscsi-0.21 (18 Nov 2008)