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 86B74158090 for ; Tue, 3 May 2022 03:32:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E78D4E0B9E; Tue, 3 May 2022 03:32:50 +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 784BBE0B9E for ; Tue, 3 May 2022 03:32:50 +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 7E2E3341811 for ; Tue, 3 May 2022 03:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD80044B for ; Tue, 3 May 2022 03:32:46 +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: <1651548744.67055935a847230b56affe17383df9a7fd5dc6ee.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/uuid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/uuid/Manifest dev-R/uuid/metadata.xml dev-R/uuid/uuid-1.1.0.ebuild X-VCS-Directories: dev-R/uuid/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 67055935a847230b56affe17383df9a7fd5dc6ee X-VCS-Branch: dev Date: Tue, 3 May 2022 03:32:46 +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: d6cf62a1-a2d5-467c-980b-ec07e13478a1 X-Archives-Hash: 9b9e78745df76ba830551731b870254e commit: 67055935a847230b56affe17383df9a7fd5dc6ee Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 3 02:43:20 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue May 3 03:32:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67055935 dev-R/uuid: new package, add 1.1.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/uuid/Manifest | 1 + dev-R/uuid/metadata.xml | 17 +++++++++++++++++ dev-R/uuid/uuid-1.1.0.ebuild | 19 +++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-R/uuid/Manifest b/dev-R/uuid/Manifest new file mode 100644 index 000000000..af18105c8 --- /dev/null +++ b/dev-R/uuid/Manifest @@ -0,0 +1 @@ +DIST uuid_1.1-0.tar.gz 77959 BLAKE2B 28b7dac8bd1220abe8842fc8c48ef32a1d853aaf0a849f3ebed1bc27b2dc20b54536e2edd0667fc8743bdf54491e6994b6972592d354aa6c2433576b30cd43e9 SHA512 0e64565bec3ebd00d4710ab5b06c6a11df6da67e69e51967dd3470849196566a87a2654773593cd74dfcd580fd1f0fe2a57314b27a746fed708551e5b4181c4b diff --git a/dev-R/uuid/metadata.xml b/dev-R/uuid/metadata.xml new file mode 100644 index 000000000..687d2c10b --- /dev/null +++ b/dev-R/uuid/metadata.xml @@ -0,0 +1,17 @@ + + + + + co-maintainers welcome + Alessandro Barbieri + lssndrbarbieri@gmail.com + + + + Simon Urbanek + Simon.Urbanek@r-project.org + + https://github.com/s-u/uuid/issues + s-u/uuid + + diff --git a/dev-R/uuid/uuid-1.1.0.ebuild b/dev-R/uuid/uuid-1.1.0.ebuild new file mode 100644 index 000000000..0c5c47d9b --- /dev/null +++ b/dev-R/uuid/uuid-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +MYPV="$(ver_rs 2 -)" + +DESCRIPTION='Tools for Generating and Handling of UUIDs' +HOMEPAGE=" + https://github.com/s-u/uuid + https://www.rforge.net/uuid + https://cran.r-project.org/package=uuid +" +SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz" + +KEYWORDS="~amd64" +LICENSE='MIT'