From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jt0jU-0006u4-A3 for garchives@archives.gentoo.org; Mon, 05 May 2008 13:27:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E5DE05B1; Mon, 5 May 2008 13:27:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D746E05BC for ; Mon, 5 May 2008 13:27:54 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2F04666184 for ; Mon, 5 May 2008 13:27:54 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jt0jR-000340-2x for gentoo-commits@lists.gentoo.org; Mon, 05 May 2008 13:27:53 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-block/nbd: nbd-2.9.8.ebuild ChangeLog nbd-2.9.11.ebuild nbd-2.9.10.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: nbd-2.9.8.ebuild ChangeLog nbd-2.9.11.ebuild nbd-2.9.10.ebuild X-VCS-Directories: sys-block/nbd X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Mon, 05 May 2008 13:27:53 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4533e644-e901-4700-9ac1-fc87caa0be0e X-Archives-Hash: fa40aa0b7fad37e668cf7f4129e3282f vapier 08/05/05 13:27:53 Modified: nbd-2.9.8.ebuild ChangeLog nbd-2.9.11.ebuild nbd-2.9.10.ebuild Log: The --without-klcc option is broken so sed the klibc path out #220317 b= y Petr Pisar. (Portage version: 2.2_pre5) Revision Changes Path 1.6 sys-block/nbd/nbd-2.9.8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.8.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.8.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.8.ebuild?r1=3D1.5&r2=3D1.6 Index: nbd-2.9.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- nbd-2.9.8.ebuild 5 May 2008 03:23:29 -0000 1.5 +++ nbd-2.9.8.ebuild 5 May 2008 13:27:52 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild,v 1.5 = 2008/05/05 03:23:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.8.ebuild,v 1.6 = 2008/05/05 13:27:52 vapier Exp $ =20 inherit eutils flag-o-matic =20 @@ -23,6 +23,7 @@ cd "${S}" epatch "${FILESDIR}"/${PN}-2.9.2-gznbd.patch epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch + sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die =20 mkdir -p "${S}"/inc-after/linux mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h @@ -33,7 +34,6 @@ econf \ --enable-lfs \ --enable-syslog \ - --without-klcc \ || die emake || die emake -C gznbd || die 1.39 sys-block/nbd/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/Chan= geLog?rev=3D1.39&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/Chan= geLog?rev=3D1.39&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/Chan= geLog?r1=3D1.38&r2=3D1.39 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 5 May 2008 03:24:17 -0000 1.38 +++ ChangeLog 5 May 2008 13:27:52 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for sys-block/nbd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.38 2008/0= 5/05 03:24:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/ChangeLog,v 1.39 2008/0= 5/05 13:27:52 vapier Exp $ + + 05 May 2008; Mike Frysinger nbd-2.9.8.ebuild, + nbd-2.9.10.ebuild, nbd-2.9.11.ebuild: + The --without-klcc option is broken so sed the klibc path out #220317 = by + Petr Pisar. =20 *nbd-2.9.11 (05 May 2008) =20 1.2 sys-block/nbd/nbd-2.9.11.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.11.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.11.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.11.ebuild?r1=3D1.1&r2=3D1.2 Index: nbd-2.9.11.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nbd-2.9.11.ebuild 5 May 2008 03:24:17 -0000 1.1 +++ nbd-2.9.11.ebuild 5 May 2008 13:27:52 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild,v 1.1= 2008/05/05 03:24:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.11.ebuild,v 1.2= 2008/05/05 13:27:52 vapier Exp $ =20 inherit eutils flag-o-matic =20 @@ -22,6 +22,7 @@ unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch + sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die =20 mkdir -p "${S}"/inc-after/linux mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h @@ -32,7 +33,6 @@ econf \ --enable-lfs \ --enable-syslog \ - --without-klcc \ || die emake || die emake -C gznbd || die 1.3 sys-block/nbd/nbd-2.9.10.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.10.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.10.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/nbd/nbd-= 2.9.10.ebuild?r1=3D1.2&r2=3D1.3 Index: nbd-2.9.10.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nbd-2.9.10.ebuild 5 May 2008 03:23:29 -0000 1.2 +++ nbd-2.9.10.ebuild 5 May 2008 13:27:52 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild,v 1.2= 2008/05/05 03:23:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/nbd/nbd-2.9.10.ebuild,v 1.3= 2008/05/05 13:27:52 vapier Exp $ =20 inherit eutils flag-o-matic =20 @@ -22,6 +22,7 @@ unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-2.9.1-headers.patch + sed -i 's:/usr/bin/klcc:/suck/it/k/l/c/c:g' configure || die =20 mkdir -p "${S}"/inc-after/linux mv "${WORKDIR}"/nbd-linux-include.h "${S}"/inc-after/linux/nbd.h @@ -32,7 +33,6 @@ econf \ --enable-lfs \ --enable-syslog \ - --without-klcc \ || die emake || die emake -C gznbd || die --=20 gentoo-commits@lists.gentoo.org mailing list