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 B143E1384B4 for ; Fri, 6 Nov 2015 01:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B08F121C003; Fri, 6 Nov 2015 01:03:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63B4B21C003 for ; Fri, 6 Nov 2015 01:03:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BAD234058A for ; Fri, 6 Nov 2015 01:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B659216B for ; Fri, 6 Nov 2015 01:03:02 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1446771628.8353fa3eae0021da37e807bb7ec04ed1789438fc.heroxbd@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: config/simple-deprules.d/ X-VCS-Repository: proj/R_overlay X-VCS-Files: config/simple-deprules.d/R X-VCS-Directories: config/simple-deprules.d/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 8353fa3eae0021da37e807bb7ec04ed1789438fc X-VCS-Branch: master Date: Fri, 6 Nov 2015 01:03: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: 9595269d-8ff8-4e49-8a63-e009ed2eb2c7 X-Archives-Hash: 4719cffbf671875748666b2076a87458 commit: 8353fa3eae0021da37e807bb7ec04ed1789438fc Author: Benda Xu gentoo org> AuthorDate: Fri Nov 6 01:00:28 2015 +0000 Commit: Benda XU gentoo org> CommitDate: Fri Nov 6 01:00:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=8353fa3e config/simple-deprules.d/R: recommended packages into dev-lang/R[-minimal] Split default R package list into "base" and "recommended", because R with USE minimal disables recommended packages and base packages are always available. config/simple-deprules.d/R | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/config/simple-deprules.d/R b/config/simple-deprules.d/R index ceb82da..bf46e87 100644 --- a/config/simple-deprules.d/R +++ b/config/simple-deprules.d/R @@ -14,39 +14,43 @@ dev-lang/R[tk] { tcltk (but only for the GUI } -# always assumed to be provided by dev-lang/R (taken from generate_ebuild) +# base packages that always assumed to be provided by dev-lang/R (taken from generate_ebuild) % { base - boot - class - cluster - codetools compiler datasets - foreign graphics grDevices grid + methods + parallel + splines + stats + stats4 + tcltk + tools + utils +} + +# recommended packages +dev-lang/R[-minimal] { + boot + class + cluster + codetools + foreign KernSmooth lattice - libR MASS Matrix - methods mgcv nlme nnet - parallel rpart spatial - splines - stats - stats4 survival - tcltk - tools - utils } + # FIXME, seems to be provided too % { stepfun