Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hyphen/
Date: Sun, 09 Feb 2020 19:55:36
Message-Id: 1581278117.9673d96b0c6418c23143a6d736d629ef82c54a77.asturm@gentoo
1 commit: 9673d96b0c6418c23143a6d736d629ef82c54a77
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 19:55:17 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 19:55:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9673d96b
7
8 dev-libs/hyphen: Drop 2.8.8 (r0)
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/hyphen/hyphen-2.8.8.ebuild | 33 ---------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild b/dev-libs/hyphen/hyphen-2.8.8.ebuild
17 deleted file mode 100644
18 index 315fe7fa932..00000000000
19 --- a/dev-libs/hyphen/hyphen-2.8.8.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="ALTLinux hyphenation library"
28 -HOMEPAGE="http://hunspell.github.io/"
29 -SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
34 -IUSE="static-libs"
35 -
36 -RDEPEND="app-text/hunspell"
37 -DEPEND="${RDEPEND}
38 - dev-lang/perl
39 -"
40 -
41 -DOCS=( AUTHORS ChangeLog NEWS README{,_hyph_en_US.txt,.nonstandard,.hyphen,.compound} THANKS TODO )
42 -
43 -src_configure() {
44 - econf $(use_enable static-libs static)
45 -}
46 -
47 -src_install() {
48 - default
49 -
50 - docinto pdf
51 - dodoc doc/*.pdf
52 -
53 - rm -f "${ED}"usr/lib*/libhyphen.la
54 -}