From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 50DB01381FD for ; Sun, 31 Mar 2013 11:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D51D4E09C4; Sun, 31 Mar 2013 11:18:27 +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 6C79AE0980 for ; Sun, 31 Mar 2013 11:18:27 +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 822A233DC0F for ; Sun, 31 Mar 2013 11:18:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 00552E4073 for ; Sun, 31 Mar 2013 11:18:24 +0000 (UTC) From: "Alexey Shvetsov" 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" Message-ID: <1364728690.ecde693c8a86c79f40aca0dbd039a313a97c613b.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: ecde693c8a86c79f40aca0dbd039a313a97c613b X-VCS-Branch: master Date: Sun, 31 Mar 2013 11:18:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c5ec8cf-1161-47ee-ac0f-d9e7ebb8203c X-Archives-Hash: 17f8f9354d11ce1236977bcfa2ea6e06 commit: ecde693c8a86c79f40aca0dbd039a313a97c613b Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Mar 31 11:18:10 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Mar 31 11:18:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ecde693c build was renamed to config Package-Manager: portage-2.2.0_alpha170 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 16471dd..25bdde5 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 31 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: + build was renamed to config + 31 Mar 2013; Alexey Shvetsov +files/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch, +files/0002-LU-2800-libcfs-use-sock_alloc_file-instead-of-sock_m.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 0b27062..64bee30 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -62,7 +62,7 @@ src_prepare() { local DIRS="build libcfs lnet lustre snmp" local ACLOCAL_FLAGS for dir in $DIRS ; do - ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/autoconf" + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/config" done eaclocal $ACLOCAL_FLAGS eautoheader @@ -83,7 +83,7 @@ src_prepare() { cd .. einfo "Reconfiguring source in ldiskfs" cd ldiskfs - eaclocal -I config + eaclocal eautoheader eautomake -W no-portability eautoconf