commit:     728803f8c57d7a12b830eb98f8a0c5177b611295
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 16:55:42 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May  8 16:55:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=728803f8

dev-R/pillar: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/pillar/Manifest            |  1 +
 dev-R/pillar/metadata.xml        | 33 +++++++++++++++++++++++++++++++++
 dev-R/pillar/pillar-1.4.4.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-R/pillar/Manifest b/dev-R/pillar/Manifest
new file mode 100644
index 0000000..08a6de0
--- /dev/null
+++ b/dev-R/pillar/Manifest
@@ -0,0 +1 @@
+DIST pillar_1.4.4.tar.gz 231021 BLAKE2B 
21a5597f70f093ff50fe21f79e2903ee16efc724cdb2b99396d29e1857c8cf7c8700c5d3f440db95f692691b0df0e82ef3419d17777146c76dbd0c1418d9780d
 SHA512 
e1b325908b6d79bbc5e944b4117a46016be88bc5a71ce8e5494a3a46a85039d6d216b1699014dcafbe2d4f3365130a65d0ef481f66b2e6ee9df49c1e8801aad4

diff --git a/dev-R/pillar/metadata.xml b/dev-R/pillar/metadata.xml
new file mode 100644
index 0000000..51d277f
--- /dev/null
+++ b/dev-R/pillar/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>lssndrbarbi...@gmail.com</email>
+               <name>Alessandro Barbieri</name>
+       </maintainer>
+       <longdescription lang="en">
+               Provides 'pillar' and 'colonnade' generics designed for 
formatting columns of data using the full range of colours provided by modern 
terminals.
+       </longdescription>
+       <upstream>
+               <bugs-to>
+                       https://github.com/r-lib/pillar/issues
+               </bugs-to>
+               <doc lang="en">
+                       
https://cran.r-project.org/web//packages/pillar/pillar.pdf
+               </doc>
+               <changelog>
+                       
https://cran.r-project.org/web//packages/pillar/news/news.html
+               </changelog>
+               <maintainer>
+                       <name>
+                               Kirill Müller
+                       </name>
+                       <email>
+                               krlml...@mailbox.org
+                       </email>
+               </maintainer>
+               <remote-id type="github">
+                       r-lib/pillar
+               </remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-R/pillar/pillar-1.4.4.ebuild b/dev-R/pillar/pillar-1.4.4.ebuild
new file mode 100644
index 0000000..c35d385
--- /dev/null
+++ b/dev-R/pillar/pillar-1.4.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Coloured Formatting for Columns'
+HOMEPAGE="
+       https://github.com/r-lib/pillar
+       https://cran.r-project.org/package=pillar
+"
+SRC_URI="http://cran.r-project.org/src/contrib/pillar_1.4.4.tar.gz";
+LICENSE='GPL-3'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+       dev-R/cli
+       >=dev-R/crayon-1.3.4
+       dev-R/fansi
+       >=dev-R/rlang-0.3.0
+       >=dev-R/vctrs-0.2.0
+       >=dev-R/utf8-1.1.0
+"
+RDEPEND="${DEPEND-}"

Reply via email to