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/colorspace/
Date: Mon, 31 May 2021 22:04:52
Message-Id: 1622498681.f10419dc1d093842187a19e7dc7de523dbd8a547.Alessandro-Barbieri@gentoo
1 commit: f10419dc1d093842187a19e7dc7de523dbd8a547
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:46:18 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:04:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f10419dc
7
8 dev-R/colorspace: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/colorspace/Manifest | 1 +
14 dev-R/colorspace/colorspace-2.0.1.ebuild | 14 ++++++++++++++
15 dev-R/colorspace/metadata.xml | 24 ++++++++++++++++++++++++
16 3 files changed, 39 insertions(+)
17
18 diff --git a/dev-R/colorspace/Manifest b/dev-R/colorspace/Manifest
19 new file mode 100644
20 index 000000000..a9fddaf45
21 --- /dev/null
22 +++ b/dev-R/colorspace/Manifest
23 @@ -0,0 +1 @@
24 +DIST colorspace_2.0-1.tar.gz 2193384 BLAKE2B c2ddcccd8fbf74a9f65a4533b13c6d8b43d2b97bf1776a1316cdead362b22e4fd9e367813f9f69b99e3636339733e8ca513514193e5c83ca7a50c161057db94f SHA512 59a84c3d08370e6818b26501400c74340fce283e73d549fec53e62c0ae47d476be65a589e8f35cbd17866ce8fbe926bc14021d8196bc82dc2abeec8a0cfd0db7
25
26 diff --git a/dev-R/colorspace/colorspace-2.0.1.ebuild b/dev-R/colorspace/colorspace-2.0.1.ebuild
27 new file mode 100644
28 index 000000000..744cba617
29 --- /dev/null
30 +++ b/dev-R/colorspace/colorspace-2.0.1.ebuild
31 @@ -0,0 +1,14 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit R-packages
38 +
39 +DESCRIPTION='A Toolbox for Manipulating and Assessing colors and palettes'
40 +SRC_URI="mirror://cran/src/contrib/colorspace_2.0-1.tar.gz"
41 +KEYWORDS="~amd64"
42 +LICENSE='BSD'
43 +
44 +DEPEND=">=dev-lang/R-3.0.0"
45 +RDEPEND="${DEPEND}"
46
47 diff --git a/dev-R/colorspace/metadata.xml b/dev-R/colorspace/metadata.xml
48 new file mode 100644
49 index 000000000..3292eb832
50 --- /dev/null
51 +++ b/dev-R/colorspace/metadata.xml
52 @@ -0,0 +1,24 @@
53 +<?xml version="1.0" encoding="UTF-8"?>
54 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
55 +<pkgmetadata>
56 + <longdescription>
57 + A Toolbox for Manipulating and Assessing Colors and Palettes //
58 + Carries out mapping between assorted color spaces including
59 + RGB, HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB, and
60 + polar CIELAB. Qualitative, sequential, and diverging color
61 + palettes based on HCL colors are provided along with
62 + corresponding ggplot2 color scales. Color palette choice is
63 + aided by an interactive app (with either a Tcl/Tk or a shiny
64 + graphical user interface) and shiny apps with an HCL color
65 + picker and a color vision deficiency emulator. Plotting
66 + functions for displaying and assessing palettes include color
67 + swatches, visualizations of the HCL space, and trajectories in
68 + HCL and/or RGB spectrum. Color manipulation functions include:
69 + desaturation, lightening/darkening, mixing, and simulation of
70 + color vision deficiencies (deutanomaly, protanomaly,
71 + tritanomaly). Details can be found on the project web page at
72 + https://colorspace.R-Forge.R-project.org/ and in the
73 + accompanying scientific paper: Zeileis et al. (2020, Journal of
74 + Statistical Software, doi:10.18637/jss.v096.i01).
75 + </longdescription>
76 +</pkgmetadata>