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 6B6EF138334 for ; Sun, 15 Jul 2018 13:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A0AE082B; Sun, 15 Jul 2018 13:36:57 +0000 (UTC) Received: from mx-out2.startmail.com (mx-out2.startmail.com [145.131.90.155]) (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 547DFE07FA for ; Sun, 15 Jul 2018 13:36:57 +0000 (UTC) Date: Sun, 15 Jul 2018 08:35:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1531661815; bh=X5G3YdIPUFIkBoP0bJDI2WLmSfOGfYziNriTe7JaAfI=; h=Date:From:To:Subject:References:In-Reply-To:From; b=RdVyNheyqbXAbv8MLUOf5Hyw/thR/vdKGd1Io7pIa0ccusEdHiDRbP0yuhXTIlOw3 zVW6274Zzmwom52NW32H3CG0/FB5dWTbbLChEgyLdGBlshtY3zfebQBzc8AloDxYn9 jwrTOFr+4gwxDK3eOUaL9C22YkGovKu0DrNZbL/L8IGw4jpbOdJFe2JqGbJLAsAp6Y EiGNzMDzOYZ+z8BEpZDOlA+qxVHNi+EAuaSapHcbmTgmVYKlCSNLxte2K2nbcNwCxZ RVpijcY9vHNEmFlem5OHXbBCOEEku8sXHknOpWAypaEUCXzj/SW66V+JClgOsGvPMf Z5HBjI1QKI6Zw== From: "Marty E. Plummer" To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 01/10] gnome2-utils: move icon functions into xdg-utils Message-ID: <20180715133531.7evvupsmxfiijuns@proprietary-killer> References: <20180627012734.1319-1-hanetzer@startmail.com> <20180627012734.1319-2-hanetzer@startmail.com> <1531635722.1619.20.camel@gentoo.org> 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 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1531635722.1619.20.camel@gentoo.org> X-Archives-Salt: cad2b120-15e5-41fe-b80c-abb284811b4c X-Archives-Hash: 8d57ec9cb735a77d41f993f8770309a0 On Sun, Jul 15, 2018 at 08:22:02AM +0200, Hans de Graaff wrote: > On Tue, 2018-06-26 at 20:27 -0500, Marty E. Plummer wrote: > > > > # Updates Gtk+ icon cache files under /usr/share/icons. > > -# This function should be called from pkg_postinst and pkg_postrm. > > +# Deprecated. Please use xdg_icon_cache_update from xdg-utils.eclass > > gnome2_icon_cache_update() { > > This would be a good candidate for an eqawarn message. Not sure how > many people will catch this deprecation in the documentation. > > Hans Later patch in the series causes this function to error out on EAPI 7+, along with a message. I had previously had the same idea, but the ml thought it would be a bad idea for n amount of currently working ebuilds to just start yelling out of nowhere. Just force the migration when updating to EAPI 7 and we're good :)