public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/googledrive/
@ 2022-05-03  3:32 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-05-03  3:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c21680f912e3abc01c1b0b37a5a5ff77de2639cc
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May  3 02:21: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=c21680f9

dev-R/googledrive: new package, add 2.0.0

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

 dev-R/googledrive/Manifest                 |  1 +
 dev-R/googledrive/googledrive-2.0.0.ebuild | 48 ++++++++++++++++++++++++++++++
 dev-R/googledrive/metadata.xml             | 17 +++++++++++
 3 files changed, 66 insertions(+)

diff --git a/dev-R/googledrive/Manifest b/dev-R/googledrive/Manifest
new file mode 100644
index 000000000..09a175c7e
--- /dev/null
+++ b/dev-R/googledrive/Manifest
@@ -0,0 +1 @@
+DIST googledrive_2.0.0.tar.gz 1593656 BLAKE2B af1fe6d0d09a1d7931587a9232ab3803830a180606546f368ace12c6e7d9ce8d4beb97a43a684cfe94122172dc1c68bbf748aac8b20e6ab777329b405ddc7cb3 SHA512 fb5ee3ced372364c448432fd936bb178d5318842c8642a497e52e35038a3ae0a7536d538eba539c1c1e2cc63aabbcdbdac7b3d7d00cf3ffedcdbab2720dd38c9

diff --git a/dev-R/googledrive/googledrive-2.0.0.ebuild b/dev-R/googledrive/googledrive-2.0.0.ebuild
new file mode 100644
index 000000000..baf0d088c
--- /dev/null
+++ b/dev-R/googledrive/googledrive-2.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='An Interface to Google Drive'
+HOMEPAGE="
+	https://cran.r-project.org/package=googledrive
+	https://googledrive.tidyverse.org/
+	https://github.com/tidyverse/googledrive
+"
+
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+DEPEND="
+	>=dev-R/cli-3.0.0
+	dev-R/pillar
+	dev-R/lifecycle
+	dev-R/magrittr
+	>=dev-R/glue-1.4.2
+	>=dev-R/rlang-0.4.9
+	dev-R/uuid
+	>=dev-lang/R-3.3
+	>=dev-R/gargle-1.2.0
+	dev-R/httr
+	dev-R/jsonlite
+	>=dev-R/purrr-0.2.3
+	>=dev-R/tibble-2.0.0
+	>=dev-R/vctrs-0.3.0
+	dev-R/withr
+"
+RDEPEND="${DEPEND}"
+
+R_SUGGESTS="
+	dev-R/covr
+	dev-R/curl
+	dev-R/downlit
+	>=dev-R/dplyr-1.0.0
+	dev-R/knitr
+	dev-R/mockr
+	dev-R/rmarkdown
+	dev-R/roxygen2
+	dev-R/spelling
+	>=dev-R/testthat-3.0.0
+"

diff --git a/dev-R/googledrive/metadata.xml b/dev-R/googledrive/metadata.xml
new file mode 100644
index 000000000..60eee36da
--- /dev/null
+++ b/dev-R/googledrive/metadata.xml
@@ -0,0 +1,17 @@
+<?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>
+	<upstream>
+		<maintainer>
+			<name>Jennifer Bryan</name>
+			<email>jenny@rstudio.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/tidyverse/googledrive/issues</bugs-to>
+		<remote-id type="github">tidyverse/googledrive</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/googledrive/
@ 2022-05-24 17:36 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-05-24 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ec8a3d9bc1037490b39c7199e2d6cbea4e0d852c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 24 17:22:24 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 24 17:36:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec8a3d9b

dev-R/googledrive: fix copyright

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

 dev-R/googledrive/googledrive-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-R/googledrive/googledrive-2.0.0.ebuild b/dev-R/googledrive/googledrive-2.0.0.ebuild
index baf0d088c..3ccaa0706 100644
--- a/dev-R/googledrive/googledrive-2.0.0.ebuild
+++ b/dev-R/googledrive/googledrive-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-24 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-03  3:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/googledrive/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-05-24 17:36 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox