summaryrefslogtreecommitdiff
path: root/dev-R/pkgload
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
commit4387175f6b4a0d6a696cddfd00ad161d53fbc214 (patch)
treea3eaf07b9f03508b22670a755eea0dabf2e7123c /dev-R/pkgload
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/pkgload')
-rw-r--r--dev-R/pkgload/Manifest1
-rw-r--r--dev-R/pkgload/metadata.xml20
-rw-r--r--dev-R/pkgload/pkgload-1.3.0.ebuild41
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-R/pkgload/Manifest b/dev-R/pkgload/Manifest
deleted file mode 100644
index ccc5237f553b..000000000000
--- a/dev-R/pkgload/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pkgload_1.3.0.tar.gz 76008 BLAKE2B 48be7f398c929b21db56bf12231e32032a48f5f320610eed044c8668810e36d2cbbf9241e3c34ee8b41e6be45f4ff4f4791e316f2fe219ea84cd615e5dfdcdc6 SHA512 b20c205d18004598d4bc8ba704949496a8c34fa33ed8a7e93e1dd9a192ce78f4cb35f15ccb60745cca94bcfe327ecd1b3ff0b92fd4b4c9e9f38fdedba4e57d3b
diff --git a/dev-R/pkgload/metadata.xml b/dev-R/pkgload/metadata.xml
deleted file mode 100644
index 2ba3590a9653..000000000000
--- a/dev-R/pkgload/metadata.xml
+++ /dev/null
@@ -1,20 +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">Simulates the process of installing a package and then
-attaching it. This is a key part of the 'devtools' package as it
-allows you to rapidly iterate while developing a package.</longdescription>
- <upstream>
- <maintainer>
- <email>lionel@rstudio.com</email>
- <name>Lionel Henry</name>
- </maintainer>
- <bugs-to>https://github.com/r-lib/pkgload/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-R/pkgload/pkgload-1.3.0.ebuild b/dev-R/pkgload/pkgload-1.3.0.ebuild
deleted file mode 100644
index 8fa6d6f281ad..000000000000
--- a/dev-R/pkgload/pkgload-1.3.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Simulate Package Installation and Attach'
-HOMEPAGE="
- https://cran.r-project.org/package=pkgload
- https://github.com/r-lib/pkgload
- https://pkgload.r-lib.org/
-"
-
-KEYWORDS="~amd64"
-LICENSE='GPL-3'
-
-DEPEND="
- >=dev-R/cli-3.3.0
- dev-R/desc
- dev-R/crayon
- dev-R/fs
- dev-R/glue
- dev-R/rprojroot
- >=dev-R/rlang-1.0.3
- dev-R/rstudioapi
- >=dev-R/withr-2.4.3
-"
-RDEPEND="${DEPEND}"
-
-SUGGESTED_PACKAGES="
- dev-R/bitops
- dev-R/mathjaxr
- dev-R/pak
- dev-R/covr
- dev-R/pkgbuild
- dev-R/Rcpp
- >=dev-R/testthat-3.1.0
- dev-R/remotes
- dev-R/rstudioapi
-"