From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/
Date: Sun, 14 Jul 2019 12:42:09 +0000 (UTC) [thread overview]
Message-ID: <1563108117.cd8da3ea5bd0c4668e7b9f6d85f9a19dc89d21f2.mgorny@gentoo> (raw)
commit: cd8da3ea5bd0c4668e7b9f6d85f9a19dc89d21f2
Author: Gino <onigino <AT> protonmail <DOT> com>
AuthorDate: Mon Nov 12 07:46:12 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 12:41:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8da3ea
dev-libs/hyphen-2.8.8: Do not install hyph_en_US.dic file
Bug: https://bugs.gentoo.org/589942
Signed-off-by: Gino McCarty <onigino <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11820
[mgorny: corrected not to remove docs, fixed EAPI 7]
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/hyphen/hyphen-2.8.8-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild b/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild
new file mode 100644
index 00000000000..185c29e311b
--- /dev/null
+++ b/dev-libs/hyphen/hyphen-2.8.8-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ALTLinux hyphenation library"
+HOMEPAGE="http://hunspell.github.io/"
+SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="static-libs"
+
+RDEPEND="app-text/hunspell"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README{,.nonstandard,.hyphen,.compound} THANKS TODO )
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+
+ docinto pdf
+ dodoc doc/*.pdf
+
+ rm -r "${ED}"/usr/share/hyphen || die
+ rm "${ED}"/usr/lib*/libhyphen.la || die
+}
next reply other threads:[~2019-07-14 12:42 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-14 12:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-14 0:53 [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/ Sam James
2023-04-14 0:53 Sam James
2023-04-14 0:32 Sam James
2021-06-02 2:42 Yixun Lan
2021-03-16 21:53 Sam James
2021-03-16 21:51 Sam James
2020-09-08 14:32 Mike Gilbert
2020-02-09 19:55 Andreas Sturmlechner
2020-02-08 13:30 Mikle Kolyada
2020-01-27 13:45 Agostino Sarubbo
2020-01-17 10:27 Agostino Sarubbo
2020-01-17 9:33 Agostino Sarubbo
2020-01-16 8:14 Mikle Kolyada
2020-01-16 8:12 Mikle Kolyada
2019-05-21 3:17 Aaron Bauman
2019-04-26 17:51 Anthony G. Basile
2018-02-22 14:22 Michał Górny
2017-11-10 20:34 Andreas Sturmlechner
2017-07-01 15:24 Alexis Ballier
2017-01-15 1:27 Jeroen Roovers
2017-01-03 10:38 Agostino Sarubbo
2017-01-01 12:43 Agostino Sarubbo
2016-07-16 10:01 Patrice Clement
2016-07-03 19:54 Andreas Hüttel
2016-06-07 12:34 Tobias Klausmann
2015-12-30 10:31 Pacho Ramos
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=1563108117.cd8da3ea5bd0c4668e7b9f6d85f9a19dc89d21f2.mgorny@gentoo \
--to=mgorny@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