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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FA17158094 for ; Fri, 1 Jul 2022 15:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52D99E0C3F; Fri, 1 Jul 2022 15:07:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32D2CE0C3F for ; Fri, 1 Jul 2022 15:07:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 021BD341AB1 for ; Fri, 1 Jul 2022 15:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4134151B for ; Fri, 1 Jul 2022 15:07:20 +0000 (UTC) From: "Robert Greener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robert Greener" Message-ID: <1656688035.99dbc7a654a0ce7558ae052901ca96a9f5de320e.me@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/backports/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/backports/Manifest dev-R/backports/backports-1.4.1.ebuild dev-R/backports/metadata.xml X-VCS-Directories: dev-R/backports/ X-VCS-Committer: me X-VCS-Committer-Name: Robert Greener X-VCS-Revision: 99dbc7a654a0ce7558ae052901ca96a9f5de320e X-VCS-Branch: dev Date: Fri, 1 Jul 2022 15:07:20 +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: 886e4193-ee3a-458b-bdec-fed35d170607 X-Archives-Hash: 1b5f976830bdc50a8dc13c3e2ab4ddab commit: 99dbc7a654a0ce7558ae052901ca96a9f5de320e Author: Robert Greener r0bert dev> AuthorDate: Fri Jul 1 15:07:15 2022 +0000 Commit: Robert Greener r0bert dev> CommitDate: Fri Jul 1 15:07:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99dbc7a6 dev-R/backports: Add backports 1.4.1 Signed-off-by: Robert Greener r0bert.dev> dev-R/backports/Manifest | 1 + dev-R/backports/backports-1.4.1.ebuild | 10 ++++++++++ dev-R/backports/metadata.xml | 17 +++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-R/backports/Manifest b/dev-R/backports/Manifest new file mode 100644 index 000000000..31f186d5b --- /dev/null +++ b/dev-R/backports/Manifest @@ -0,0 +1 @@ +DIST backports_1.4.1.tar.gz 26201 BLAKE2B 7073469ce4c1af82c763e55ac1cf7498e52c229ec67a3fd0914036bf6f70a992c0811e65b4093466b1f21ba0f39489f16f46c7e44bbf9ff741b7e475e905a9db SHA512 e178c4e9ccf278e3f503e2424d2d60866bb8054b7e10c105cbaa63009e84fc9be2c180f1e9947839f7d5a885a399f7a396cc3c6afe7f13e8f20fd055da43e7ab diff --git a/dev-R/backports/backports-1.4.1.ebuild b/dev-R/backports/backports-1.4.1.ebuild new file mode 100644 index 000000000..2378a4c6e --- /dev/null +++ b/dev-R/backports/backports-1.4.1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Reimplementations of Functions Introduced Since R-3.0.0' +KEYWORDS="~amd64" +LICENSE='GPL2 GPL3' diff --git a/dev-R/backports/metadata.xml b/dev-R/backports/metadata.xml new file mode 100644 index 000000000..4d02c9354 --- /dev/null +++ b/dev-R/backports/metadata.xml @@ -0,0 +1,17 @@ + + + + + Robert Greener + me@r0bert.dev + + Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively importing specific backports to support older installations. + + + Michel Lang + michellang@gmail.com + + https://github.com/r-lib/backports/issues + r-lib/backports + +