dev-R/rematch: rename package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-05-07 12:03:28 +02:00
parent a52c469449
commit 3275e80157
3 changed files with 39 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d SHA512 b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1

View File

@@ -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>lssndrbarbieri@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>gcsardi@mango-solutions.com</email>
</maintainer>
<remote-id type="github">MangoTheCat/rematch</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -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=""