Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: virtual/lattice/
Date: Mon, 31 May 2021 22:33:13
Message-Id: 1622499466.6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11.Alessandro-Barbieri@gentoo
1 commit: 6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 22:17:46 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:17:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f39595e
7
8 virtual/lattice: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 virtual/lattice/lattice-0.ebuild | 19 +++++++++++++++++++
14 virtual/lattice/metadata.xml | 5 +++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/virtual/lattice/lattice-0.ebuild b/virtual/lattice/lattice-0.ebuild
18 new file mode 100644
19 index 000000000..fdb37555c
20 --- /dev/null
21 +++ b/virtual/lattice/lattice-0.ebuild
22 @@ -0,0 +1,19 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DESCRIPTION="Virtual of a R recommended package"
29 +HOMEPAGE=""
30 +SRC_URI=""
31 +
32 +LICENSE=""
33 +SLOT="0"
34 +KEYWORDS="~amd64"
35 +
36 +RDEPEND="
37 + || (
38 + dev-lang/R[-minimal]
39 + dev-R/lattice
40 + )
41 +"
42
43 diff --git a/virtual/lattice/metadata.xml b/virtual/lattice/metadata.xml
44 new file mode 100644
45 index 000000000..7a38bb900
46 --- /dev/null
47 +++ b/virtual/lattice/metadata.xml
48 @@ -0,0 +1,5 @@
49 +<?xml version="1.0" encoding="UTF-8"?>
50 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 +<pkgmetadata>
52 + <!-- maintainer-needed -->
53 +</pkgmetadata>