public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/gargle/
Date: Tue,  3 May 2022 03:32:46 +0000 (UTC)	[thread overview]
Message-ID: <1651548289.42ed8da9d40056e2654f6a80dcaa1a269ff6c114.Alessandro-Barbieri@gentoo> (raw)

commit:     42ed8da9d40056e2654f6a80dcaa1a269ff6c114
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May  3 02:31:16 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May  3 03:24:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42ed8da9

dev-R/gargle: new package, add 1.2.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/gargle/Manifest            |  1 +
 dev-R/gargle/gargle-1.2.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 dev-R/gargle/metadata.xml        | 21 ++++++++++++++++++++
 3 files changed, 64 insertions(+)

diff --git a/dev-R/gargle/Manifest b/dev-R/gargle/Manifest
new file mode 100644
index 000000000..4d45d2013
--- /dev/null
+++ b/dev-R/gargle/Manifest
@@ -0,0 +1 @@
+DIST gargle_1.2.0.tar.gz 313418 BLAKE2B e8325629fead3bc44b60ad6b781098759e9204e634211e359771036eb9ada5f84ce768be8f4b57d515ca6d2e813ea3c1b39d1babb1e3a64dd3b75a42ffd5236e SHA512 1d11c9b07c461fc07ecb809fc0020d5fbb20b3955dead0cb97aaf494849fc16f545ae0854758d3eebc063add304efa9f7c207e1655ae893cd6624610e563d026

diff --git a/dev-R/gargle/gargle-1.2.0.ebuild b/dev-R/gargle/gargle-1.2.0.ebuild
new file mode 100644
index 000000000..749e18914
--- /dev/null
+++ b/dev-R/gargle/gargle-1.2.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Utilities for Working with Google APIs'
+HOMEPAGE="
+	https://cran.r-project.org/package=gargle
+	https://gargle.r-lib.org/
+	https://github.com/r-lib/gargle
+"
+
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+DEPEND="
+	>=dev-R/cli-3.0.0
+	>=dev-R/httr-1.4.0
+	dev-R/withr
+	>=dev-R/glue-1.3.0
+	>=dev-lang/R-3.3
+	>=dev-R/fs-1.3.1
+	dev-R/jsonlite
+	dev-R/rappdirs
+	>=dev-R/rlang-0.4.9
+	dev-R/rstudioapi
+"
+RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+	dev-R/aws_ec2metadata
+	dev-R/aws_signature
+	dev-R/covr
+	dev-R/httpuv
+	dev-R/knitr
+	dev-R/mockr
+	dev-R/rmarkdown
+	dev-R/spelling
+	>=dev-R/testthat-3.0.0
+"

diff --git a/dev-R/gargle/metadata.xml b/dev-R/gargle/metadata.xml
new file mode 100644
index 000000000..c0643c1e4
--- /dev/null
+++ b/dev-R/gargle/metadata.xml
@@ -0,0 +1,21 @@
+<?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>
+		<name>Alessandro Barbieri</name>
+		<email>lssndrbarbieri@gmail.com</email>
+	</maintainer>
+	<longdescription lang="en">Provides utilities for working with Google APIs
+&lt;https://developers.google.com/apis-explorer&gt;.	This includes
+functions and classes for handling common credential types and for
+preparing, executing, and processing HTTP requests.</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Jennifer Bryan</name>
+			<email>jenny@rstudio.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/r-lib/gargle/issues</bugs-to>
+		<remote-id type="github">r-lib/gargle</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-05-03  3:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03  3:32 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-24 17:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/gargle/ 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=1651548289.42ed8da9d40056e2654f6a80dcaa1a269ff6c114.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