Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/CRAN-rematch/
Date: Thu, 07 May 2020 11:13:59
Message-Id: 1588808155.6b21bdbbeb91d9f171ff5a358d8e5c33dc6b380c.andrewammerlaan@gentoo
1 commit: 6b21bdbbeb91d9f171ff5a358d8e5c33dc6b380c
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed May 6 23:33:32 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed May 6 23:35:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b21bdbb
7
8 dev-R/CRAN-rematch: new package
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild | 17 +++++++++++++++++
14 dev-R/CRAN-rematch/Manifest | 1 +
15 dev-R/CRAN-rematch/metadata.xml | 21 +++++++++++++++++++++
16 3 files changed, 39 insertions(+)
17
18 diff --git a/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
19 new file mode 100644
20 index 0000000..0ac3c33
21 --- /dev/null
22 +++ b/dev-R/CRAN-rematch/CRAN-rematch-1.0.1.ebuild
23 @@ -0,0 +1,17 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI="7"
28 +
29 +inherit R-packages-guru
30 +
31 +DESCRIPTION='Match Regular Expressions with a Nicer API'
32 +HOMEPAGE="
33 + https://github.com/MangoTheCat/rematch
34 + https://cran.r-project.org/package=rematch
35 +"
36 +SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz"
37 +LICENSE='MIT'
38 +
39 +IUSE="${IUSE-}"
40 +RDEPEND=""
41
42 diff --git a/dev-R/CRAN-rematch/Manifest b/dev-R/CRAN-rematch/Manifest
43 new file mode 100644
44 index 0000000..31ffffa
45 --- /dev/null
46 +++ b/dev-R/CRAN-rematch/Manifest
47 @@ -0,0 +1 @@
48 +DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d SHA512 b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1
49
50 diff --git a/dev-R/CRAN-rematch/metadata.xml b/dev-R/CRAN-rematch/metadata.xml
51 new file mode 100644
52 index 0000000..469ee64
53 --- /dev/null
54 +++ b/dev-R/CRAN-rematch/metadata.xml
55 @@ -0,0 +1,21 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 + <maintainer type="person">
60 + <email>lssndrbarbieri@×××××.com</email>
61 + <name>Alessandro Barbieri</name>
62 + </maintainer>
63 + <longdescription lang="en">
64 +A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector.
65 + </longdescription>
66 + <upstream>
67 + <bugs-to>https://github.com/MangoTheCat/rematch/issues</bugs-to>
68 + <changelog>https://cran.r-project.org/web/packages/rematch/news.html</changelog>
69 + <doc lang="en">https://cran.r-project.org/web/packages/rematch/rematch.pdf</doc>
70 + <maintainer>
71 + <name>Gabor Csardi</name>
72 + <email>gcsardi@×××××××××××××××.com</email>
73 + </maintainer>
74 + <remote-id type="github">MangoTheCat/rematch</remote-id>
75 + </upstream>
76 +</pkgmetadata>