commit:     3275e801576b081cd182c697ffae6fd870ce7359
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu May  7 10:03:28 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu May  7 10:11:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3275e801

dev-R/rematch: rename package

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

 dev-R/rematch/Manifest             |  1 +
 dev-R/rematch/metadata.xml         | 21 +++++++++++++++++++++
 dev-R/rematch/rematch-1.0.1.ebuild | 17 +++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-R/rematch/Manifest b/dev-R/rematch/Manifest
new file mode 100644
index 0000000..31ffffa
--- /dev/null
+++ b/dev-R/rematch/Manifest
@@ -0,0 +1 @@
+DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 
5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d
 SHA512 
b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1

diff --git a/dev-R/rematch/metadata.xml b/dev-R/rematch/metadata.xml
new file mode 100644
index 0000000..469ee64
--- /dev/null
+++ b/dev-R/rematch/metadata.xml
@@ -0,0 +1,21 @@
+<?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">
+A small wrapper on 'regexpr' to extract the matches and captured groups from 
the match of a regular expression to a character vector.
+  </longdescription>
+  <upstream>
+    <bugs-to>https://github.com/MangoTheCat/rematch/issues</bugs-to>
+    
<changelog>https://cran.r-project.org/web/packages/rematch/news.html</changelog>
+    <doc 
lang="en">https://cran.r-project.org/web/packages/rematch/rematch.pdf</doc>
+    <maintainer>
+      <name>Gabor Csardi</name>
+      <email>gcsa...@mango-solutions.com</email>
+    </maintainer>
+    <remote-id type="github">MangoTheCat/rematch</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-R/rematch/rematch-1.0.1.ebuild 
b/dev-R/rematch/rematch-1.0.1.ebuild
new file mode 100644
index 0000000..0ac3c33
--- /dev/null
+++ b/dev-R/rematch/rematch-1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Match Regular Expressions with a Nicer API'
+HOMEPAGE="
+       https://github.com/MangoTheCat/rematch
+       https://cran.r-project.org/package=rematch
+"
+SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz";
+LICENSE='MIT'
+
+IUSE="${IUSE-}"
+RDEPEND=""

Reply via email to