From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B84D1382C5 for ; Mon, 31 May 2021 22:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF45BE087C; Mon, 31 May 2021 22:04:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA9BAE087E for ; Mon, 31 May 2021 22:04:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29578340DDB for ; Mon, 31 May 2021 22:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 093807B1 for ; Mon, 31 May 2021 22:04:47 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1622498682.68db6b77d0d77e241f91c4045b757e8d2a681bab.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RColorBrewer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RColorBrewer/Manifest dev-R/RColorBrewer/RColorBrewer-1.1.2.ebuild dev-R/RColorBrewer/metadata.xml X-VCS-Directories: dev-R/RColorBrewer/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 68db6b77d0d77e241f91c4045b757e8d2a681bab X-VCS-Branch: dev Date: Mon, 31 May 2021 22:04:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4dc7c932-05e7-49a5-8fc1-3705a2d5f6b5 X-Archives-Hash: e2c598ade266983fe880beed87e97064 commit: 68db6b77d0d77e241f91c4045b757e8d2a681bab Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 31 21:53:08 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 31 22:04:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68db6b77 dev-R/RColorBrewer: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/RColorBrewer/Manifest | 1 + dev-R/RColorBrewer/RColorBrewer-1.1.2.ebuild | 11 +++++++++++ dev-R/RColorBrewer/metadata.xml | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/dev-R/RColorBrewer/Manifest b/dev-R/RColorBrewer/Manifest new file mode 100644 index 000000000..1cc2fabf3 --- /dev/null +++ b/dev-R/RColorBrewer/Manifest @@ -0,0 +1 @@ +DIST RColorBrewer_1.1-2.tar.gz 11532 BLAKE2B b1f52ee7732b6a94056a547148fb4d3125ea7c34b845474ffc4d2abcebc7bbf32557022454ced9b0c8cd2307e62c56cedceb5386adfd962b95e1748384e1f5fd SHA512 29eeecae274c57f2af3366d072fb6a61a1e0be64aae9393e10c7e92c3b98473b60b7042b532c49e0ce2f53e6dce1a728ddd6937bbc64cedcb3664a429c3e54da diff --git a/dev-R/RColorBrewer/RColorBrewer-1.1.2.ebuild b/dev-R/RColorBrewer/RColorBrewer-1.1.2.ebuild new file mode 100644 index 000000000..04bcd99ee --- /dev/null +++ b/dev-R/RColorBrewer/RColorBrewer-1.1.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='ColorBrewer Palettes' +SRC_URI="mirror://cran/src/contrib/RColorBrewer_1.1-2.tar.gz" +KEYWORDS="~amd64" +LICENSE='Apache-2.0' diff --git a/dev-R/RColorBrewer/metadata.xml b/dev-R/RColorBrewer/metadata.xml new file mode 100644 index 000000000..ab9f9e8a1 --- /dev/null +++ b/dev-R/RColorBrewer/metadata.xml @@ -0,0 +1,9 @@ + + + + + ColorBrewer Palettes // Provides color schemes for maps (and + other graphics) designed by Cynthia Brewer as described at + http://colorbrewer2.org + +