summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-06-07 23:51:39 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-16 12:01:22 +0200
commit1ae21a5d23c256970497c04462c0cd28ed8f72d1 (patch)
tree8cc47537042879ffe0b3285e6d72ea6bd77d280a /dev-libs/hyphen
parentapp-text/liblangtag: version bump to 0.6.0. (diff)
downloadgentoo-1ae21a5d23c256970497c04462c0cd28ed8f72d1.tar.gz
gentoo-1ae21a5d23c256970497c04462c0cd28ed8f72d1.tar.bz2
gentoo-1ae21a5d23c256970497c04462c0cd28ed8f72d1.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/hyphen')
-rw-r--r--dev-libs/hyphen/hyphen-2.8.6.ebuild2
-rw-r--r--dev-libs/hyphen/hyphen-2.8.8.ebuild6
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)