From 1ae21a5d23c256970497c04462c0cd28ed8f72d1 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 7 Jun 2016 23:51:39 +0200 Subject: [PATCH] dev-libs/hyphen: Add missing DEPEND, EAPI 6, update HOMEPAGE. Gentoo-Bug: https://bugs.gentoo.org/583904 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1626 Signed-off-by: Patrice Clement --- dev-libs/hyphen/hyphen-2.8.6.ebuild | 2 +- dev-libs/hyphen/hyphen-2.8.8.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/hyphen/hyphen-2.8.6.ebuild b/dev-libs/hyphen/hyphen-2.8.6.ebuild index 930c4cc6c0c4..f1a525c2a092 100644 --- a/dev-libs/hyphen/hyphen-2.8.6.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.6.ebuild @@ -5,7 +5,7 @@ EAPI=4 DESCRIPTION="ALTLinux hyphenation library" -HOMEPAGE="http://hunspell.sf.net" +HOMEPAGE="http://hunspell.github.io/" SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild b/dev-libs/hyphen/hyphen-2.8.8.ebuild index d72f860d184f..6fadff3e9ea6 100644 --- a/dev-libs/hyphen/hyphen-2.8.8.ebuild +++ b/dev-libs/hyphen/hyphen-2.8.8.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=6 DESCRIPTION="ALTLinux hyphenation library" -HOMEPAGE="http://hunspell.sf.net" +HOMEPAGE="http://hunspell.github.io/" SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MPL-1.1" @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} dev-lang/perl " -DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO" +DOCS=( AUTHORS ChangeLog NEWS README{,_hyph_en_US.txt,.nonstandard,.hyphen,.compound} THANKS TODO ) src_configure() { econf $(use_enable static-libs static) -- 2.26.2