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/hunspell/
Date: Mon, 31 May 2021 22:04:49
Message-Id: 1622498680.70cfa42da1e75b51193b7b60330325ea93a68103.Alessandro-Barbieri@gentoo
1 commit: 70cfa42da1e75b51193b7b60330325ea93a68103
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 31 21:34:34 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Mon May 31 22:04:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70cfa42d
7
8 dev-R/hunspell: new
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-R/hunspell/Manifest | 1 +
14 dev-R/hunspell/hunspell-3.0.1.ebuild | 20 ++++++++++++++++++++
15 dev-R/hunspell/metadata.xml | 14 ++++++++++++++
16 3 files changed, 35 insertions(+)
17
18 diff --git a/dev-R/hunspell/Manifest b/dev-R/hunspell/Manifest
19 new file mode 100644
20 index 000000000..14435287a
21 --- /dev/null
22 +++ b/dev-R/hunspell/Manifest
23 @@ -0,0 +1 @@
24 +DIST hunspell_3.0.1.tar.gz 3283317 BLAKE2B efc4aab61a0f8c26ddab32294b96ed7a4612ba228bc19dc92d81ce2a6343890e6cc4566cff24d68ebb67a705b5155bd81cadd6d6d84414d23baf3f5bdb4c78d4 SHA512 8e305bd773bd3428aee95c371f8261252d241f9760dd2595d664bfcf375fa52376acc767ea851992b06bf9863d71ad4ae9d81d6a709d7e01f1d83c3e7f44338b
25
26 diff --git a/dev-R/hunspell/hunspell-3.0.1.ebuild b/dev-R/hunspell/hunspell-3.0.1.ebuild
27 new file mode 100644
28 index 000000000..e28e606ef
29 --- /dev/null
30 +++ b/dev-R/hunspell/hunspell-3.0.1.ebuild
31 @@ -0,0 +1,20 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit R-packages
38 +
39 +DESCRIPTION='High-Performance Stemmer, Tokenizer and Spell Checker'
40 +KEYWORDS="~amd64"
41 +LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
42 +
43 +DEPEND="
44 + >=dev-lang/R-3.0.2
45 + dev-R/Rcpp
46 + dev-R/digest
47 +"
48 +RDEPEND="
49 + ${DEPEND}
50 + >=dev-R/Rcpp-0.12.12
51 +"
52
53 diff --git a/dev-R/hunspell/metadata.xml b/dev-R/hunspell/metadata.xml
54 new file mode 100644
55 index 000000000..c4c97701f
56 --- /dev/null
57 +++ b/dev-R/hunspell/metadata.xml
58 @@ -0,0 +1,14 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <longdescription>
63 + High-Performance Stemmer, Tokenizer, and Spell Checker // Low
64 + level spell checker and morphological analyzer based on the
65 + famous 'hunspell' library https://hunspell.github.io. The
66 + package can analyze or check individual words as well as parse
67 + text, latex, html or xml documents. For a more user-friendly
68 + interface use the 'spelling' package which builds on this
69 + package to automate checking of files, documentation and
70 + vignettes in all common formats.
71 + </longdescription>
72 +</pkgmetadata>