Gentoo Archives: gentoo-commits

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