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 4C66C138334 for ; Fri, 6 Sep 2019 18:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 535B5E070D; Fri, 6 Sep 2019 18:40:38 +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 4E5FAE0883 for ; Fri, 6 Sep 2019 18:40:37 +0000 (UTC) Received: from fserv.ben.kohler (107-207-243-132.lightspeed.spfdmo.sbcglobal.net [107.207.243.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: bkohler) by smtp.gentoo.org (Postfix) with ESMTPSA id C240F34A36D; Fri, 6 Sep 2019 18:40:35 +0000 (UTC) From: bkohler@gentoo.org To: gentoo-dev@lists.gentoo.org Cc: Ben Kohler Subject: [gentoo-dev] [PATCH 03/16] gnome2-utils.eclass: remove redundant @USAGE lines Date: Fri, 6 Sep 2019 13:40:33 -0500 Message-Id: <20190906184033.622-1-bkohler@gentoo.org> X-Mailer: git-send-email 2.23.0 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: 9d673546-2166-44dd-bd35-f3a34059a65d X-Archives-Hash: aeb417db5b06b34faf91f765d0613f34 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. -- 2.23.0