commit: 18b6ed1554a0894a9fb440543afb829f024e0287 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun Apr 24 01:50:06 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun Apr 24 01:50:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18b6ed15
dev-R/prettyunits: new package, add 1.1.1 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/prettyunits/Manifest | 1 + dev-R/prettyunits/metadata.xml | 15 +++++++++++++++ dev-R/prettyunits/prettyunits-1.1.1.ebuild | 21 +++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-R/prettyunits/Manifest b/dev-R/prettyunits/Manifest new file mode 100644 index 000000000..26129a8b9 --- /dev/null +++ b/dev-R/prettyunits/Manifest @@ -0,0 +1 @@ +DIST prettyunits_1.1.1.tar.gz 10366 BLAKE2B 9a33ee588aec8bdd65a417d8de3a557ead86728dc3c0d72bb845853ffd001d9656c65763044daaa148197e4c42b0b2331482e9c14fedf214738cae80cf91be8c SHA512 563feed049b4d6afda31ff162348a2d4467c49e3273c21937b049a7c4f47181a8bc278fa0b02acce014aefc98f9cddfdf8d65aa2960f63fb66dd1606d708c545 diff --git a/dev-R/prettyunits/metadata.xml b/dev-R/prettyunits/metadata.xml new file mode 100644 index 000000000..c159a8883 --- /dev/null +++ b/dev-R/prettyunits/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> + Pretty, Human Readable Formatting of Quantities // Pretty, human + readable formatting of quantities. Time intervals: '1337000' - + '15d 11h 23m 20s'. Vague time intervals: '2674000' - 'about a + month ago'. Bytes: '1337' - '1.34 kB'. + </longdescription> +</pkgmetadata> diff --git a/dev-R/prettyunits/prettyunits-1.1.1.ebuild b/dev-R/prettyunits/prettyunits-1.1.1.ebuild new file mode 100644 index 000000000..753221506 --- /dev/null +++ b/dev-R/prettyunits/prettyunits-1.1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Pretty, Human Readable Formatting of Quantities' +HOMEPAGE=" + https://github.com/gaborcsardi/prettyunits + https://cran.r-project.org/package=prettyunits +" + +KEYWORDS="~amd64" +LICENSE='MIT' + +SUGGESTED_PACKAGES=" + dev-R/codetools + dev-R/covr + dev-R/testthat +"
