dev-libs/hyphen: Add missing DEPEND, EAPI 6, update HOMEPAGE.
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Tue, 7 Jun 2016 21:51:39 +0000 (23:51 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 16 Jul 2016 10:01:22 +0000 (12:01 +0200)
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 <monsieurp@gentoo.org>
dev-libs/hyphen/hyphen-2.8.6.ebuild
dev-libs/hyphen/hyphen-2.8.8.ebuild

index 930c4cc6c0c43aacb7c19f3102e265b32dd5c19a..f1a525c2a092fddf74198aea21181711db30eb6c 100644 (file)
@@ -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"
index d72f860d184fc0a7f4eea7f2e5cbe5ff7782baa9..6fadff3e9ea660c3149cd50e984ab986ad8d6fad 100644 (file)
@@ -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)