aspell-fr-0.60.ebuild 565 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. ASPELL_LANG="French"
  5. ASPELL_VERSION=6
  6. # This is a hack to allow for using the French 0.50 dictionary until I have
  7. # the time to do this properly. Do not stabilise this.
  8. inherit aspell-dict-r1
  9. MY_P="aspell-fr-0.50-3"
  10. SRC_URI="mirror://gnu/aspell/dict/fr/${MY_P}.tar.bz2"
  11. LICENSE="GPL-2"
  12. KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos"
  13. IUSE=""
  14. S=${WORKDIR}/${MY_P}