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 06ED3138334 for ; Wed, 9 Oct 2019 20:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E37E0E086A; Wed, 9 Oct 2019 20:34:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 976B1E0855 for ; Wed, 9 Oct 2019 20:34:03 +0000 (UTC) Received: from 4eba-2e94-4119-fbac-3080-83b5-07d0-2001.dyn.estpak.ee (4eba-2e94-4119-fbac-3080-83b5-07d0-2001.dyn.estpak.ee [IPv6:2001:7d0:83b5:3080:fbac:4119:2e94:4eba]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: leio) by smtp.gentoo.org (Postfix) with ESMTPSA id B82F734B7FE for ; Wed, 9 Oct 2019 20:34:01 +0000 (UTC) Message-ID: <31751f9298bce5f600e489944c92bc9955398efe.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH 03/16] gnome2-utils.eclass: remove redundant @USAGE lines From: Mart Raudsepp To: gentoo-dev@lists.gentoo.org Date: Wed, 09 Oct 2019 23:33:54 +0300 In-Reply-To: <1cdaf16e6fd90881fa9fe9577490b8cd99db21f4.camel@gentoo.org> References: <20190906184033.622-1-bkohler@gentoo.org> <1cdaf16e6fd90881fa9fe9577490b8cd99db21f4.camel@gentoo.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-OhEhOaXhHhzH3e7BNpGB" User-Agent: Evolution 3.32.4 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 X-Archives-Salt: f6b3a7c4-068c-428e-ac91-607fd96d848a X-Archives-Hash: c0bc17f37761e3927d71d7b2455c3dc7 --=-OhEhOaXhHhzH3e7BNpGB Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable =C3=9Chel kenal p=C3=A4eval, K, 09.10.2019 kell 22:12, kirjutas Gilles Dartiguelongue: > Looks good. I'm waiting on a patch or patchset for EAPI-7 fixes to appear to gentoo-dev for review, and then to merge all of that in the same push (together with a trivial third change waiting in bugzilla). That patchset has yet to appear here iirc, but was a topic of discussion earlier today and I believe it should appear soon by author. Once we are happy, I can merge them all at once. Mart > Le vendredi 06 septembre 2019 =C3=A0 13:40 -0500, bkohler@gentoo.org a > =C3=A9crit : > > From: Ben Kohler > >=20 > > Signed-off-by: Ben Kohler > > --- > > eclass/gnome2-utils.eclass | 5 ----- > > 1 file changed, 5 deletions(-) > >=20 > > 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() { > > } > > =20 > > # @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() { > > } > > =20 > > # @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() { > > } > > =20 > > # @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() { > > } > > =20 > > # @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() { > > } > > =20 > > # @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. --=-OhEhOaXhHhzH3e7BNpGB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQKTBAABCgB9FiEEUdZn9pOq0mlNjRvdEKbJ+k9JlgYFAl2eRDJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDUx RDY2N0Y2OTNBQUQyNjk0RDhEMUJERDEwQTZDOUZBNEY0OTk2MDYACgkQEKbJ+k9J lgaUfQ//YZP5/PujwwABEfw37jfvYKAArevmsCkIkfrnjvYWsMFq6jC9D/nvp5zw ZwuyzoMDZbGfzRcswbRea3GG+dPWqPezcNK4ZewM3teVbtPKNzU2RG1ljSvbQBbX 4fAYFDKKC/u3cq70a0LHLrMAjm7LFz7aaAaDqae1R/Y2pFOkCtdFf7+CfaeiSlt7 YtlsXFpcYRLAkhGlJOlSxH4LnjS1iHzA+nYIYsV+9tZehTVULIoBmDA5H0p+yzD1 vwbMP45EfxxIm2EC1ghYhn0u/ye9Tl1J1TYKN/S1C75gLSLBkrnow31+5tI9HEhi E/nn4N3uaGnkMqm8KKcvmAxGpqkYIEdnge1tqcLnvKvlirw1RZQsajlhB2oInZsr uTXJtJG0VvqbnLeqZYCUK5Z8/xJC8XNc25UN0TCGEEfELvEBlvllshk1xCyhhalU G+v3ScJe+e4lCpUZh8RFzKSBDxiFIhlVH9+M8WVGqHXA++R/w3bYwEHGhgbl1+S1 V1ihcwWnhuRbPP531qmFsqLq4RXdoVzoVrGbF9+bXbyAkrmj6u61xFvlqOlNk88o DLt83nfrdzlaq2kOAMbDSKRsS1/5R24nKxHqIjRzplqqy7RH9nk8TEo9wn/pbct8 G02CtiR2D/bb1bWi5mzGJEZSRppDuVtWd7C79+zs0KJwgfaDARg= =jVUJ -----END PGP SIGNATURE----- --=-OhEhOaXhHhzH3e7BNpGB--