aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/munsell')
-rw-r--r--dev-R/munsell/Manifest1
-rw-r--r--dev-R/munsell/metadata.xml21
-rw-r--r--dev-R/munsell/munsell-0.5.0.ebuild13
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-R/munsell/Manifest b/dev-R/munsell/Manifest
deleted file mode 100644
index b0844b0fd..000000000
--- a/dev-R/munsell/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST munsell_0.5.0.tar.gz 182653 BLAKE2B 534463ce90f276b5fb3c874fadd882b1f824cef7b8ba1a7817994a1949d312fc85acf7893df03ca11403e0d20b2b3223e606ee2a92b8d735904b37f41b2706f3 SHA512 12a66c2406bf5aecec52a504549e7beeaff67fb67aab9950c24e9e6300b458cf541c818630814433229c1b406a2830a32dc21e10cabcdb4429245d85ba96f8de
diff --git a/dev-R/munsell/metadata.xml b/dev-R/munsell/metadata.xml
deleted file mode 100644
index efe2a044c..000000000
--- a/dev-R/munsell/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">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>
- <upstream>
- <maintainer>
- <name>Charlotte Wickham</name>
- <email>cwickham@gmail.com</email>
- </maintainer>
- </upstream>
-</pkgmetadata>
diff --git a/dev-R/munsell/munsell-0.5.0.ebuild b/dev-R/munsell/munsell-0.5.0.ebuild
deleted file mode 100644
index f162c701e..000000000
--- a/dev-R/munsell/munsell-0.5.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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}"