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 B299E158090 for ; Thu, 12 May 2022 09:14:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D893EE08F6; Thu, 12 May 2022 09:14:56 +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 BBDE1E08F1 for ; Thu, 12 May 2022 09:14:56 +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 C524A34179F for ; Thu, 12 May 2022 09:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D46465 for ; Thu, 12 May 2022 09:14:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652268557.59f40dd2ecb1272f59170e277e5f6b36e6394b5f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/xfun/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/xfun/Manifest dev-R/xfun/xfun-0.30.ebuild dev-R/xfun/xfun-0.31.ebuild X-VCS-Directories: dev-R/xfun/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 59f40dd2ecb1272f59170e277e5f6b36e6394b5f X-VCS-Branch: master Date: Thu, 12 May 2022 09:14:52 +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: 48eaa5d1-17ce-4c4d-be84-48b555271f67 X-Archives-Hash: 08fb1c4540fe3a98d0767e3f248dabbc commit: 59f40dd2ecb1272f59170e277e5f6b36e6394b5f Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 11 11:24:48 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 11 11:29:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59f40dd2 dev-R/xfun: add 0.31, drop 0.30 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/xfun/Manifest | 2 +- dev-R/xfun/{xfun-0.30.ebuild => xfun-0.31.ebuild} | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-R/xfun/Manifest b/dev-R/xfun/Manifest index 4b9e490a2..c2747f695 100644 --- a/dev-R/xfun/Manifest +++ b/dev-R/xfun/Manifest @@ -1 +1 @@ -DIST xfun_0.30.tar.gz 125825 BLAKE2B bd6a82fefdd00527fd30ab09498ec10cbdb26874a1608e604fea7f102b236fc7a70387cc4740b43fed77327dd3c436d387dd720cca9a015d7c32a9dc9b78022f SHA512 bf6874048c673b097bb5abf5c014b71ff7a58b1ac43b284aceaa9f2ba79b973aca05511db43c0a0f00f7bfaf261d0f054f9adc0b1d31c8d083293e8234fd68ac +DIST xfun_0.31.tar.gz 126065 BLAKE2B 065cba09ad6eb5303fa2153fa818821454cd774a2ca2b1b98396fbe76da75093a344fcb20cffec8c3ae8052fc22ee4b8d7ffa1221a45bb08c44a655b473018ae SHA512 a3d28392278923bd29964476fa1603d6acec1c1a6ea16d4e8fe52195d3379063da496285de5a8f86557027c1bcf3f4a29cc91b0304f6cb5a57eb5481df1ebaa9 diff --git a/dev-R/xfun/xfun-0.30.ebuild b/dev-R/xfun/xfun-0.31.ebuild similarity index 85% rename from dev-R/xfun/xfun-0.30.ebuild rename to dev-R/xfun/xfun-0.31.ebuild index 1d5422393..51e78327a 100644 --- a/dev-R/xfun/xfun-0.30.ebuild +++ b/dev-R/xfun/xfun-0.31.ebuild @@ -6,6 +6,11 @@ EAPI=7 inherit R-packages DESCRIPTION='Supporting Functions for Package maintained by Yihui Xie' +HOMEPAGE=" + https://cran.r-project.org/package=xfun + https://github.com/yihui/xfun +" + KEYWORDS="~amd64" LICENSE='MIT'