aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/plogr/plogr-0.2.0.ebuild')
-rw-r--r--dev-R/plogr/plogr-0.2.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-R/plogr/plogr-0.2.0.ebuild b/dev-R/plogr/plogr-0.2.0.ebuild
deleted file mode 100644
index c643e3870..000000000
--- a/dev-R/plogr/plogr-0.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages
-
-DESCRIPTION='The plog C++ Logging Library'
-HOMEPAGE="
- https://github.com/krlmlr/plogr
- https://cran.r-project.org/package=plogr
-"
-LICENSE='MIT'
-KEYWORDS="~amd64"
-RDEPEND="
- dev-cpp/plog
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- #do not bundle plog
- rm -rf inst/include || die
- default
-}