commit:     129cc05301a4d485af937c113b3d9a41cb6110f4
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 19:18:50 2016 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 19:18:50 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=129cc053

sys-cluster/lustre: Add ebuild for 2.8.0 tag

Package-Manager: portage-2.3.0_rc1

 sys-cluster/lustre/files/lustre-readline6.3_fix.patch       | 13 -------------
 .../lustre/{lustre-9999.ebuild => lustre-2.8.0.ebuild}      | 10 +++-------
 sys-cluster/lustre/lustre-9999.ebuild                       | 10 +++-------
 3 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/sys-cluster/lustre/files/lustre-readline6.3_fix.patch 
b/sys-cluster/lustre/files/lustre-readline6.3_fix.patch
deleted file mode 100644
index 50384d6..0000000
--- a/sys-cluster/lustre/files/lustre-readline6.3_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libcfs/libcfs/util/parser.c b/libcfs/libcfs/util/parser.c
-index f395fa3..3fc0373 100644
---- a/libcfs/libcfs/util/parser.c
-+++ b/libcfs/libcfs/util/parser.c
-@@ -308,7 +308,7 @@ int init_input()
-                 rl_deprep_term_function = (rl_voidfunc_t *)noop_fn;
-         }
- 
--        rl_attempted_completion_function = (CPPFunction *)command_completion;
-+        rl_attempted_completion_function = (rl_completion_func_t 
*)command_completion;
-         rl_completion_entry_function = (void *)command_generator;
- #endif
-         return interactive;

diff --git a/sys-cluster/lustre/lustre-9999.ebuild 
b/sys-cluster/lustre/lustre-2.8.0.ebuild
similarity index 90%
copy from sys-cluster/lustre/lustre-9999.ebuild
copy to sys-cluster/lustre/lustre-2.8.0.ebuild
index 3c8af2d..59c8e55 100644
--- a/sys-cluster/lustre/lustre-9999.ebuild
+++ b/sys-cluster/lustre/lustre-2.8.0.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 WANT_AUTOCONF="2.5"
-WANT_AUTOMAKE="1.10"
+WANT_AUTOMAKE="1.15"
 WANT_LIBTOOL="latest"
 
 if [[ $PV = *9999* ]]; then
@@ -20,7 +20,7 @@ inherit git-r3 autotools linux-mod toolchain-funcs udev 
flag-o-matic
 
 DESCRIPTION="Lustre is a parallel distributed file system"
 HOMEPAGE="http://wiki.whamcloud.com/";
-SRC_URI="https://raw.githubusercontent.com/gentoo-science/sci/master/patches/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch";
+SRC_URI=""
 EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"
 
 LICENSE="GPL-2"
@@ -40,10 +40,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        virtual/linux-sources"
 
-PATCHES=(
-       "${FILESDIR}/lustre-readline6.3_fix.patch"
-)
-
 pkg_setup() {
        filter-mfpmath sse
        filter-mfpmath i386

diff --git a/sys-cluster/lustre/lustre-9999.ebuild 
b/sys-cluster/lustre/lustre-9999.ebuild
index 3c8af2d..59c8e55 100644
--- a/sys-cluster/lustre/lustre-9999.ebuild
+++ b/sys-cluster/lustre/lustre-9999.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 WANT_AUTOCONF="2.5"
-WANT_AUTOMAKE="1.10"
+WANT_AUTOMAKE="1.15"
 WANT_LIBTOOL="latest"
 
 if [[ $PV = *9999* ]]; then
@@ -20,7 +20,7 @@ inherit git-r3 autotools linux-mod toolchain-funcs udev 
flag-o-matic
 
 DESCRIPTION="Lustre is a parallel distributed file system"
 HOMEPAGE="http://wiki.whamcloud.com/";
-SRC_URI="https://raw.githubusercontent.com/gentoo-science/sci/master/patches/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch";
+SRC_URI=""
 EGIT_REPO_URI="git://git.whamcloud.com/fs/lustre-release.git"
 
 LICENSE="GPL-2"
@@ -40,10 +40,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
        virtual/linux-sources"
 
-PATCHES=(
-       "${FILESDIR}/lustre-readline6.3_fix.patch"
-)
-
 pkg_setup() {
        filter-mfpmath sse
        filter-mfpmath i386

Reply via email to