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 1FD0F1382C5 for ; Mon, 18 May 2020 18:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C311BE090A; Mon, 18 May 2020 18:39:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AFF10E090A for ; Mon, 18 May 2020 18:39:44 +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 D435434F096 for ; Mon, 18 May 2020 18:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FCCE257 for ; Mon, 18 May 2020 18:39:39 +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: <1589824907.8855c3399470a009ae79f53113b63d4f0fdfd8a2.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/ellipsis/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/ellipsis/Manifest dev-R/ellipsis/ellipsis-0.3.1.ebuild X-VCS-Directories: dev-R/ellipsis/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 8855c3399470a009ae79f53113b63d4f0fdfd8a2 X-VCS-Branch: dev Date: Mon, 18 May 2020 18:39:39 +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: 0e30b696-d102-45ce-a9a9-e1c8837d4beb X-Archives-Hash: 04ebcfad30cfaf9ed840c00cafe399a2 commit: 8855c3399470a009ae79f53113b63d4f0fdfd8a2 Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 18 18:01:47 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 18 18:01:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8855c339 dev-R/ellipsis: fixed version Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/ellipsis/Manifest | 1 + dev-R/ellipsis/ellipsis-0.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-R/ellipsis/Manifest b/dev-R/ellipsis/Manifest index 99cb46e..1392c63 100644 --- a/dev-R/ellipsis/Manifest +++ b/dev-R/ellipsis/Manifest @@ -1 +1,2 @@ DIST ellipsis_0.3.0.tar.gz 7371 BLAKE2B c7fe0e88a16bbf0a80f1c859804d781d8ae411856882d8629b5dbff4fa1d3c78e81759dd474f909e6c2c91e532086b705135561ee571edf1f095ff980aaf75a3 SHA512 85c92a10635bc8b71df2f44d83a8f9b915cb1e1de7969191e1b6fce216cdbb1d29e1abf1ce11c83455e0b177c74a7271d25646f53d7f4f39391e6f055958d3ea +DIST ellipsis_0.3.1.tar.gz 7582 BLAKE2B aff80d5858fc6857a391e8fe8e324ab5995b366b7419d8d931d28ed6a176eb0105d8a61d368dde42a3244825eeabab8a0cbcce5c9f6ede7b0536b080300fe4a0 SHA512 a8752e3cc52e13ec9503eeb19956ab604a6d1588b892501a14493697dc829507b5cdd64a361de4469c37420c0ba85cde44ca7a24c5e016b9dfc817d5666fe328 diff --git a/dev-R/ellipsis/ellipsis-0.3.1.ebuild b/dev-R/ellipsis/ellipsis-0.3.1.ebuild index 16fe602..18a001e 100644 --- a/dev-R/ellipsis/ellipsis-0.3.1.ebuild +++ b/dev-R/ellipsis/ellipsis-0.3.1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE=" https://github.com/r-lib/ellipsis https://cran.r-project.org/package=ellipsis " -SRC_URI="http://cran.r-project.org/src/contrib/ellipsis_0.3.0.tar.gz" +SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" LICENSE='GPL-3' KEYWORDS="~amd64" IUSE="${IUSE-}"