From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51D30138334 for ; Wed, 9 Oct 2019 20:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 045FCE082B; Wed, 9 Oct 2019 20:12:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADADFE0819 for ; Wed, 9 Oct 2019 20:12:30 +0000 (UTC) Received: from kanae.home (2a01cb0805c29b00922b34fffe302689.ipv6.abo.wanadoo.fr [IPv6:2a01:cb08:5c2:9b00:922b:34ff:fe30:2689]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: eva) by smtp.gentoo.org (Postfix) with ESMTPSA id BFD3F34BAC8 for ; Wed, 9 Oct 2019 20:12:28 +0000 (UTC) Message-ID: <1cdaf16e6fd90881fa9fe9577490b8cd99db21f4.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH 03/16] gnome2-utils.eclass: remove redundant @USAGE lines From: Gilles Dartiguelongue To: gentoo-dev@lists.gentoo.org Date: Wed, 09 Oct 2019 22:12:24 +0200 In-Reply-To: <20190906184033.622-1-bkohler@gentoo.org> References: <20190906184033.622-1-bkohler@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 10334d40-2242-498c-b54a-b96861eaa9cd X-Archives-Hash: 2197c2e43f096e16ae2809d4cc4206ef Looks good. Le vendredi 06 septembre 2019 à 13:40 -0500, bkohler@gentoo.org a écrit : > From: Ben Kohler > > Signed-off-by: Ben Kohler > --- > eclass/gnome2-utils.eclass | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass > index 06683a7467f..c9765f6fd91 100644 > --- a/eclass/gnome2-utils.eclass > +++ b/eclass/gnome2-utils.eclass > @@ -297,7 +297,6 @@ gnome2_schemas_savelist() { > } > > # @FUNCTION: gnome2_schemas_update > -# @USAGE: gnome2_schemas_update > # @DESCRIPTION: > # Updates GSettings schemas. > # This function should be called from pkg_postinst and pkg_postrm. > @@ -328,7 +327,6 @@ gnome2_gdk_pixbuf_savelist() { > } > > # @FUNCTION: gnome2_gdk_pixbuf_update > -# @USAGE: gnome2_gdk_pixbuf_update > # @DESCRIPTION: > # Updates gdk-pixbuf loader cache if > GNOME2_ECLASS_GDK_PIXBUF_LOADERS has some. > # This function should be called from pkg_postinst and pkg_postrm. > @@ -360,7 +358,6 @@ gnome2_gdk_pixbuf_update() { > } > > # @FUNCTION: gnome2_query_immodules_gtk2 > -# @USAGE: gnome2_query_immodules_gtk2 > # @DESCRIPTION: > # Updates gtk2 immodules/gdk-pixbuf loaders listing. > gnome2_query_immodules_gtk2() { > @@ -374,7 +371,6 @@ gnome2_query_immodules_gtk2() { > } > > # @FUNCTION: gnome2_query_immodules_gtk3 > -# @USAGE: gnome2_query_immodules_gtk3 > # @DESCRIPTION: > # Updates gtk3 immodules/gdk-pixbuf loaders listing. > gnome2_query_immodules_gtk3() { > @@ -388,7 +384,6 @@ gnome2_query_immodules_gtk3() { > } > > # @FUNCTION: gnome2_giomodule_cache_update > -# @USAGE: gnome2_giomodule_cache_update > # @DESCRIPTION: > # Updates glib's gio modules cache. > # This function should be called from pkg_postinst and pkg_postrm. -- Gilles Dartiguelongue Gentoo