diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-R/commonmark | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'dev-R/commonmark')
| -rw-r--r-- | dev-R/commonmark/Manifest | 1 | ||||
| -rw-r--r-- | dev-R/commonmark/commonmark-1.8.0.ebuild | 16 | ||||
| -rw-r--r-- | dev-R/commonmark/metadata.xml | 29 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-R/commonmark/Manifest b/dev-R/commonmark/Manifest new file mode 100644 index 000000000000..8b05167f7148 --- /dev/null +++ b/dev-R/commonmark/Manifest @@ -0,0 +1 @@ +DIST commonmark_1.8.0.tar.gz 139478 BLAKE2B 5ee85af7a85e5fac061aaf833a20ed58bac994bd83fb3dd212edc935fcb111a73deabe0d2ed6c3c569fd0eb348eb2fde64208453a961aca03c02eb08c97a008b SHA512 268c0427a501f64227bac1d0fa6b1768c63782c643693e3903333fc3e81e35e168596dbed11303621014bb9be0a4044fc557ac3e14609c15e24950a2ae11661c diff --git a/dev-R/commonmark/commonmark-1.8.0.ebuild b/dev-R/commonmark/commonmark-1.8.0.ebuild new file mode 100644 index 000000000000..060157c85fad --- /dev/null +++ b/dev-R/commonmark/commonmark-1.8.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='High Performance CommonMark and github markdown rendering in R' +KEYWORDS="~amd64" +LICENSE='BSD-2' + +SUGGESTED_PACKAGES=" + dev-R/curl + dev-R/testthat + dev-R/xml2 +" diff --git a/dev-R/commonmark/metadata.xml b/dev-R/commonmark/metadata.xml new file mode 100644 index 000000000000..a18e9885fe2b --- /dev/null +++ b/dev-R/commonmark/metadata.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://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"> + High Performance CommonMark and Github Markdown Rendering in R // + The CommonMark specification defines a rationalized version of + markdown syntax. This package uses the 'cmark' reference + implementation for converting markdown text into various + formats including html, latex and groff man. In addition it + exposes the markdown parse tree in xml format. Also includes + opt-in support for GFM extensions including tables, autolinks, + and strikethrough text. + </longdescription> + <upstream> + <bugs-to>http://github.com/jeroen/commonmark/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web/packages/commonmark/commonmark.pdf</doc> + <changelog>https://cran.r-project.org/web/packages/commonmark/NEWS</changelog> + <maintainer> + <name>Jeroen Ooms</name> + <email>jeroen@berkeley.edu</email> + </maintainer> + <remote-id type="github">jeroen/commonmark</remote-id> + </upstream> +</pkgmetadata> |
