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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 351D515808B for ; Sun, 6 Mar 2022 02:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771FFE0833; Sun, 6 Mar 2022 02:22:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 563F5E0833 for ; Sun, 6 Mar 2022 02:22:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 062A03430D4 for ; Sun, 6 Mar 2022 02:22:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 619F4326 for ; Sun, 6 Mar 2022 02:22:55 +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: <1646533363.67f2f0adefe997eb85dfb2fa41c6fac79631b0d5.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/tidyselect/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/tidyselect/Manifest dev-R/tidyselect/tidyselect-1.1.1.ebuild dev-R/tidyselect/tidyselect-1.1.2.ebuild X-VCS-Directories: dev-R/tidyselect/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 67f2f0adefe997eb85dfb2fa41c6fac79631b0d5 X-VCS-Branch: dev Date: Sun, 6 Mar 2022 02:22:55 +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: ad0472ab-8992-465d-8f31-b0ddcb6d08bf X-Archives-Hash: b7629b7008cca6f0c3993ee4d718ff0f commit: 67f2f0adefe997eb85dfb2fa41c6fac79631b0d5 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 6 02:08:23 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Mar 6 02:22:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67f2f0ad dev-R/tidyselect: add 1.1.2, drop 1.1.1 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/tidyselect/Manifest | 2 +- .../{tidyselect-1.1.1.ebuild => tidyselect-1.1.2.ebuild} | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/dev-R/tidyselect/Manifest b/dev-R/tidyselect/Manifest index cd3e85b90..9be9014ca 100644 --- a/dev-R/tidyselect/Manifest +++ b/dev-R/tidyselect/Manifest @@ -1 +1 @@ -DIST tidyselect_1.1.1.tar.gz 92088 BLAKE2B 8c0156b16afe73aa1413bcbd4ae4c947d923e8af138bebab47938d17c286b7e33af76f723336db06ccf5fb0810a47a730b1d14125dad537a024e77e78596475c SHA512 24ffe050938eb79c4ad4fa92d9f29a33b8f21d52b250702212d0c291e95bfddf877c29e7b2ac3d69a9ac3681c2b222358a2f284f4632c6a97a3b2bfec3b7c6a7 +DIST tidyselect_1.1.2.tar.gz 92085 BLAKE2B cc24477246b4b6a303715fdfefd25e50c04dca871e9707ef86a892e294e432cd53ca0beb9d7188583982957d66f679e5f8dd8159e21f1f531611e294d2a82e18 SHA512 99638296c8a4fbfc32d4b428d381fa18decf4c332f4383ef5bef1a2569fee77a609b77d4b867ad319398d3d78ed4d82088e9e3e1c65bd92beda6fc9a665a1d8a diff --git a/dev-R/tidyselect/tidyselect-1.1.1.ebuild b/dev-R/tidyselect/tidyselect-1.1.2.ebuild similarity index 65% rename from dev-R/tidyselect/tidyselect-1.1.1.ebuild rename to dev-R/tidyselect/tidyselect-1.1.2.ebuild index 8b81e7c4b..9608e7b79 100644 --- a/dev-R/tidyselect/tidyselect-1.1.1.ebuild +++ b/dev-R/tidyselect/tidyselect-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -18,7 +18,19 @@ DEPEND=" dev-R/ellipsis >=dev-R/glue-1.3.0 >=dev-R/purrr-0.3.2 - >=dev-R/rlang-0.4.6 + >=dev-R/rlang-1.0.1 >=dev-R/vctrs-0.3.0 " RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/crayon + dev-R/dplyr + dev-R/knitr + dev-R/magrittr + dev-R/rmarkdown + >=dev-R/testthat-3.1.1 + >=dev-R/tibble-2.1 + dev-R/withr +"