mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-R/munsell: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/munsell/Manifest
Normal file
1
dev-R/munsell/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST munsell_0.5.0.tar.gz 182653 BLAKE2B 534463ce90f276b5fb3c874fadd882b1f824cef7b8ba1a7817994a1949d312fc85acf7893df03ca11403e0d20b2b3223e606ee2a92b8d735904b37f41b2706f3 SHA512 12a66c2406bf5aecec52a504549e7beeaff67fb67aab9950c24e9e6300b458cf541c818630814433229c1b406a2830a32dc21e10cabcdb4429245d85ba96f8de
|
||||||
13
dev-R/munsell/metadata.xml
Normal file
13
dev-R/munsell/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<longdescription>
|
||||||
|
Utilities for Using Munsell Colours // Provides easy access to,
|
||||||
|
and manipulation of, the Munsell colours. Provides a mapping
|
||||||
|
between Munsell's original notation (e.g. "5R 5/10") and
|
||||||
|
hexadecimal strings suitable for use directly in R graphics.
|
||||||
|
Also provides utilities to explore slices through the Munsell
|
||||||
|
colour tree, to transform Munsell colours and display colour
|
||||||
|
palettes.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
13
dev-R/munsell/munsell-0.5.0.ebuild
Normal file
13
dev-R/munsell/munsell-0.5.0.ebuild
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit R-packages
|
||||||
|
|
||||||
|
DESCRIPTION='Utilities for Using Munsell Colours'
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
LICENSE='MIT'
|
||||||
|
|
||||||
|
DEPEND="dev-R/colorspace"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
Reference in New Issue
Block a user