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 79D1B1381F4 for ; Thu, 13 Jun 2013 07:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C986E0898; Thu, 13 Jun 2013 07:05:13 +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 D4A7BE08D9 for ; Thu, 13 Jun 2013 07:05:12 +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 B48B2335DF3 for ; Thu, 13 Jun 2013 07:05:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2FF72E545F for ; Thu, 13 Jun 2013 07:05:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1371104201.475effefa51a10cabb109cd3048917f2f465c751.jlec@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 sys-cluster/lustre/metadata.xml X-VCS-Directories: sys-cluster/lustre/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 475effefa51a10cabb109cd3048917f2f465c751 X-VCS-Branch: master Date: Thu, 13 Jun 2013 07:05:10 +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: ea28d289-bd09-45e0-9cf6-c49580e93af3 X-Archives-Hash: 69f3c947269326faff40d036e4da83c4 commit: 475effefa51a10cabb109cd3048917f2f465c751 Author: Justin Lecher gentoo org> AuthorDate: Thu Jun 13 06:16:41 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jun 13 06:16:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=475effef sys-cluster/lustre: Move virtual/linux-sources to build deps Package-Manager: portage-2.2.0_alpha179 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 4 ++++ sys-cluster/lustre/lustre-9999.ebuild | 6 +++--- sys-cluster/lustre/metadata.xml | 20 ++++++++++---------- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 9f26c4b..9d8c772 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Jun 2013; Justin Lecher lustre-9999.ebuild, + metadata.xml: + Move virtual/linux-sources to build deps + 07 May 2013; Alexey Shvetsov +files/0009-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch, +files/0010-LU-3079-kernel-3.9-hlist_for_each_entry-uses-3-args.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 23ee833..e87c114 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -19,9 +19,8 @@ SLOT="0" KEYWORDS="" IUSE="+client +utils server liblustre readline tests tcpd +urandom" -DEPEND=" +RDEPEND=" virtual/awk - virtual/linux-sources readline? ( sys-libs/readline ) tcpd? ( sys-apps/tcp-wrappers ) server? ( @@ -30,7 +29,8 @@ DEPEND=" sys-fs/zfs ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + virtual/linux-sources" PATCHES=( "${FILESDIR}/0001-LU-1812-kernel-3.7-FC18-server-patches.patch" diff --git a/sys-cluster/lustre/metadata.xml b/sys-cluster/lustre/metadata.xml index 31ea86e..f667429 100644 --- a/sys-cluster/lustre/metadata.xml +++ b/sys-cluster/lustre/metadata.xml @@ -1,16 +1,16 @@ -cluster - + cluster + Lustre is a parallel distributed file system, generally used for large scale cluster computing - - Enable kernel client modules - Enable kernels server modules - Enable lustre utils - Enable building of liblustre - Enable installation of tests - Enable use of urandom - + + Enable kernel client modules + Enable kernels server modules + Enable lustre utils + Enable building of liblustre + Enable installation of tests + Enable use of urandom +