app-text/aspell: Fix building with Unicode support
authorMichał Kępień <github@kempniu.pl>
Wed, 7 Sep 2016 09:36:12 +0000 (11:36 +0200)
committerDavid Seifert <soap@gentoo.org>
Fri, 9 Sep 2016 21:01:39 +0000 (23:01 +0200)
commit354f36b625a86e74d9d42e86cca496e2476c0e3a
treec37bcfdff221a062d53e77ec5366a557b837059b
parent6ebab4f39d2112148069b3c9e90f0f1d27c792f4
app-text/aspell: Fix building with Unicode support

* EAPI=6
* Use dep on sys-libs/ncurses using newly introduced IUSE="unicode"
* Made PATCHES -p1 compliant
* Fixed unicode handling by pulling in ncurses/ncursesw
  using PKG_CHECK_MODULES instead of automagic discovery
  in configure.ac
* Add missing '|| die' statements

Closes: https://github.com/gentoo/gentoo/pull/2269

Signed-off-by: David Seifert <soap@gentoo.org>
app-text/aspell/aspell-0.60.6.1-r4.ebuild [new file with mode: 0644]
app-text/aspell/files/aspell-0.60.5-solaris.patch
app-text/aspell/files/aspell-0.60.6-darwin-bundles.patch
app-text/aspell/files/aspell-0.60.6.1-clang.patch
app-text/aspell/files/aspell-0.60.6.1-unicode.patch [new file with mode: 0644]