[gentoo-commits] repo/proj/guru:dev commit in: dev-R/uuid/

2022-05-24 Thread Alessandro Barbieri
commit: 474660be76c96f939918606b85478c74c9a19cc9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue May 24 17:21:35 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue May 24 17:36:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=474660be

dev-R/uuid: fix copyright

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/uuid/uuid-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-R/uuid/uuid-1.1.0.ebuild b/dev-R/uuid/uuid-1.1.0.ebuild
index 0c5c47d9b..353fa25d4 100644
--- a/dev-R/uuid/uuid-1.1.0.ebuild
+++ b/dev-R/uuid/uuid-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/uuid/

2022-05-02 Thread Alessandro Barbieri
commit: 67055935a847230b56affe17383df9a7fd5dc6ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue May  3 02:43:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue May  3 03:32:24 2022 +
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 0..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 0..687d2c10b
--- /dev/null
+++ b/dev-R/uuid/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   Alessandro Barbieri
+   lssndrbarbi...@gmail.com
+   
+   
+   
+   Simon Urbanek
+   simon.urba...@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 0..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'