From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QF8nx-0008S6-7W for garchives@archives.gentoo.org; Wed, 27 Apr 2011 17:45:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D55BB1C08E; Wed, 27 Apr 2011 17:45:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 970E11C08B for ; Wed, 27 Apr 2011 17:45:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27F271B404C for ; Wed, 27 Apr 2011 17:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9AECC80505 for ; Wed, 27 Apr 2011 17:45:28 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/zfs/, sys-devel/spl/ X-VCS-Repository: proj/sci X-VCS-Files: sys-devel/spl/spl-0.6.0_rc3.ebuild sys-devel/spl/spl-9999.ebuild sys-fs/zfs/zfs-0.6.0_rc3.ebuild sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ sys-devel/spl/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: be7dd37014972979b3606275279b85aa61a17562 Date: Wed, 27 Apr 2011 17:45:28 +0000 (UTC) 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: X-Archives-Hash: 277d079bc3df2557a4ae736c90b798ee commit: be7dd37014972979b3606275279b85aa61a17562 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Apr 27 17:44:44 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Apr 27 17:44:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dbe7dd370 Make zfs install to / not to /usr --- sys-devel/spl/spl-0.6.0_rc3.ebuild | 6 +++++- sys-devel/spl/spl-9999.ebuild | 6 +++++- sys-fs/zfs/zfs-0.6.0_rc3.ebuild | 10 +++++++--- sys-fs/zfs/zfs-9999.ebuild | 10 +++++++--- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/sys-devel/spl/spl-0.6.0_rc3.ebuild b/sys-devel/spl/spl-0.6.0= _rc3.ebuild index f3f7751..40b2501 100644 --- a/sys-devel/spl/spl-0.6.0_rc3.ebuild +++ b/sys-devel/spl/spl-0.6.0_rc3.ebuild @@ -31,7 +31,11 @@ src_prepare() { =20 src_configure() { set_arch_to_kernel - econf --with-config=3Dall --with-linux=3D"${KERNEL_DIR}" --with-linux-o= bj=3D"${KERNEL_DIR}" + econf \ + --prefix=3D"${EPREFIX}" \ + --with-config=3Dall \ + --with-linux=3D"${KERNEL_DIR}" \ + --with-linux-obj=3D"${KERNEL_DIR}" } =20 src_install() { diff --git a/sys-devel/spl/spl-9999.ebuild b/sys-devel/spl/spl-9999.ebuil= d index 8548476..5aed7dd 100644 --- a/sys-devel/spl/spl-9999.ebuild +++ b/sys-devel/spl/spl-9999.ebuild @@ -30,7 +30,11 @@ src_prepare() { =20 src_configure() { set_arch_to_kernel - econf --with-config=3Dall --with-linux=3D"${KERNEL_DIR}" --with-linux-o= bj=3D"${KERNEL_DIR}" + econf \ + --prefix=3D"${EPREFIX}" \ + --with-config=3Dall \ + --with-linux=3D"${KERNEL_DIR}" \ + --with-linux-obj=3D"${KERNEL_DIR}" } =20 src_install() { diff --git a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild b/sys-fs/zfs/zfs-0.6.0_rc3.e= build index ab60f3a..c72cbb2 100644 --- a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild +++ b/sys-fs/zfs/zfs-0.6.0_rc3.ebuild @@ -34,9 +34,13 @@ src_prepare() { =20 src_configure() { set_arch_to_kernel - econf --with-config=3Dall \ - --with-linux=3D"${KERNEL_DIR}" --with-linux-obj=3D"${KERNEL_DIR}" \ - --with-spl=3D/usr/include/spl --with-spl-obj=3D/usr/include/spl/modul= e + econf \ + --with-prefix=3D"${EPREFIX}" \ + --with-config=3Dall \ + --with-linux=3D"${KERNEL_DIR}" \ + --with-linux-obj=3D"${KERNEL_DIR}" \ + --with-spl=3D/usr/include/spl \ + --with-spl-obj=3D/usr/include/spl/module } =20 src_compile() { diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 3f8e326..8394619 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -35,9 +35,13 @@ src_prepare() { =20 src_configure() { set_arch_to_kernel - econf --with-config=3Dall \ - --with-linux=3D"${KERNEL_DIR}" --with-linux-obj=3D"${KERNEL_DIR}" \ - --with-spl=3D/usr/include/spl --with-spl-obj=3D/usr/include/spl/modul= e + econf \ + --with-prefix=3D"${EPREFIX}" \ + --with-config=3Dall \ + --with-linux=3D"${KERNEL_DIR}" \ + --with-linux-obj=3D"${KERNEL_DIR}" \ + --with-spl=3D/usr/include/spl \ + --with-spl-obj=3D/usr/include/spl/module } =20 src_compile() {