* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/commonmark/
@ 2021-05-31 22:04 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-05-31 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 5dc998eed0a29f30cf7ba5e7dabe725e8f7fc660
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 31 21:42:35 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 31 22:04:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5dc998ee
dev-R/commonmark: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/commonmark/Manifest | 1 +
dev-R/commonmark/commonmark-1.7.ebuild | 12 ++++++++++++
dev-R/commonmark/metadata.xml | 14 ++++++++++++++
3 files changed, 27 insertions(+)
diff --git a/dev-R/commonmark/Manifest b/dev-R/commonmark/Manifest
new file mode 100644
index 000000000..707f6b7f1
--- /dev/null
+++ b/dev-R/commonmark/Manifest
@@ -0,0 +1 @@
+DIST commonmark_1.7.tar.gz 134002 BLAKE2B 10c6360037c39c6e9d31c238673af73a45ff262d354998d20b4f952611a45e98ae3498bd4f4dcd817fd878309609218d91d418d392243652a6fcb75d5b4f958d SHA512 23f384bae4cc46153f3dc61599234a17a04c9fef2eae0dca744a9a8b43768f8f96f779a0fbb7c3ff9f6ba39d3f3512bb382b32960bf2875cc5a5bb8de4ece5e9
diff --git a/dev-R/commonmark/commonmark-1.7.ebuild b/dev-R/commonmark/commonmark-1.7.ebuild
new file mode 100644
index 000000000..42652afb2
--- /dev/null
+++ b/dev-R/commonmark/commonmark-1.7.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2021 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'
+
+RDEPEND="${DEPEND}"
diff --git a/dev-R/commonmark/metadata.xml b/dev-R/commonmark/metadata.xml
new file mode 100644
index 000000000..5a40e4964
--- /dev/null
+++ b/dev-R/commonmark/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ 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>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/commonmark/
@ 2021-09-04 22:51 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-09-04 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 38dda6fd52aabf6b8319d707347e523030f61670
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Sep 4 22:39:04 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Sep 4 22:51:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38dda6fd
dev-R/commonmark: respect AR
Closes: https://bugs.gentoo.org/794106
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/commonmark/commonmark-1.7.ebuild | 7 ++++++-
dev-R/commonmark/metadata.xml | 10 ++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/dev-R/commonmark/commonmark-1.7.ebuild b/dev-R/commonmark/commonmark-1.7.ebuild
index 42652afb2..ba9e02b5f 100644
--- a/dev-R/commonmark/commonmark-1.7.ebuild
+++ b/dev-R/commonmark/commonmark-1.7.ebuild
@@ -3,10 +3,15 @@
EAPI=7
-inherit R-packages
+inherit R-packages toolchain-funcs
DESCRIPTION='High Performance CommonMark and github markdown rendering in R'
KEYWORDS="~amd64"
LICENSE='BSD-2'
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ tc-export AR
+ R-packages_src_prepare
+}
diff --git a/dev-R/commonmark/metadata.xml b/dev-R/commonmark/metadata.xml
index 3a943e334..a18e9885f 100644
--- a/dev-R/commonmark/metadata.xml
+++ b/dev-R/commonmark/metadata.xml
@@ -16,4 +16,14 @@
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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/commonmark/
@ 2022-03-10 1:12 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-03-10 1:12 UTC (permalink / raw
To: gentoo-commits
commit: 89528e5a7a242318b6841fddcd5b9d6a6b88d77c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 00:05:33 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 01:05:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89528e5a
dev-R/commonmark: add 1.8.0, drop 1.7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/commonmark/Manifest | 2 +-
.../commonmark/{commonmark-1.7.ebuild => commonmark-1.8.0.ebuild} | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-R/commonmark/Manifest b/dev-R/commonmark/Manifest
index 707f6b7f1..8b05167f7 100644
--- a/dev-R/commonmark/Manifest
+++ b/dev-R/commonmark/Manifest
@@ -1 +1 @@
-DIST commonmark_1.7.tar.gz 134002 BLAKE2B 10c6360037c39c6e9d31c238673af73a45ff262d354998d20b4f952611a45e98ae3498bd4f4dcd817fd878309609218d91d418d392243652a6fcb75d5b4f958d SHA512 23f384bae4cc46153f3dc61599234a17a04c9fef2eae0dca744a9a8b43768f8f96f779a0fbb7c3ff9f6ba39d3f3512bb382b32960bf2875cc5a5bb8de4ece5e9
+DIST commonmark_1.8.0.tar.gz 139478 BLAKE2B 5ee85af7a85e5fac061aaf833a20ed58bac994bd83fb3dd212edc935fcb111a73deabe0d2ed6c3c569fd0eb348eb2fde64208453a961aca03c02eb08c97a008b SHA512 268c0427a501f64227bac1d0fa6b1768c63782c643693e3903333fc3e81e35e168596dbed11303621014bb9be0a4044fc557ac3e14609c15e24950a2ae11661c
diff --git a/dev-R/commonmark/commonmark-1.7.ebuild b/dev-R/commonmark/commonmark-1.8.0.ebuild
similarity index 67%
rename from dev-R/commonmark/commonmark-1.7.ebuild
rename to dev-R/commonmark/commonmark-1.8.0.ebuild
index 42652afb2..060157c85 100644
--- a/dev-R/commonmark/commonmark-1.7.ebuild
+++ b/dev-R/commonmark/commonmark-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,4 +9,8 @@ DESCRIPTION='High Performance CommonMark and github markdown rendering in R'
KEYWORDS="~amd64"
LICENSE='BSD-2'
-RDEPEND="${DEPEND}"
+SUGGESTED_PACKAGES="
+ dev-R/curl
+ dev-R/testthat
+ dev-R/xml2
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-10 1:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-31 22:04 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/commonmark/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-09-04 22:51 Alessandro Barbieri
2022-03-10 1:12 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox