From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-571394-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17FBE198005 for <garchives@archives.gentoo.org>; Mon, 18 Mar 2013 21:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0FACE052E; Mon, 18 Mar 2013 21:48:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A634E052E for <gentoo-commits@lists.gentoo.org>; Mon, 18 Mar 2013 21:48:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6129233D92A for <gentoo-commits@lists.gentoo.org>; Mon, 18 Mar 2013 21:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C40A6E4073 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Mar 2013 21:48:32 +0000 (UTC) From: "Alexey Shvetsov" <alexxy@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org> Message-ID: <1363643291.0c6499f9e9443d064e0cc99e3d0ed006950ba630.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lustre/ChangeLog sys-cluster/lustre/lustre-9999.ebuild X-VCS-Directories: sys-cluster/lustre/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 0c6499f9e9443d064e0cc99e3d0ed006950ba630 X-VCS-Branch: master Date: Mon, 18 Mar 2013 21:48:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67135401-052d-4b3a-ad0b-fcb05b5c09a7 X-Archives-Hash: 77f4983f109ec8a7c0d3e93d4466e22a commit: 0c6499f9e9443d064e0cc99e3d0ed006950ba630 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Mon Mar 18 21:48:11 2013 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Mon Mar 18 21:48:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0c6499f9 Fix some install path Package-Manager: portage-2.2.0_alpha166 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index ff3d11d..a601dac 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 18 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> lustre-9999.ebuild: + Fix some install path + + 18 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> lustre-9999.ebuild: Add gentoo style configure 18 Mar 2013; Alexey Shvetsov <alexxy@gentoo.org> diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 305c689..078856b 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.10" -inherit git-2 autotools linux-mod toolchain-funcs +inherit git-2 autotools linux-mod toolchain-funcs udev DESCRIPTION="Lustre is a parallel distributed file system" HOMEPAGE="http://wiki.whamcloud.com/" @@ -53,6 +53,11 @@ src_prepare() { -e 's:libnvpair.so:libnvpair.so.1:g' \ -i lustre/utils/mount_utils_zfs.c || die + # fix some install paths + sed -e "s:$(sysconfdir)/udev:$(get_udevdir):g" \ + -e "s:$(sysconfdir)/sysconfig:$(sysconfdir)/conf.d:g" \ + -i lustre/conf/Makefile.am || die + # replace upstream autogen.sh by our src_prepare() local DIRS="build libcfs lnet lustre snmp" local ACLOCAL_FLAGS