From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A95313835A for ; Mon, 31 May 2021 22:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E2A9E087B; Mon, 31 May 2021 22:33:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7259E087A for ; Mon, 31 May 2021 22:33:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B763340E22 for ; Mon, 31 May 2021 22:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C19F7A0 for ; Mon, 31 May 2021 22:33:09 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1622499643.d28246e73f98292a5eff90b7ba2f7ea4e23dfd79.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: virtual/nnet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: virtual/nnet/metadata.xml virtual/nnet/nnet-0.ebuild X-VCS-Directories: virtual/nnet/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: d28246e73f98292a5eff90b7ba2f7ea4e23dfd79 X-VCS-Branch: dev Date: Mon, 31 May 2021 22:33:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58b36f24-2a67-4f2f-8ff0-62c827b3ad9f X-Archives-Hash: 715a20854b957ea32a9c6514bf4483c3 commit: d28246e73f98292a5eff90b7ba2f7ea4e23dfd79 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 22:20:43 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 31 22:20:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d28246e7 virtual/nnet: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> virtual/nnet/metadata.xml | 5 +++++ virtual/nnet/nnet-0.ebuild | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/virtual/nnet/metadata.xml b/virtual/nnet/metadata.xml new file mode 100644 index 000000000..7a38bb900 --- /dev/null +++ b/virtual/nnet/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/virtual/nnet/nnet-0.ebuild b/virtual/nnet/nnet-0.ebuild new file mode 100644 index 000000000..b23d539ff --- /dev/null +++ b/virtual/nnet/nnet-0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual of a R recommended package" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + || ( + dev-lang/R[-minimal] + dev-R/nnet + ) +"