1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.41 2009/01/10 16:16:19 pva Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.42 2011/04/16 19:53:30 ulm Exp $ |
4 | |
4 | |
5 | # @ECLASS: aspell-dict.eclass |
5 | # @ECLASS: aspell-dict.eclass |
6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
7 | # app-dicts@gentoo.org |
7 | # app-dicts@gentoo.org |
8 | # |
8 | # |
9 | # Original author: Seemant Kulleen |
9 | # Original author: Seemant Kulleen |
10 | # |
10 | # |
11 | # @BLURB: An eclass to streamline the construction of ebuilds for new aspell dicts |
11 | # @BLURB: An eclass to streamline the construction of ebuilds for new aspell dicts |
12 | # @DESCRIPTION: |
12 | # @DESCRIPTION: |
13 | # The aspell-dict eclass is designed to streamline the construction of |
13 | # The aspell-dict eclass is designed to streamline the construction of |
14 | # ebuilds for the new aspell dictionaries (from gnu.org) which support |
14 | # ebuilds for the new aspell dictionaries (from gnu.org) which support |
15 | # aspell-0.50. Support for aspell-0.60 has been added by Sergey Ulanov. |
15 | # aspell-0.50. Support for aspell-0.60 has been added by Sergey Ulanov. |
16 | |
16 | |
17 | # @ECLASS-VARIABLE: ASPELL_LANG |
17 | # @ECLASS-VARIABLE: ASPELL_LANG |
… | |
… | |
43 | else |
43 | else |
44 | RDEPEND=">=app-text/aspell-0.50" |
44 | RDEPEND=">=app-text/aspell-0.50" |
45 | DEPEND="${RDEPEND}" |
45 | DEPEND="${RDEPEND}" |
46 | fi |
46 | fi |
47 | |
47 | |
48 | PROVIDE="virtual/aspell-dict" |
|
|
49 | |
|
|
50 | # @FUNCTION: aspell-dict_src_compile |
48 | # @FUNCTION: aspell-dict_src_compile |
51 | # @DESCRIPTION: |
49 | # @DESCRIPTION: |
52 | # The aspell-dict src_compile function which is exported. |
50 | # The aspell-dict src_compile function which is exported. |
53 | aspell-dict_src_compile() { |
51 | aspell-dict_src_compile() { |
54 | ./configure || die |
52 | ./configure || die |