diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-R/rstudioapi | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'dev-R/rstudioapi')
| -rw-r--r-- | dev-R/rstudioapi/Manifest | 1 | ||||
| -rw-r--r-- | dev-R/rstudioapi/metadata.xml | 14 | ||||
| -rw-r--r-- | dev-R/rstudioapi/rstudioapi-0.13.ebuild | 10 |
3 files changed, 25 insertions, 0 deletions
diff --git a/dev-R/rstudioapi/Manifest b/dev-R/rstudioapi/Manifest new file mode 100644 index 000000000000..b96f325959a7 --- /dev/null +++ b/dev-R/rstudioapi/Manifest @@ -0,0 +1 @@ +DIST rstudioapi_0.13.tar.gz 110472 BLAKE2B 0e930459dc0c5013dd19220a08edd15f4f2aaff5e1e00c34f59cde6999c5de617f60a8a4825cd7b3ebc02db672350bf6497049c2e5274b486c04a6210f316877 SHA512 608ad60d2b63e4e2c75a33431dd9a075b52d5ec3c8f7cff72e795a519d764a4e7abb7c949f61d3168183c33cc4ad0ed3f358f822fc20feb98d3cde7e92cee92c diff --git a/dev-R/rstudioapi/metadata.xml b/dev-R/rstudioapi/metadata.xml new file mode 100644 index 000000000000..507704cb4f12 --- /dev/null +++ b/dev-R/rstudioapi/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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"> + Safely Access the RStudio API // Access the RStudio API (if + available) and provide informative error messages when it's + not. + </longdescription> +</pkgmetadata> diff --git a/dev-R/rstudioapi/rstudioapi-0.13.ebuild b/dev-R/rstudioapi/rstudioapi-0.13.ebuild new file mode 100644 index 000000000000..2b653c5cfc7a --- /dev/null +++ b/dev-R/rstudioapi/rstudioapi-0.13.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Safely Access the RStudio API' +KEYWORDS="~amd64" +LICENSE='MIT' |
