Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/open-iscsi: open-iscsi-2.0.872.ebuild ChangeLog
Date: Thu, 09 Feb 2012 09:19:31
Message-Id: 20120209091921.5113C2004B@flycatcher.gentoo.org
1 robbat2 12/02/09 09:19:21
2
3 Modified: open-iscsi-2.0.872.ebuild ChangeLog
4 Log:
5 Bug #400619: respect user CC/AR values during build.
6
7 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-block/open-iscsi/open-iscsi-2.0.872.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild?r1=1.4&r2=1.5
15
16 Index: open-iscsi-2.0.872.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -p -w -b -B -u -u -r1.4 -r1.5
22 --- open-iscsi-2.0.872.ebuild 9 Feb 2012 08:29:45 -0000 1.4
23 +++ open-iscsi-2.0.872.ebuild 9 Feb 2012 09:19:21 -0000 1.5
24 @@ -1,9 +1,9 @@
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-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.4 2012/02/09 08:29:45 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.872.ebuild,v 1.5 2012/02/09 09:19:21 robbat2 Exp $
29
30 EAPI=2
31 -inherit versionator linux-info eutils flag-o-matic
32 +inherit versionator linux-info eutils flag-o-matic toolchain-funcs
33
34 DESCRIPTION="Open-iSCSI is a high performance, transport independent, multi-platform implementation of RFC3720"
35 HOMEPAGE="http://www.open-iscsi.org/"
36 @@ -46,6 +46,7 @@ src_prepare() {
37 epatch "${FILESDIR}"/${P}-dont-call-configure.patch
38 epatch "${FILESDIR}"/${P}-ldflags.patch
39 epatch "${FILESDIR}"/${P}-isns-slp.patch
40 + epatch "${FILESDIR}"/${PN}-2.0.872-makefile-cleanup-pass2.patch
41 }
42
43 src_configure() {
44 @@ -60,7 +61,11 @@ src_compile() {
45 local SLP_LIBS
46 use slp && SLP_LIBS="-lslp"
47 cd "${S}" && \
48 - KSRC="${KV_DIR}" CFLAGS="" emake OPTFLAGS="${CFLAGS}" SLP_LIBS="${SLP_LIBS}" user \
49 + KSRC="${KV_DIR}" CFLAGS="" \
50 + emake \
51 + OPTFLAGS="${CFLAGS}" SLP_LIBS="${SLP_LIBS}" \
52 + AR="$(tc-getAR)" CC="$(tc-getCC)" \
53 + user \
54 || die "emake failed"
55 }
56
57
58
59
60 1.41 sys-block/open-iscsi/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.41&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?rev=1.41&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/open-iscsi/ChangeLog?r1=1.40&r2=1.41
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v
69 retrieving revision 1.40
70 retrieving revision 1.41
71 diff -p -w -b -B -u -u -r1.40 -r1.41
72 --- ChangeLog 9 Feb 2012 08:35:05 -0000 1.40
73 +++ ChangeLog 9 Feb 2012 09:19:21 -0000 1.41
74 @@ -1,6 +1,11 @@
75 # ChangeLog for sys-block/open-iscsi
76 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.40 2012/02/09 08:35:05 robbat2 Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.41 2012/02/09 09:19:21 robbat2 Exp $
79 +
80 + 09 Feb 2012; Robin H. Johnson <robbat2@g.o>
81 + +files/open-iscsi-2.0.872-makefile-cleanup-pass2.patch,
82 + open-iscsi-2.0.872.ebuild:
83 + Bug #400619: respect user CC/AR values during build.
84
85 09 Feb 2012; Robin H. Johnson <robbat2@g.o>
86 files/iscsid-2.0.871-r1.init.d, files/iscsid-conf.d: