mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-R/listenv: new package, add 0.8.0
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/listenv/Manifest
Normal file
1
dev-R/listenv/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST listenv_0.8.0.tar.gz 36762 BLAKE2B 1da59d82d8123d9fdc28edae04633f085f51ad4ceaee55fcec6a011ef2249ef01c2469ee023c750591fda001d8fc36983e40adfd559d1206bf4a519d29092165 SHA512 01e14b202e64815af790d1629c282deaeeffd6fdb6891d6b7b297db530f8308bd802f27fac926843705898ec18923746cb8e4231c7c5fc4f2cc6102cb22b4778
|
||||
23
dev-R/listenv/listenv-0.8.0.ebuild
Normal file
23
dev-R/listenv/listenv-0.8.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION='Environments Behaving (Almost) as Lists'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='LGPL-2.1+'
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/R-utils
|
||||
dev-R/R-rsp
|
||||
dev-R/markdown
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
for i in *.R; do
|
||||
R_LIBS="${T}/R" edo Rscript --vanilla $i
|
||||
done
|
||||
}
|
||||
17
dev-R/listenv/metadata.xml
Normal file
17
dev-R/listenv/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>me@r0bert.dev</email>
|
||||
<name>Robert Greener</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">List environments are environments that have list-like properties. For instance, the elements of a list environment are ordered and can be accessed and iterated over using index subsetting</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Henrik Bengtsson</name>
|
||||
<email>henrikb@braju.com</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/HenrikBengtsson/listenv/issues</bugs-to>
|
||||
<remote-id type="github">HenrikBengtsson/listenv</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user