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/ggplot2/
Date: Mon, 31 May 2021 22:04:51
Message-Id: 1622498681.de89b03a553ba592da0ccac75d095911ed10f0f6.Alessandro-Barbieri@gentoo
1 commit: de89b03a553ba592da0ccac75d095911ed10f0f6
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:38:13 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=de89b03a
7
8 dev-R/ggplot2: 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/ggplot2/Manifest | 1 +
14 dev-R/ggplot2/ggplot2-3.3.3.ebuild | 25 +++++++++++++++++++++++++
15 dev-R/ggplot2/metadata.xml | 11 +++++++++++
16 3 files changed, 37 insertions(+)
17
18 diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest
19 new file mode 100644
20 index 000000000..6c1189ddb
21 --- /dev/null
22 +++ b/dev-R/ggplot2/Manifest
23 @@ -0,0 +1 @@
24 +DIST ggplot2_3.3.3.tar.gz 3058840 BLAKE2B 9f1c24bc9b4e98f71fc8b2853f60bed7a6557b9f83c26368e8865561b26fb6e515d5f9dfa4be915e513f3aa62a8e083ae3aed2cf9d434209b8cddcacebe429f0 SHA512 6234c2b606bda80b770927975b52c92f9eb7126dcb36889c1d58159c9c2312ff8469a1dd123065c10f77c1f83731285d9a5fdb6d31a1e595169021ece76d717d
25
26 diff --git a/dev-R/ggplot2/ggplot2-3.3.3.ebuild b/dev-R/ggplot2/ggplot2-3.3.3.ebuild
27 new file mode 100644
28 index 000000000..20eafddd7
29 --- /dev/null
30 +++ b/dev-R/ggplot2/ggplot2-3.3.3.ebuild
31 @@ -0,0 +1,25 @@
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='Create Elegant Data Visualisations using the grammar of graphics'
40 +KEYWORDS="~amd64"
41 +LICENSE='MIT'
42 +
43 +DEPEND="
44 + >=dev-lang/R-3.2
45 + >=dev-R/scales-0.5.0
46 + >=dev-R/withr-2.0.0
47 + virtual/MASS
48 + dev-R/isoband
49 + dev-R/glue
50 + dev-R/digest
51 + >=dev-R/gtable-0.1.1
52 + virtual/mgcv
53 + >=dev-R/rlang-0.3.0
54 + dev-R/tibble
55 +"
56 +RDEPEND="${DEPEND}"
57
58 diff --git a/dev-R/ggplot2/metadata.xml b/dev-R/ggplot2/metadata.xml
59 new file mode 100644
60 index 000000000..f6471223e
61 --- /dev/null
62 +++ b/dev-R/ggplot2/metadata.xml
63 @@ -0,0 +1,11 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <longdescription>
68 + Create Elegant Data Visualisations Using the Grammar of Graphics
69 + // A system for 'declaratively' creating graphics, based on
70 + "The Grammar of Graphics". You provide the data, tell 'ggplot2'
71 + how to map variables to aesthetics, what graphical primitives
72 + to use, and it takes care of the details.
73 + </longdescription>
74 +</pkgmetadata>