diff --git a/dev-R/uuid/Manifest b/dev-R/uuid/Manifest new file mode 100644 index 0000000000..af18105c80 --- /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 0000000000..687d2c10bd --- /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 0000000000..0c5c47d9b2 --- /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'