aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/Rcpp')
-rw-r--r--dev-R/Rcpp/Manifest1
-rw-r--r--dev-R/Rcpp/Rcpp-1.0.11.ebuild33
-rw-r--r--dev-R/Rcpp/metadata.xml28
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-R/Rcpp/Manifest b/dev-R/Rcpp/Manifest
deleted file mode 100644
index 7b2dcfb76..000000000
--- a/dev-R/Rcpp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Rcpp_1.0.11.tar.gz 2994004 BLAKE2B 39b0fed861d698449cd385ee5036dd80f686293b69c0a8515d79c3078e63b481c918d9cbfec3793ff80ec2d089ba2b274235543c72a818828131b55a7067d04f SHA512 0489c137c500f76b3054a9ec114278103a65a4e42b88e9fc581fc4e33fb7e6ea0dda4660833e741fde7e89f61844c44e7c6e46ea464e9778c3d5cdc7a56b888d
diff --git a/dev-R/Rcpp/Rcpp-1.0.11.ebuild b/dev-R/Rcpp/Rcpp-1.0.11.ebuild
deleted file mode 100644
index 70f9a5eb4..000000000
--- a/dev-R/Rcpp/Rcpp-1.0.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages
-
-DESCRIPTION='Seamless R and C++ Integration'
-HOMEPAGE="
- https://www.rcpp.org
- http://dirk.eddelbuettel.com/code/rcpp.html
- https://github.com/RcppCore/Rcpp
- https://cran.r-project.org/package=Rcpp
-"
-
-LICENSE='GPL-2+ Boost-1.0'
-KEYWORDS="~amd64"
-IUSE="examples"
-
-src_prepare() {
- if ! use examples ; then
- rm -r inst/examples || die
- fi
- rm -r inst/tinytest || die
- R-packages_src_prepare
-}
-
-SUGGESTED_PACKAGES="
- dev-R/tinytest
- dev-R/inline
- dev-R/rbenchmark
- >=dev-R/pkgKitten-0.1.2
-"
diff --git a/dev-R/Rcpp/metadata.xml b/dev-R/Rcpp/metadata.xml
deleted file mode 100644
index cfc9497fa..000000000
--- a/dev-R/Rcpp/metadata.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">The 'Rcpp' package provides R functions as well as C++ classes which
-offer a seamless integration of R and C++. Many R data types and objects can be
-mapped back and forth to C++ equivalents which facilitates both writing of new
-code as well as easier integration of third-party libraries. Documentation
-about 'Rcpp' is provided by several vignettes included in this package, via the
-'Rcpp Gallery' site at &lt;https://gallery.rcpp.org&gt;, the paper by Eddelbuettel and
-Francois (2011, &lt;doi:10.18637/jss.v040.i08&gt;), the book by Eddelbuettel (2013,
-&lt;doi:10.1007/978-1-4614-6868-4&gt;) and the paper by Eddelbuettel and Balamuta (2018,
-&lt;doi:10.1080/00031305.2017.1375990&gt;); see 'citation("Rcpp")' for details.</longdescription>
- <upstream>
- <bugs-to>https://github.com/RcppCore/Rcpp/issues</bugs-to>
- <doc lang="en">https://cran.r-project.org/web//packages/Rcpp/Rcpp.pdf</doc>
- <changelog>https://cran.r-project.org/web//packages/Rcpp/ChangeLog</changelog>
- <maintainer>
- <name>Dirk Eddelbuettel</name>
- <email>edd@debian.org</email>
- </maintainer>
- <remote-id type="github">RcppCore/Rcpp</remote-id>
- </upstream>
-</pkgmetadata>