diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-01 00:17:46 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-01 00:17:46 +0200 |
commit | 6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11 (patch) | |
tree | 1f9d220f3dce0540dcc092c024c88d7d24ee0ebc /virtual | |
parent | virtual/mgcv: new (diff) | |
download | guru-6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11.tar.gz guru-6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11.tar.bz2 guru-6f39595ea9c0fcd8b6b9bf2454e7e2cc7da93d11.zip |
virtual/lattice: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/lattice/lattice-0.ebuild | 19 | ||||
-rw-r--r-- | virtual/lattice/metadata.xml | 5 |
2 files changed, 24 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <!-- maintainer-needed --> +</pkgmetadata> |