Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/
Date: Sun, 31 Mar 2013 11:18:28
Message-Id: 1364728690.ecde693c8a86c79f40aca0dbd039a313a97c613b.alexxy@gentoo
1 commit: ecde693c8a86c79f40aca0dbd039a313a97c613b
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 31 11:18:10 2013 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 31 11:18:10 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ecde693c
7
8 build was renamed to config
9
10 Package-Manager: portage-2.2.0_alpha170
11 RepoMan-Options: --force
12
13 ---
14 sys-cluster/lustre/ChangeLog | 3 +++
15 sys-cluster/lustre/lustre-9999.ebuild | 4 ++--
16 2 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog
19 index 16471dd..25bdde5 100644
20 --- a/sys-cluster/lustre/ChangeLog
21 +++ b/sys-cluster/lustre/ChangeLog
22 @@ -2,6 +2,9 @@
23 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 31 Mar 2013; Alexey Shvetsov <alexxy@g.o> lustre-9999.ebuild:
27 + build was renamed to config
28 +
29 31 Mar 2013; Alexey Shvetsov <alexxy@g.o>
30 +files/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch,
31 +files/0002-LU-2800-libcfs-use-sock_alloc_file-instead-of-sock_m.patch,
32
33 diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild
34 index 0b27062..64bee30 100644
35 --- a/sys-cluster/lustre/lustre-9999.ebuild
36 +++ b/sys-cluster/lustre/lustre-9999.ebuild
37 @@ -62,7 +62,7 @@ src_prepare() {
38 local DIRS="build libcfs lnet lustre snmp"
39 local ACLOCAL_FLAGS
40 for dir in $DIRS ; do
41 - ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/autoconf"
42 + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/config"
43 done
44 eaclocal $ACLOCAL_FLAGS
45 eautoheader
46 @@ -83,7 +83,7 @@ src_prepare() {
47 cd ..
48 einfo "Reconfiguring source in ldiskfs"
49 cd ldiskfs
50 - eaclocal -I config
51 + eaclocal
52 eautoheader
53 eautomake -W no-portability
54 eautoconf