summaryrefslogtreecommitdiff
path: root/dev-R/RcppTOML
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/RcppTOML')
-rw-r--r--dev-R/RcppTOML/Manifest1
-rw-r--r--dev-R/RcppTOML/RcppTOML-0.1.7.ebuild37
-rw-r--r--dev-R/RcppTOML/metadata.xml23
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-R/RcppTOML/Manifest b/dev-R/RcppTOML/Manifest
deleted file mode 100644
index f99a18d2fddc..000000000000
--- a/dev-R/RcppTOML/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST RcppTOML_0.1.7.tar.gz 42551 BLAKE2B 5622ed62137291615a527ff97ee964162e086960d22f62f570ed06bc0483d47dddcafc46a8382922fd88071fd023445d712d66facbcf7df46866fb15509ba64a SHA512 c1a9e2a0f0c0229620125b6b18e5fb73fcb059d916c716f2cb7cc0bfbdb6253e71462a3fe7482e5d2f0672d429a81307effc89c26f79f5a99fe393c6a9d35ce9
diff --git a/dev-R/RcppTOML/RcppTOML-0.1.7.ebuild b/dev-R/RcppTOML/RcppTOML-0.1.7.ebuild
deleted file mode 100644
index b0a4cb18467d..000000000000
--- a/dev-R/RcppTOML/RcppTOML-0.1.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Rcpp Bindings to C++ parser for TOML files'
-HOMEPAGE="
- https://cran.r-project.org/package=RcppTOML
- https://github.com/eddelbuettel/rcpptoml
-"
-KEYWORDS="~amd64"
-LICENSE='GPL-2+'
-
-DEPEND="
- dev-cpp/cpptoml
- >=dev-lang/R-3.3.0
- >=dev-R/Rcpp-0.11.5
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- rm -r inst/tinytest || die
- # replace bundled cpptoml
- rm inst/include/cpptoml.h || die
- ln -s /usr/include/cpptoml.h inst/include/cpptoml.h || die
- R-packages_src_prepare
-}
-
-src_install() {
- R-packages_src_install
- rm "${ED}/usr/lib64/R/site-library/RcppTOML/include/cpptoml.h" || die
- dosym ../../../../../../usr/include/cpptoml.h "${EPREFIX}/usr/lib64/R/site-library/RcppTOML/include/cpptoml.h"
-}
-
-SUGGESTED_PACKAGES="dev-R/tinytest"
diff --git a/dev-R/RcppTOML/metadata.xml b/dev-R/RcppTOML/metadata.xml
deleted file mode 100644
index ea66503d0f04..000000000000
--- a/dev-R/RcppTOML/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- <description>co-maintainers welcome</description>
- </maintainer>
- <longdescription lang="en">The configuration format defined by 'TOML' (which expands to
-"Tom's Obvious Markup Language") specifies an excellent format
-(described at &lt;https://toml.io/en/&gt;) suitable for both human editing
-as well as the common uses of a machine-readable format. This package
-uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle
-(in C++11) to R.</longdescription>
- <upstream>
- <maintainer>
- <email>edd@debian.org</email>
- <name>Dirk Eddelbuettel</name>
- </maintainer>
- <bugs-to>https://github.com/eddelbuettel/rcpptoml/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file