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 5C33813835C 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 7513DE0871; Mon, 31 May 2021 22:33:12 +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 5C42FE0871 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 D1372340E30 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 3299879D 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: <1622499466.6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: virtual/lattice/ X-VCS-Repository: repo/proj/guru X-VCS-Files: virtual/lattice/lattice-0.ebuild virtual/lattice/metadata.xml X-VCS-Directories: virtual/lattice/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11 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: ec8c5483-e441-426e-a432-de05d3d5d475 X-Archives-Hash: 28f649cf6f22849617e2d9128c12a506 commit: 6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 22:17:46 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 31 22:17:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f39595e virtual/lattice: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> virtual/lattice/lattice-0.ebuild | 19 +++++++++++++++++++ virtual/lattice/metadata.xml | 5 +++++ 2 files changed, 24 insertions(+) diff --git a/virtual/lattice/lattice-0.ebuild b/virtual/lattice/lattice-0.ebuild new file mode 100644 index 000000000..fdb37555c --- /dev/null +++ b/virtual/lattice/lattice-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/lattice + ) +" diff --git a/virtual/lattice/metadata.xml b/virtual/lattice/metadata.xml new file mode 100644 index 000000000..7a38bb900 --- /dev/null +++ b/virtual/lattice/metadata.xml @@ -0,0 +1,5 @@ + + + + +