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 70483158090 for ; Thu, 5 May 2022 04:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98734E07E0; Thu, 5 May 2022 04:07:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7AF22E07D3 for ; Thu, 5 May 2022 04:07:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5D66E341B8C for ; Thu, 5 May 2022 04:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12E2B452 for ; Thu, 5 May 2022 04:07:30 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1651609294.ad4fd52d00bbdbe9d12079efe4d8b804aa3b19ff.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/ggplot2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/ggplot2/Manifest dev-R/ggplot2/ggplot2-3.3.5.ebuild dev-R/ggplot2/ggplot2-3.3.6.ebuild X-VCS-Directories: dev-R/ggplot2/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: ad4fd52d00bbdbe9d12079efe4d8b804aa3b19ff X-VCS-Branch: master Date: Thu, 5 May 2022 04:07:30 +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: 5d70181b-9184-4b26-a2a6-0662102703d4 X-Archives-Hash: 1dcd28085f24828400496db5a3b5d928 commit: ad4fd52d00bbdbe9d12079efe4d8b804aa3b19ff Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 3 18:48:26 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 3 20:21:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad4fd52d dev-R/ggplot2: add 3.3.6, drop 3.3.5 Closes: https://bugs.gentoo.org/842306 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/ggplot2/Manifest | 2 +- dev-R/ggplot2/{ggplot2-3.3.5.ebuild => ggplot2-3.3.6.ebuild} | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest index 4f3b8f9cd..d6ac84fa0 100644 --- a/dev-R/ggplot2/Manifest +++ b/dev-R/ggplot2/Manifest @@ -1 +1 @@ -DIST ggplot2_3.3.5.tar.gz 3063309 BLAKE2B a0a58700cad438d0e64b2d89394f6a4ac82e6f983b59e0eea0e47fa073dadf8771a44f6332de9e19d6542b7b9e5dfb2f13cdb66cc5300e76ad8c5c3ade5250ea SHA512 94ed976e48ddd08a2a840f3638bf7552cb05e5c588f362c1dffc57d903a222961516d28ab43f85f571f81e0fd12ecc7eb9690b2153d4eec2e358e2561e0c9c03 +DIST ggplot2_3.3.6.tar.gz 3061989 BLAKE2B 9a7d4fe7dea12ce52df500b8245bacbb64d85eda416d792865507075c326382060e4895422d03f03d2ff95aa4561d13e3e2b35aeb1d01bbb550e7f1409b62b2d SHA512 fa8e418b5a4dd249202cf65afc8b90ec4d84fae6a8aeae27d512c9c28fd0f6fcb508a1ca8fcd7efd2f5872ba42d542b6ccae8ae1183430d0d3aec50452774850 diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.6.ebuild similarity index 87% rename from dev-R/ggplot2/ggplot2-3.3.5.ebuild rename to dev-R/ggplot2/ggplot2-3.3.6.ebuild index 1e9fbec72..155f91425 100644 --- a/dev-R/ggplot2/ggplot2-3.3.5.ebuild +++ b/dev-R/ggplot2/ggplot2-3.3.6.ebuild @@ -6,6 +6,12 @@ EAPI=7 inherit R-packages DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics' +HOMEPAGE=" + https://cran.r-project.org/package=ggplot2 + https://ggplot2.tidyverse.org/ + https://github.com/tidyverse/ggplot2 +" + KEYWORDS="~amd64" LICENSE='MIT'