| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/gnome2-utils.eclass,v 1.28 2012/06/21 15:10:59 naota Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.29 2012/09/27 16:35:41 axs Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: gnome2-utils.eclass |
5 | # @ECLASS: gnome2-utils.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # gnome@gentoo.org |
7 | # gnome@gentoo.org |
| 8 | # @BLURB: Auxiliary functions commonly used by Gnome packages. |
8 | # @BLURB: Auxiliary functions commonly used by Gnome packages. |
| … | |
… | |
| 14 | # * GSettings schemas management |
14 | # * GSettings schemas management |
| 15 | # * GConf schemas management |
15 | # * GConf schemas management |
| 16 | # * scrollkeeper (old Gnome help system) management |
16 | # * scrollkeeper (old Gnome help system) management |
| 17 | |
17 | |
| 18 | case "${EAPI:-0}" in |
18 | case "${EAPI:-0}" in |
| 19 | 0|1|2|3|4) ;; |
19 | 0|1|2|3|4|5) ;; |
| 20 | *) die "EAPI=${EAPI} is not supported" ;; |
20 | *) die "EAPI=${EAPI} is not supported" ;; |
| 21 | esac |
21 | esac |
| 22 | |
22 | |
| 23 | # @ECLASS-VARIABLE: GCONFTOOL_BIN |
23 | # @ECLASS-VARIABLE: GCONFTOOL_BIN |
| 24 | # @INTERNAL |
24 | # @INTERNAL |