diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-01-16 22:52:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-01-16 22:52:37 +0000 |
commit | e09cff8cc2e7b50bc8281cf70b2a9e26435a00e0 (patch) | |
tree | 8f5f3c5c74d25ef30e92ee67525190eb1f01272c /eclass/gnome2.eclass | |
parent | Copy profile tree 10.0 to 13.0 and adapt inheritance (diff) | |
download | gentoo-2-e09cff8cc2e7b50bc8281cf70b2a9e26435a00e0.tar.gz gentoo-2-e09cff8cc2e7b50bc8281cf70b2a9e26435a00e0.tar.bz2 gentoo-2-e09cff8cc2e7b50bc8281cf70b2a9e26435a00e0.zip |
Update eclass documentation to be correclty parsed, bug #452204.
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 8ad48d668f58..e39f58ba4048 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.118 2013/01/13 22:35:28 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.119 2013/01/16 22:52:37 eva Exp $ # @ECLASS: gnome2.eclass # @MAINTAINER: # gnome@gentoo.org -# @BLURB: +# @BLURB: Provides phases for Gnome/Gtk+ based packages. # @DESCRIPTION: # Exports portage base functions used by ebuilds written for packages using the # GNOME framework. For additional functions, see gnome2-utils.eclass. @@ -23,7 +23,7 @@ case "${EAPI:-0}" in esac # @ECLASS-VARIABLE: G2CONF -# @DEFAULT-UNSET +# @DEFAULT_UNSET # @DESCRIPTION: # Extra configure opts passed to econf G2CONF=${G2CONF:-""} @@ -39,26 +39,24 @@ else fi # @ECLASS-VARIABLE: ELTCONF -# @DEFAULT-UNSET +# @DEFAULT_UNSET # @DESCRIPTION: # Extra options passed to elibtoolize ELTCONF=${ELTCONF:-""} # @ECLASS-VARIABLE: USE_EINSTALL -# @DEFAULT-UNSET -# @DEPRECATED +# @DEFAULT_UNSET # @DESCRIPTION: -# Should we use EINSTALL instead of DESTDIR +# Should we use EINSTALL instead of DESTDIR. DEPRECATED USE_EINSTALL=${USE_EINSTALL:-""} # @ECLASS-VARIABLE: SCROLLKEEPER_UPDATE -# @DEPRECATED # @DESCRIPTION: -# Whether to run scrollkeeper for this package or not. +# Whether to run scrollkeeper for this package or not. DEPRECATED SCROLLKEEPER_UPDATE=${SCROLLKEEPER_UPDATE:-"1"} # @ECLASS-VARIABLE: DOCS -# @DEFAULT-UNSET +# @DEFAULT_UNSET # @DESCRIPTION: # String containing documents passed to dodoc command. @@ -275,8 +273,6 @@ gnome2_pkg_postinst() { gnome2_scrollkeeper_update } -# @#FUNCTION: gnome2_pkg_prerm -# @#DESCRIPTION: # # FIXME Handle GConf schemas removal #gnome2_pkg_prerm() { # gnome2_gconf_uninstall |