From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0865138334 for ; Sun, 8 Sep 2019 06:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A389E08DA; Sun, 8 Sep 2019 06:55:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2140E08AE for ; Sun, 8 Sep 2019 06:55:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCB4734AE81 for ; Sun, 8 Sep 2019 06:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1492B766 for ; Sun, 8 Sep 2019 06:55:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1567925384.ea300b2905a1b5345260542c4775f43b13ab2242.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hfstospell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hfstospell/Manifest dev-util/hfstospell/hfstospell-0.5.1.ebuild dev-util/hfstospell/metadata.xml X-VCS-Directories: dev-util/hfstospell/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ea300b2905a1b5345260542c4775f43b13ab2242 X-VCS-Branch: master Date: Sun, 8 Sep 2019 06:55:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4064e15a-461d-4d8b-80ef-dd7b792e7d27 X-Archives-Hash: 2f47bd1874ab2fa3b62b106a32b70a31 commit: ea300b2905a1b5345260542c4775f43b13ab2242 Author: Joonas Niilola gentoo org> AuthorDate: Sun Sep 8 06:49:44 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Sep 8 06:49:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea300b29 dev-util/hfstospell: new package - HFST spell checker library and command line tool, dependency of libreoffice-voikko. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> dev-util/hfstospell/Manifest | 1 + dev-util/hfstospell/hfstospell-0.5.1.ebuild | 28 ++++++++++++++++++++++++++++ dev-util/hfstospell/metadata.xml | 8 ++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-util/hfstospell/Manifest b/dev-util/hfstospell/Manifest new file mode 100644 index 00000000000..b659119c445 --- /dev/null +++ b/dev-util/hfstospell/Manifest @@ -0,0 +1 @@ +DIST hfstospell-0.5.1.tar.gz 152056 BLAKE2B fa589908312bd4a4b40b88b221ee5f6bdc281d6151984a87b237372b0141157db87b3494e357d74a17f0ee137fd5ce35ec8caddb12d5bffe15930a74345cd3ee SHA512 bd8ffdd3ee822da2a57a3405b139ec1e635dc8bb293dbd9abd05912b8929df29633304e64b97522e4590a3907ddfa3aefec3e4da5ab709b9be1857cc2ecd2018 diff --git a/dev-util/hfstospell/hfstospell-0.5.1.ebuild b/dev-util/hfstospell/hfstospell-0.5.1.ebuild new file mode 100644 index 00000000000..7aac0223c0d --- /dev/null +++ b/dev-util/hfstospell/hfstospell-0.5.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="HFST spell checker library and command line tool" +HOMEPAGE="https://github.com/hfst/hfst-ospell" +SRC_URI="https://github.com/hfst/hfst-ospell/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-arch/libarchive + dev-cpp/libxmlpp:2.6 + dev-libs/icu:= + dev-libs/tinyxml2" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +S="${WORKDIR}/hfst-ospell-${PV}" + +src_prepare() { + default + eautoreconf +} diff --git a/dev-util/hfstospell/metadata.xml b/dev-util/hfstospell/metadata.xml new file mode 100644 index 00000000000..6b0a0fb3a72 --- /dev/null +++ b/dev-util/hfstospell/metadata.xml @@ -0,0 +1,8 @@ + + + + + juippis@gentoo.org + Joonas Niilola + +