From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/R6/
Date: Fri, 8 May 2020 16:57:30 +0000 (UTC) [thread overview]
Message-ID: <1588952109.f719136845131e83da4c63c4a60e0d74a1f9e869.Alessandro-Barbieri@gentoo> (raw)
commit: f719136845131e83da4c63c4a60e0d74a1f9e869
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May 8 15:35:09 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May 8 15:35:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7191368
dev-R/R6: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/R6/Manifest | 1 +
dev-R/R6/R6-2.4.1.ebuild | 17 +++++++++++++++++
dev-R/R6/metadata.xml | 33 +++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-R/R6/Manifest b/dev-R/R6/Manifest
new file mode 100644
index 0000000..8e57d26
--- /dev/null
+++ b/dev-R/R6/Manifest
@@ -0,0 +1 @@
+DIST R6_2.4.1.tar.gz 35536 BLAKE2B 0a2e7664d0b5911fe0f6c40bd80314ed6a100cbce9c9afe60a166e9fa0da773d16c0db545b28992b543d5a380c45bd977413026e422be13ca4706a4b0d7137e8 SHA512 bf165edf15f4fb3a4ad94b80bcf96f255b6889649b40c7f27af10841a55d81d02f8a42707fc08a5bcadfa94d77d67f4617739a75b3e7d99ba57bb9100dde98b0
diff --git a/dev-R/R6/R6-2.4.1.ebuild b/dev-R/R6/R6-2.4.1.ebuild
new file mode 100644
index 0000000..e61dea3
--- /dev/null
+++ b/dev-R/R6/R6-2.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Encapsulated Classes with Reference Semantics'
+SRC_URI="http://cran.r-project.org/src/contrib/R6_2.4.1.tar.gz"
+LICENSE='MIT'
+HOMEPAGE="
+ https://r6.r-lib.org
+ https://github.com/r-lib/R6
+ https://cran.r-project.org/package=R6
+"
+IUSE="${IUSE-}"
+DEPEND=">=dev-lang/R-3.0"
diff --git a/dev-R/R6/metadata.xml b/dev-R/R6/metadata.xml
new file mode 100644
index 0000000..6762d82
--- /dev/null
+++ b/dev-R/R6/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+ Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
+ </longdescription>
+ <upstream>
+ <bugs-to>
+ https://github.com/r-lib/R6/issues
+ </bugs-to>
+ <doc lang="en">
+ https://cran.r-project.org/web//packages/R6/R6.pdf
+ </doc>
+ <changelog>
+ https://cran.r-project.org/web//packages/R6/news/news.html
+ </changelog>
+ <maintainer>
+ <name>
+ Winston Chang
+ </name>
+ <email>
+ winston@stdout.org
+ </email>
+ </maintainer>
+ <remote-id type="github">
+ r-lib/R6
+ </remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2020-05-08 16:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-08 16:57 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-14 22:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/R6/ Alessandro Barbieri
2021-04-07 20:12 Alessandro Barbieri
2021-05-16 15:28 Alessandro Barbieri
2022-03-11 2:02 Alessandro Barbieri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588952109.f719136845131e83da4c63c4a60e0d74a1f9e869.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox