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 355B41382C5 for ; Mon, 31 May 2021 22:33:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48F91E086D; Mon, 31 May 2021 22:33:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3490AE086D for ; Mon, 31 May 2021 22:33:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DFEBF340E31 for ; Mon, 31 May 2021 22:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 461C579E 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: <1622499534.c55b743a77c6a63b0f5c3e896aa32891d93f4b1a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: virtual/Matrix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: virtual/Matrix/Matrix-0.ebuild virtual/Matrix/metadata.xml X-VCS-Directories: virtual/Matrix/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: c55b743a77c6a63b0f5c3e896aa32891d93f4b1a 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: b1b269b4-cbbc-4507-84a0-f9ef29dafda7 X-Archives-Hash: 4b8cc62cc224de258a4e22095e846570 commit: c55b743a77c6a63b0f5c3e896aa32891d93f4b1a Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 22:18:54 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 31 22:18:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c55b743a virtual/Matrix: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> virtual/Matrix/Matrix-0.ebuild | 19 +++++++++++++++++++ virtual/Matrix/metadata.xml | 5 +++++ 2 files changed, 24 insertions(+) diff --git a/virtual/Matrix/Matrix-0.ebuild b/virtual/Matrix/Matrix-0.ebuild new file mode 100644 index 000000000..db87173b4 --- /dev/null +++ b/virtual/Matrix/Matrix-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/Matrix + ) +" diff --git a/virtual/Matrix/metadata.xml b/virtual/Matrix/metadata.xml new file mode 100644 index 000000000..7a38bb900 --- /dev/null +++ b/virtual/Matrix/metadata.xml @@ -0,0 +1,5 @@ + + + + +