Parent Directory
|
Revision Log
Version bump to latest. Remove newer/older. (Portage version: 2.2.0_alpha120/cvs/Linux x86_64, RepoMan options: --force)
| 1 | scarabeus | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-ku/myspell-ku-0.21.ebuild,v 1.1 2012/07/24 07:53:24 scarabeus Exp $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | |||
| 7 | MYSPELL_DICT=( | ||
| 8 | "lt_LT-${PV}/lt_LT.aff" | ||
| 9 | "lt_LT-${PV}/lt_LT.dic" | ||
| 10 | ) | ||
| 11 | |||
| 12 | MYSPELL_HYPH=( | ||
| 13 | "hyph_lt_LT.dic" | ||
| 14 | ) | ||
| 15 | |||
| 16 | MYSPELL_THES=( | ||
| 17 | ) | ||
| 18 | |||
| 19 | inherit myspell-r2 | ||
| 20 | |||
| 21 | DESCRIPTION="Lithuanian dictionaries for myspell/hunspell" | ||
| 22 | HOMEPAGE="ftp://ftp.akl.lt/ispell-lt/" | ||
| 23 | SRC_URI=" | ||
| 24 | ${HOMEPAGE}/lt_LT-${PV}.zip | ||
| 25 | ${HOMEPAGE}/hyph_lt_LT.zip | ||
| 26 | " | ||
| 27 | |||
| 28 | LICENSE="BSD LPPL-1.3b" | ||
| 29 | SLOT="0" | ||
| 30 | KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" | ||
| 31 | IUSE="" |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |