diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-17 09:40:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-09-17 22:14:47 +0200 |
commit | 96d761983002c2ea27f0b88d39e6a3a10affa292 (patch) | |
tree | a953062fc599ce993cb09fe5a67daeaf6384834a /app-text/hunspell | |
parent | kde-plasma/plasma-workspace: Fix login button size (diff) | |
download | gentoo-96d761983002c2ea27f0b88d39e6a3a10affa292.tar.gz gentoo-96d761983002c2ea27f0b88d39e6a3a10affa292.tar.bz2 gentoo-96d761983002c2ea27f0b88d39e6a3a10affa292.zip |
app-text/hunspell: Fix DESCRIPTION, HOMEPAGE, DEPEND->BDEPEND
- drop superfluous MY_P var
- sort ebuild vars to follow conventions
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/hunspell-1.7.0-r2.ebuild | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/app-text/hunspell/hunspell-1.7.0-r2.ebuild b/app-text/hunspell/hunspell-1.7.0-r2.ebuild index 2b7966634c05..8d9db7372eea 100644 --- a/app-text/hunspell/hunspell-1.7.0-r2.ebuild +++ b/app-text/hunspell/hunspell-1.7.0-r2.ebuild @@ -2,16 +2,17 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic -MY_P="${PN}-${PV/_beta/b}" +LANGS="af bg ca cs cy da de de-1901 el en eo es et fo fr ga gl he hr hu ia id is +it kk km ku lt lv mi mk ms nb nl nn pl pt pt-BR ro ru sk sl sq sv sw tn uk zu" +inherit autotools flag-o-matic -DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo" +DESCRIPTION="Spell checker, morphological analyzer library and command-line tool" +HOMEPAGE="https://hunspell.github.io/" SRC_URI="https://github.com/hunspell/hunspell/archive/v${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/hunspell" -SLOT="0/$(ver_cut 1-2)" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" +SLOT="0/$(ver_cut 1-2)" IUSE="ncurses nls readline static-libs" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" @@ -19,13 +20,8 @@ RDEPEND=" ncurses? ( sys-libs/ncurses:0= ) readline? ( sys-libs/readline:= ) " -DEPEND="${RDEPEND} - sys-devel/gettext -" - -LANGS="af bg ca cs cy da de de-1901 el en eo es et fo fr ga gl he hr hu ia id -is it kk km ku lt lv mi mk ms nb nl nn pl pt pt-BR ro ru sk sl sq sv sw tn uk -zu" +DEPEND="${RDEPEND}" +BDEPEND="sys-devel/gettext" PDEPEND="" for lang in ${LANGS}; do @@ -39,12 +35,7 @@ for lang in ${LANGS}; do done unset dict lang LANGS -S="${WORKDIR}/${MY_P}" - -DOCS=( - AUTHORS ChangeLog NEWS THANKS license.hunspell - license.myspell README.md -) +DOCS=( AUTHORS ChangeLog NEWS THANKS license.{hunspell,myspell} README.md ) PATCHES=( # Upstream package creates some executables which names are too generic |