Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hfstospell/
Date: Sun, 08 Sep 2019 06:55:43
Message-Id: 1567925384.ea300b2905a1b5345260542c4775f43b13ab2242.juippis@gentoo
1 commit: ea300b2905a1b5345260542c4775f43b13ab2242
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 06:49:44 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 06:49:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea300b29
7
8 dev-util/hfstospell: new package
9
10 - HFST spell checker library and command line tool, dependency of
11 libreoffice-voikko.
12
13 Package-Manager: Portage-2.3.75, Repoman-2.3.17
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 dev-util/hfstospell/Manifest | 1 +
17 dev-util/hfstospell/hfstospell-0.5.1.ebuild | 28 ++++++++++++++++++++++++++++
18 dev-util/hfstospell/metadata.xml | 8 ++++++++
19 3 files changed, 37 insertions(+)
20
21 diff --git a/dev-util/hfstospell/Manifest b/dev-util/hfstospell/Manifest
22 new file mode 100644
23 index 00000000000..b659119c445
24 --- /dev/null
25 +++ b/dev-util/hfstospell/Manifest
26 @@ -0,0 +1 @@
27 +DIST hfstospell-0.5.1.tar.gz 152056 BLAKE2B fa589908312bd4a4b40b88b221ee5f6bdc281d6151984a87b237372b0141157db87b3494e357d74a17f0ee137fd5ce35ec8caddb12d5bffe15930a74345cd3ee SHA512 bd8ffdd3ee822da2a57a3405b139ec1e635dc8bb293dbd9abd05912b8929df29633304e64b97522e4590a3907ddfa3aefec3e4da5ab709b9be1857cc2ecd2018
28
29 diff --git a/dev-util/hfstospell/hfstospell-0.5.1.ebuild b/dev-util/hfstospell/hfstospell-0.5.1.ebuild
30 new file mode 100644
31 index 00000000000..7aac0223c0d
32 --- /dev/null
33 +++ b/dev-util/hfstospell/hfstospell-0.5.1.ebuild
34 @@ -0,0 +1,28 @@
35 +# Copyright 1999-2019 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +inherit autotools
41 +
42 +DESCRIPTION="HFST spell checker library and command line tool"
43 +HOMEPAGE="https://github.com/hfst/hfst-ospell"
44 +SRC_URI="https://github.com/hfst/hfst-ospell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +DEPEND="app-arch/libarchive
51 + dev-cpp/libxmlpp:2.6
52 + dev-libs/icu:=
53 + dev-libs/tinyxml2"
54 +RDEPEND="${DEPEND}"
55 +BDEPEND="virtual/pkgconfig"
56 +
57 +S="${WORKDIR}/hfst-ospell-${PV}"
58 +
59 +src_prepare() {
60 + default
61 + eautoreconf
62 +}
63
64 diff --git a/dev-util/hfstospell/metadata.xml b/dev-util/hfstospell/metadata.xml
65 new file mode 100644
66 index 00000000000..6b0a0fb3a72
67 --- /dev/null
68 +++ b/dev-util/hfstospell/metadata.xml
69 @@ -0,0 +1,8 @@
70 +<?xml version="1.0" encoding="UTF-8"?>
71 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 +<pkgmetadata>
73 + <maintainer type="person">
74 + <email>juippis@g.o</email>
75 + <name>Joonas Niilola</name>
76 + </maintainer>
77 +</pkgmetadata>