public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hfstospell/
Date: Mon, 14 Mar 2022 07:00:08 +0000 (UTC)	[thread overview]
Message-ID: <1647241206.9b5e7dc4f07f11bc3f9a7004030461c6ec49aa81.juippis@gentoo> (raw)

commit:     9b5e7dc4f07f11bc3f9a7004030461c6ec49aa81
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 06:28:43 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 07:00:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5e7dc4

dev-util/hfstospell: add 0.5.3

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/hfstospell/Manifest                |  1 +
 dev-util/hfstospell/hfstospell-0.5.3.ebuild | 50 +++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-util/hfstospell/Manifest b/dev-util/hfstospell/Manifest
index fd7d9e959c93..7f331cb0510e 100644
--- a/dev-util/hfstospell/Manifest
+++ b/dev-util/hfstospell/Manifest
@@ -1 +1,2 @@
 DIST hfstospell-0.5.2.tar.gz 152115 BLAKE2B 667c01672fd6fd6ee743a6542677ffe74e3900c27ab2754f8fa7dcc57081074bd98e8d82827fe176b2a6c9abc4565efcb3204df43110906f5a333405ec8a6bf2 SHA512 307aff3aec91ac6ffed3ebabdc2baa1a6e913431f57a80a0d0254be57fbd72e28d7592c35e0d72e5979f7e0b4c585f11b8eb91183b0877f9670a9cd5206c0140
+DIST hfstospell-0.5.3.tar.gz 152654 BLAKE2B f77c86e18b9dcb098460bdaec2f6a148b4bf515670aad3d17002b3027026483658d0df924a5d71b12251128ba89bee3a9d7c1d03a5983830accf0340445a1331 SHA512 f25bae6c083894139ba1e3dbd24f010e1c4695bdfe4c2499d31f2f0bd2f5688b662ea15666b46f174fc75f0aa6f5cd114456f735b1d49bcf33322221b6f57ff5

diff --git a/dev-util/hfstospell/hfstospell-0.5.3.ebuild b/dev-util/hfstospell/hfstospell-0.5.3.ebuild
new file mode 100644
index 000000000000..fb0ae63f8f3a
--- /dev/null
+++ b/dev-util/hfstospell/hfstospell-0.5.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+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 ~riscv ~x86"
+IUSE="clang"
+
+DEPEND="app-arch/libarchive:=
+	dev-libs/icu:=
+	!clang? (
+		dev-cpp/glibmm:2
+		dev-cpp/libxmlpp:2.6
+		dev-libs/glib:2
+		dev-libs/libsigc++:2
+		dev-libs/libxml2
+	)"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/hfst-ospell-${PV}"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	# https://github.com/hfst/hfst-ospell/issues/48
+	if tc-is-clang; then
+		econf --without-libxmlpp --without-tinyxml2
+	elif use clang; then
+		econf --without-libxmlpp --without-tinyxml2
+	else
+		default
+	fi
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die
+}


             reply	other threads:[~2022-03-14  7:00 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14  7:00 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-26  5:59 [gentoo-commits] repo/gentoo:master commit in: dev-util/hfstospell/ Joonas Niilola
2024-03-26  5:59 Joonas Niilola
2024-02-23  7:19 Joonas Niilola
2023-10-13 10:58 WANG Xuerui
2023-04-02  7:31 Joonas Niilola
2023-03-25  6:32 Joonas Niilola
2023-03-25  6:32 Joonas Niilola
2023-02-20 14:46 Joonas Niilola
2022-04-19  6:41 Joonas Niilola
2022-04-14  8:54 Joonas Niilola
2022-04-14  8:54 Joonas Niilola
2021-08-23 22:59 Marek Szuba
2021-02-20 14:55 Joonas Niilola
2021-02-13 13:39 Joonas Niilola
2021-02-13 13:39 Joonas Niilola
2021-02-13 13:39 Joonas Niilola
2021-01-14  4:06 Joonas Niilola
2020-11-15  7:18 Joonas Niilola
2020-11-15  7:18 Joonas Niilola
2020-10-16  6:04 Joonas Niilola
2020-06-07  8:27 Joonas Niilola
2019-11-21  8:40 Joonas Niilola
2019-11-21  8:40 Joonas Niilola
2019-09-08  6:55 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1647241206.9b5e7dc4f07f11bc3f9a7004030461c6ec49aa81.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox