From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 734E31384F2 for ; Wed, 16 Jan 2013 22:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE97321C02F; Wed, 16 Jan 2013 22:56:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90D6521C02F for ; Wed, 16 Jan 2013 22:56:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A570633D777 for ; Wed, 16 Jan 2013 22:56:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 24B84E4073 for ; Wed, 16 Jan 2013 22:56:35 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1358376943.a6ed6a0f98ba1f7a297862bd1b46063e8d400465.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a6ed6a0f98ba1f7a297862bd1b46063e8d400465 X-VCS-Branch: master Date: Wed, 16 Jan 2013 22:56:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7616ccb5-eb08-4eab-9939-ac222264040d X-Archives-Hash: 97a5ff0c0822c815327fe4d2cea648f8 commit: a6ed6a0f98ba1f7a297862bd1b46063e8d400465 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Jan 16 22:55:31 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Jan 16 22:55:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a6ed6a0f eclass/gnome2.eclass: sync documentation updates with gx86 --- eclass/gnome2.eclass | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 592585c..53ffe22 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,11 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # @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. @@ -40,7 +40,7 @@ esac #fi # @ECLASS-VARIABLE: G2CONF -# @DEFAULT-UNSET +# @DEFAULT_UNSET # @DESCRIPTION: # Extra configure opts passed to econf G2CONF=${G2CONF:-""} @@ -56,20 +56,19 @@ 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: DOCS -# @DEFAULT-UNSET +# @DEFAULT_UNSET # @DESCRIPTION: # String containing documents passed to dodoc command. @@ -304,8 +303,6 @@ gnome2_pkg_postinst() { ewarn "**************************************************************" } -# @#FUNCTION: gnome2_pkg_prerm -# @#DESCRIPTION: # # FIXME Handle GConf schemas removal #gnome2_pkg_prerm() { # gnome2_gconf_uninstall