commit: 1ae21a5d23c256970497c04462c0cd28ed8f72d1 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Tue Jun 7 21:51:39 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Jul 16 10:01:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae21a5d
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 <monsieurp <AT> gentoo.org> 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 930c4cc..f1a525c 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 d72f860..6fadff3 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)
