public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/enchant/
Date: Sun,  3 Sep 2017 09:55:29 +0000 (UTC)	[thread overview]
Message-ID: <1504432519.b32dd6940856db60153cf8f32c0067b36a59de53.eva@gentoo> (raw)

commit:     b32dd6940856db60153cf8f32c0067b36a59de53
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 23:31:01 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 09:55:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32dd694

app-text/enchant: version 1.6.0 → 1.6.1, bug #570030

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/enchant/Manifest             |  1 +
 app-text/enchant/enchant-1.6.1.ebuild | 61 +++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest
index 5a6d052e37c..f9cb48bc021 100644
--- a/app-text/enchant/Manifest
+++ b/app-text/enchant/Manifest
@@ -1 +1,2 @@
 DIST enchant-1.6.0.tar.gz 607018 SHA256 2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f SHA512 0ca1634bb783df51512df4abecc89abdadee6baf7330d6e5f90cc15d10779896a3521a1c079ecc07e4df4f7a018ce398cca9d0125a7845a314a059840ebc9137 WHIRLPOOL f6677a11f1d05e210cbd6a7b13f3987ea93b3f1e73537b048093c14686b0310e75a89fdb8798ad0ed386a7e1cd793f60820006df8c1f7919c46c7245ee6a74c9
+DIST enchant-1.6.1.tar.gz 642124 SHA256 bef0d9c0fef2e4e8746956b68e4d6c6641f6b85bd2908d91731efb68eba9e3f5 SHA512 26c62dfa89ee40150db502651a2f876fba00569b7015f205dae27a029557effacff335bbe36124dbe6686537da2305bcab02592179d03e95fdf9741d54b98036 WHIRLPOOL daffe1ee16e731d3d6ba56362f882c8f8bd7462a264fcf9caf05ed8093c0ca275977fb9c83c391d9e3287e6e98516b52e468c9bf9cc86532cf0b3eeba8f02fbd

diff --git a/app-text/enchant/enchant-1.6.1.ebuild b/app-text/enchant/enchant-1.6.1.ebuild
new file mode 100644
index 00000000000..ff615eb5b75
--- /dev/null
+++ b/app-text/enchant/enchant-1.6.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit versionator
+
+MY_PV="$(replace_all_version_separators '-')"
+DESCRIPTION="Spellchecker wrapping library"
+HOMEPAGE="https://abiword.github.io/enchant/"
+SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+
+IUSE="aspell +hunspell static-libs test zemberek"
+REQUIRED_USE="|| ( hunspell aspell zemberek )"
+
+# FIXME: depends on unittest++ but through pkgconfig which is a Debian hack, bug #629742
+COMMON_DEPENDS="
+	>=dev-libs/glib-2.6:2
+	aspell? ( app-text/aspell )
+	hunspell? ( >=app-text/hunspell-1.2.1:0= )
+	zemberek? ( dev-libs/dbus-glib )
+"
+RDEPEND="${COMMON_DEPENDS}
+	zemberek? ( app-text/zemberek-server )
+"
+DEPEND="${COMMON_DEPENDS}
+	virtual/pkgconfig
+"
+#	test? ( dev-libs/unittest++ )
+
+DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.6.0-hunspell150_fix.patch
+)
+
+src_prepare() {
+	default
+	sed -e "/SUBDIRS/ s/unittests//" -i "${S}"/Makefile.{am,in} || die
+}
+
+src_configure() {
+	econf \
+		$(use_enable aspell) \
+		$(use_enable hunspell myspell) \
+		$(use_enable static-libs static) \
+		$(use_enable zemberek) \
+		--disable-hspell \
+		--disable-ispell \
+		--disable-uspell \
+		--disable-voikko \
+		--with-myspell-dir="${EPREFIX}"/usr/share/myspell/
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2017-09-03  9:55 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-03  9:55 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-22 14:04 [gentoo-commits] repo/gentoo:master commit in: app-text/enchant/ Sam James
2024-11-13 19:53 Sam James
2024-11-13 19:53 Sam James
2024-11-13 19:53 Sam James
2024-04-13 10:37 Mart Raudsepp
2024-04-09 22:46 Sam James
2024-04-07 10:11 Arthur Zamarin
2024-04-07  9:14 Arthur Zamarin
2024-04-07  6:28 Arthur Zamarin
2024-04-06 21:07 Arthur Zamarin
2024-03-06  3:37 Sam James
2023-10-04  8:00 Florian Schmaus
2023-07-02 17:31 Sam James
2023-07-02  8:33 Sam James
2023-07-02  8:04 Sam James
2023-07-02  8:04 Sam James
2023-06-19 15:30 Matt Turner
2023-05-24 12:12 Matt Turner
2023-05-24  2:05 Matt Turner
2023-05-24  2:05 Matt Turner
2023-04-02  7:31 Joonas Niilola
2023-04-01 19:03 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 15:51 Matt Turner
2023-03-31 12:04 Arthur Zamarin
2023-02-19 15:23 Matt Turner
2022-12-05  5:30 WANG Xuerui
2022-05-28 23:03 Sam James
2022-05-28 23:03 Sam James
2022-05-28 23:03 Sam James
2022-05-28 23:03 Sam James
2022-05-28 23:03 Sam James
2022-05-28 22:51 Sam James
2022-05-28 22:51 Sam James
2022-05-28  5:38 Sam James
2022-05-19  5:08 WANG Xuerui
2022-04-26  4:03 Sam James
2022-04-19 15:32 Matt Turner
2022-01-24 14:49 Sam James
2022-01-24 14:45 Sam James
2022-01-22 22:39 Sam James
2022-01-20  9:42 Arthur Zamarin
2021-12-19  5:15 Matt Turner
2021-11-06  3:58 Sam James
2021-10-04  1:24 Sam James
2021-08-29  8:37 Marek Szuba
2021-08-12 21:32 Matt Turner
2021-07-24 17:08 Sam James
2021-07-11  2:31 Sam James
2021-07-06 21:30 Sergei Trofimovich
2021-06-15 19:33 Matt Turner
2021-04-13 15:00 Sam James
2021-03-15 18:06 Sergei Trofimovich
2021-01-15 17:31 Joonas Niilola
2021-01-10 13:53 Sam James
2021-01-09 23:48 Matt Turner
2020-04-26 15:53 Mart Raudsepp
2020-04-17 19:50 Mart Raudsepp
2020-04-13 16:12 Agostino Sarubbo
2020-04-13 14:48 Agostino Sarubbo
2020-04-13 10:19 Agostino Sarubbo
2020-04-13 10:17 Agostino Sarubbo
2020-04-13 10:16 Agostino Sarubbo
2020-04-12 21:52 Mart Raudsepp
2020-04-12 18:28 Sergei Trofimovich
2020-03-29  9:55 Mart Raudsepp
2020-02-08  9:28 Mart Raudsepp
2020-02-08  9:28 Mart Raudsepp
2020-02-02 19:35 Mart Raudsepp
2019-10-21 19:51 Matt Turner
2019-06-05 11:18 Agostino Sarubbo
2019-06-04 19:01 Agostino Sarubbo
2019-06-04 18:59 Agostino Sarubbo
2019-06-03 15:00 Agostino Sarubbo
2019-05-06 15:25 Tobias Klausmann
2019-03-20 11:26 Mikle Kolyada
2019-03-19  2:03 Thomas Deutschmann
2019-03-12 11:46 Mart Raudsepp
2019-01-28 19:20 Dennis Lamm
2018-04-30 21:15 Mikle Kolyada
2018-02-07 23:20 Gilles Dartiguelongue
2017-12-27  8:35 Markus Meier
2017-12-02 10:41 Sergei Trofimovich
2017-11-23 20:47 Sergei Trofimovich
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-09-11 18:39 Mike Gilbert
2017-06-16 11:24 Alexis Ballier
2016-11-12 14:21 Justin Lecher

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=1504432519.b32dd6940856db60153cf8f32c0067b36a59de53.eva@gentoo \
    --to=eva@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