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/ids/
Date: Tue, 03 May 2022 03:32:50
Message-Id: 1651548289.d5f11aa7f2b1c29349a38a8dd66a32a34356e12f.Alessandro-Barbieri@gentoo
1 commit: d5f11aa7f2b1c29349a38a8dd66a32a34356e12f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 02:17:44 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 3 03:24:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5f11aa7
7
8 dev-R/ids: new package, add 1.0.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/ids/Manifest | 1 +
13 dev-R/ids/ids-1.0.1.ebuild | 28 ++++++++++++++++++++++++++++
14 dev-R/ids/metadata.xml | 17 +++++++++++++++++
15 3 files changed, 46 insertions(+)
16
17 diff --git a/dev-R/ids/Manifest b/dev-R/ids/Manifest
18 new file mode 100644
19 index 000000000..97522c312
20 --- /dev/null
21 +++ b/dev-R/ids/Manifest
22 @@ -0,0 +1 @@
23 +DIST ids_1.0.1.tar.gz 91213 BLAKE2B 550bd19df5ca0fc966e58b88a62afd1e6656d727e741517ca0128fe4ec5e22afde588d96f76218e559f6f30f188e1c86cba3ce4f6a50135a6203073706bfb990 SHA512 132fc37ba07695a26791596e348079a2275acc1d92bac736b3b6edd4128c61270cb9bc38b8a00e8bd848fd15a91d4c672154f630bb8d6a270bbdcbe8344be18c
24
25 diff --git a/dev-R/ids/ids-1.0.1.ebuild b/dev-R/ids/ids-1.0.1.ebuild
26 new file mode 100644
27 index 000000000..3b192d00b
28 --- /dev/null
29 +++ b/dev-R/ids/ids-1.0.1.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2022 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit R-packages
37 +
38 +DESCRIPTION='Generate Random Identifiers'
39 +HOMEPAGE="
40 + https://github.com/richfitz/ids
41 + https://cran.r-project.org/package=ids
42 +"
43 +
44 +KEYWORDS="~amd64"
45 +LICENSE='MIT'
46 +
47 +DEPEND="
48 + dev-R/openssl
49 + dev-R/uuid
50 +"
51 +RDEPEND="${DEPEND}"
52 +
53 +SUGGESTED_PACKAGES="
54 + dev-R/knitr
55 + dev-R/rcorpora
56 + dev-R/rmarkdown
57 + dev-R/testthat
58 +"
59
60 diff --git a/dev-R/ids/metadata.xml b/dev-R/ids/metadata.xml
61 new file mode 100644
62 index 000000000..724090c64
63 --- /dev/null
64 +++ b/dev-R/ids/metadata.xml
65 @@ -0,0 +1,17 @@
66 +<?xml version="1.0" encoding="UTF-8"?>
67 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 +<pkgmetadata>
69 + <maintainer type="person">
70 + <description>co-maintainers welcome</description>
71 + <name>Alessandro Barbieri</name>
72 + <email>lssndrbarbieri@×××××.com</email>
73 + </maintainer>
74 + <upstream>
75 + <maintainer>
76 + <name>Rich FitzJohn</name>
77 + <email>rich.fitzjohn@×××××.com</email>
78 + </maintainer>
79 + <bugs-to>https://github.com/richfitz/ids/issues</bugs-to>
80 + <remote-id type="github">richfitz/ids</remote-id>
81 + </upstream>
82 +</pkgmetadata>