From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E27FA13835A for ; Mon, 31 May 2021 22:04:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38043E0848; Mon, 31 May 2021 22:04:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 222BBE0843 for ; Mon, 31 May 2021 22:04:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC4D7340DE7 for ; Mon, 31 May 2021 22:04:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 565077A8 for ; Mon, 31 May 2021 22:04:46 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1622498681.7f143df096b72c259c28b0ad4b96c05c605adb5d.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/curl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/curl/Manifest dev-R/curl/curl-4.3.1.ebuild dev-R/curl/metadata.xml X-VCS-Directories: dev-R/curl/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7f143df096b72c259c28b0ad4b96c05c605adb5d X-VCS-Branch: dev Date: Mon, 31 May 2021 22:04:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29248618-d467-4a59-91a7-21b212c5f638 X-Archives-Hash: d2a5249494611ab7237b296ab081352d commit: 7f143df096b72c259c28b0ad4b96c05c605adb5d Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 21:41:10 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 31 22:04:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f143df0 dev-R/curl: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/curl/Manifest | 1 + dev-R/curl/curl-4.3.1.ebuild | 16 ++++++++++++++++ dev-R/curl/metadata.xml | 17 +++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-R/curl/Manifest b/dev-R/curl/Manifest new file mode 100644 index 000000000..50f72fab2 --- /dev/null +++ b/dev-R/curl/Manifest @@ -0,0 +1 @@ +DIST curl_4.3.1.tar.gz 793230 BLAKE2B e1a87e7c609fa9c80fe78de87c373589a7aaf57494472330c0ce1210cbc8073b76de397d06eacb9a4819753b1b0a6c90779fabb3ed074614ac6bb2510a413455 SHA512 c935e115f4bb81e8b7b98d2736408e16ba3e10d67649834a37bbdbc1bcd0c6f3410344f7240161628e074cab70d3d8bd951f3df4abe1553df9947ad9353b1c62 diff --git a/dev-R/curl/curl-4.3.1.ebuild b/dev-R/curl/curl-4.3.1.ebuild new file mode 100644 index 000000000..bd10ce6e8 --- /dev/null +++ b/dev-R/curl/curl-4.3.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='A Modern and Flexible Web Client for R' +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=">=dev-lang/R-3.0.0" +RDEPEND=" + ${DEPEND} + net-misc/curl +" diff --git a/dev-R/curl/metadata.xml b/dev-R/curl/metadata.xml new file mode 100644 index 000000000..1bd6e0b22 --- /dev/null +++ b/dev-R/curl/metadata.xml @@ -0,0 +1,17 @@ + + + + + A Modern and Flexible Web Client for R // The curl() and + curl_download() functions provide highly configurable drop-in + replacements for base url() and download.file() with better + performance, support for encryption (https, ftps), gzip + compression, authentication, and other 'libcurl' goodies. The + core of the package implements a framework for performing fully + customized requests where data can be processed either in + memory, on disk, or streaming via the callback or connection + interfaces. Some knowledge of 'libcurl' is recommended; for a + more-user-friendly web client see the 'httr' package which + builds on this package with http specific tools and logic. + +