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 B672713829C for ; Sun, 12 Jun 2016 19:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA14E0B74; Sun, 12 Jun 2016 19:19:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B71DBE0B74 for ; Sun, 12 Jun 2016 19:19:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69189340B27 for ; Sun, 12 Jun 2016 19:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 808AD963 for ; Sun, 12 Jun 2016 19:19:02 +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: <1465759130.129cc05301a4d485af937c113b3d9a41cb6110f4.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/, sys-cluster/lustre/files/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lustre/files/lustre-readline6.3_fix.patch sys-cluster/lustre/lustre-2.8.0.ebuild sys-cluster/lustre/lustre-9999.ebuild X-VCS-Directories: sys-cluster/lustre/ sys-cluster/lustre/files/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 129cc05301a4d485af937c113b3d9a41cb6110f4 X-VCS-Branch: master Date: Sun, 12 Jun 2016 19:19:02 +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: 6f74b8c2-fbb6-40ef-af76-3cf9c78adda3 X-Archives-Hash: 2bc7a18a945925a2cbc7978de8952b67 commit: 129cc05301a4d485af937c113b3d9a41cb6110f4 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Jun 12 19:18:50 2016 +0000 Commit: Alexey Shvetsov gentoo 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