Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/uuid/
Date: Tue, 03 May 2022 03:32:52
Message-Id: 1651548744.67055935a847230b56affe17383df9a7fd5dc6ee.Alessandro-Barbieri@gentoo
1 commit: 67055935a847230b56affe17383df9a7fd5dc6ee
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 02:43:20 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 3 03:32:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67055935
7
8 dev-R/uuid: new package, add 1.1.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/uuid/Manifest | 1 +
13 dev-R/uuid/metadata.xml | 17 +++++++++++++++++
14 dev-R/uuid/uuid-1.1.0.ebuild | 19 +++++++++++++++++++
15 3 files changed, 37 insertions(+)
16
17 diff --git a/dev-R/uuid/Manifest b/dev-R/uuid/Manifest
18 new file mode 100644
19 index 000000000..af18105c8
20 --- /dev/null
21 +++ b/dev-R/uuid/Manifest
22 @@ -0,0 +1 @@
23 +DIST uuid_1.1-0.tar.gz 77959 BLAKE2B 28b7dac8bd1220abe8842fc8c48ef32a1d853aaf0a849f3ebed1bc27b2dc20b54536e2edd0667fc8743bdf54491e6994b6972592d354aa6c2433576b30cd43e9 SHA512 0e64565bec3ebd00d4710ab5b06c6a11df6da67e69e51967dd3470849196566a87a2654773593cd74dfcd580fd1f0fe2a57314b27a746fed708551e5b4181c4b
24
25 diff --git a/dev-R/uuid/metadata.xml b/dev-R/uuid/metadata.xml
26 new file mode 100644
27 index 000000000..687d2c10b
28 --- /dev/null
29 +++ b/dev-R/uuid/metadata.xml
30 @@ -0,0 +1,17 @@
31 +<?xml version="1.0" encoding="UTF-8"?>
32 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 +<pkgmetadata>
34 + <maintainer type="person">
35 + <description>co-maintainers welcome</description>
36 + <name>Alessandro Barbieri</name>
37 + <email>lssndrbarbieri@×××××.com</email>
38 + </maintainer>
39 + <upstream>
40 + <maintainer>
41 + <name>Simon Urbanek</name>
42 + <email>Simon.Urbanek@×××××××××.org</email>
43 + </maintainer>
44 + <bugs-to>https://github.com/s-u/uuid/issues</bugs-to>
45 + <remote-id type="github">s-u/uuid</remote-id>
46 + </upstream>
47 +</pkgmetadata>
48
49 diff --git a/dev-R/uuid/uuid-1.1.0.ebuild b/dev-R/uuid/uuid-1.1.0.ebuild
50 new file mode 100644
51 index 000000000..0c5c47d9b
52 --- /dev/null
53 +++ b/dev-R/uuid/uuid-1.1.0.ebuild
54 @@ -0,0 +1,19 @@
55 +# Copyright 1999-2022 Gentoo Foundation
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI=7
59 +
60 +inherit R-packages
61 +
62 +MYPV="$(ver_rs 2 -)"
63 +
64 +DESCRIPTION='Tools for Generating and Handling of UUIDs'
65 +HOMEPAGE="
66 + https://github.com/s-u/uuid
67 + https://www.rforge.net/uuid
68 + https://cran.r-project.org/package=uuid
69 +"
70 +SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
71 +
72 +KEYWORDS="~amd64"
73 +LICENSE='MIT'