commit: 340ea934e2a39a73d3778bd2f2ed9837cf0d11ae Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Thu May 29 12:43:42 2014 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Thu May 29 12:43:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=340ea934
Update to latest source Package-Manager: portage-2.2.10 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 7 +++++++ ...0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch | 2 +- ...0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch | 2 +- .../0003-LU-4416-mm-Backport-shrinker-changes-from-upstream.patch | 2 +- sys-cluster/lustre/lustre-9999.ebuild | 2 ++ 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 8014a14..850f52b 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 May 2014; Alexey Shvetsov <[email protected]> + files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch, + files/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch, + files/0003-LU-4416-mm-Backport-shrinker-changes-from-upstream.patch, + lustre-9999.ebuild: + Update to latest source + 24 May 2014; Alexey Shvetsov <[email protected]> +files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch, +files/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch, diff --git a/sys-cluster/lustre/files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch b/sys-cluster/lustre/files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch index 88ac650..2860b4b 100644 --- a/sys-cluster/lustre/files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch +++ b/sys-cluster/lustre/files/0001-LU-3319-procfs-update-zfs-proc-handling-to-seq_files.patch @@ -1,4 +1,4 @@ -From f7db8753694155124caf9d05137bbad14434c4f0 Mon Sep 17 00:00:00 2001 +From 4e55f198a630e3beb9daad9bf72133da44ca7242 Mon Sep 17 00:00:00 2001 From: James Simmons <[email protected]> Date: Wed, 23 Apr 2014 09:31:09 -0400 Subject: [PATCH 1/3] LU-3319 procfs: update zfs proc handling to seq_files diff --git a/sys-cluster/lustre/files/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch b/sys-cluster/lustre/files/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch index b66850f..813446c 100644 --- a/sys-cluster/lustre/files/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch +++ b/sys-cluster/lustre/files/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch @@ -1,4 +1,4 @@ -From c988772aa72b546f5b40187e964aac101e764f2e Mon Sep 17 00:00:00 2001 +From 9071634fd9db37a6121fdfbd817162f782661202 Mon Sep 17 00:00:00 2001 From: James Simmons <[email protected]> Date: Mon, 5 May 2014 10:02:21 -0400 Subject: [PATCH 2/3] LU-3319 procfs: move mdd/ofd proc handling to seq_files diff --git a/sys-cluster/lustre/files/0003-LU-4416-mm-Backport-shrinker-changes-from-upstream.patch b/sys-cluster/lustre/files/0003-LU-4416-mm-Backport-shrinker-changes-from-upstream.patch index 3714c1e..ea23076 100644 --- a/sys-cluster/lustre/files/0003-LU-4416-mm-Backport-shrinker-changes-from-upstream.patch +++ b/sys-cluster/lustre/files/0003-LU-4416-mm-Backport-shrinker-changes-from-upstream.patch @@ -1,4 +1,4 @@ -From f11e6773afec21cd6976bad86b12b5de791ccda7 Mon Sep 17 00:00:00 2001 +From 871751ab815067744064132b76aaf4857c720fc9 Mon Sep 17 00:00:00 2001 From: Yang Sheng <[email protected]> Date: Thu, 24 Apr 2014 11:43:09 +0800 Subject: [PATCH 3/3] LU-4416 mm: Backport shrinker changes from upstream diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 479836e..7d8eaef 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -6,6 +6,7 @@ EAPI=5 WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.10" +WANT_LIBTOOL="latest" if [[ $PV = *9999* ]]; then KEYWORDS="" @@ -63,6 +64,7 @@ src_prepare() { for dir in $DIRS ; do ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/autoconf" done + _elibtoolize -q eaclocal -I config $ACLOCAL_FLAGS eautoheader eautomake
