dev-R/highr: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:35:36 +02:00
parent a353bf1232
commit 4f92c2484b
3 changed files with 27 additions and 0 deletions

1
dev-R/highr/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST highr_0.9.tar.gz 15188 BLAKE2B eebbb84380308ec0f1418e23f0bf5d8e3612381bd72642737d2d38a695bf232701df6f97e2e635e498965b1ab848264e4b705dfeb04d01175941a913644cddf0 SHA512 5a3add535dc78c8cfd50407bf5f7e63746a8af7efa30cf2b54f9b15bfa533d922ecc153ebdaa07c70baadf7ee633d2fba7aba38e3e93b923c908396bc1c1694e

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Syntax Highlighting for R Source Code'
KEYWORDS="~amd64"
LICENSE='GPL-2+'
DEPEND="
>=dev-lang/R-3.2.3
>=dev-R/xfun-0.18
"
RDEPEND="${DEPEND}"

10
dev-R/highr/metadata.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Syntax Highlighting for R Source Code // Provides syntax
highlighting for R source code. Currently it supports LaTeX and
HTML output. Source code of other languages is supported via
Andre Simon's highlight package (http://www.andre-simon.de).
</longdescription>
</pkgmetadata>