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 30C94138334 for ; Wed, 27 Jun 2018 20:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D323E0B0A; Wed, 27 Jun 2018 20:55:15 +0000 (UTC) Received: from mx-out1.startmail.com (mx-out1.startmail.com [145.131.90.139]) (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 1282CE0B01 for ; Wed, 27 Jun 2018 20:55:14 +0000 (UTC) Date: Wed, 27 Jun 2018 15:54:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1530132913; bh=1R20sPzis+gIbgXV2/z37Gb9fFxusneW2rf0rNDfDJg=; h=Date:From:To:Subject:References:In-Reply-To:From; b=Oa9tMqRtSlq7PHyj1ifZyQuoKOIUKJjGxzTO4ZVujNKcWy9Ske1P20LkaEYHaGgmz J1vhGbMwTY0ZIhAqfihHIC1Y8doc0ShJnjQjBHCEwFnoyXcQNUGfsaH3tk6/2JuvbT ag2lOhRn5D7m+CrqC2AlCaK/vkn7r5tNh3F+lKPhEUOOC+LUp/ftGMZydWQW1eVtpG v3Z8kzNicr9LqB1bAIMUflzAxVCqFNIbKX+6Cgz+gdOch37iw2/Ok27pMK0wj3yVwX pUXvMsX2UkwpEJJwij6jzrrneXgEeGleZBwOmWeUsB4akU40UcLby/NJyhZEN2eYvh zBGBYwZKV9Fww== From: "Marty E. Plummer" To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 02/10] gnome2.eclass: move icon handling code to xdg.eclass Message-ID: <20180627205405.totx45lfhc35txie@proprietary-killer> References: <20180627012734.1319-1-hanetzer@startmail.com> <20180627012734.1319-3-hanetzer@startmail.com> <1530117743.31758.18.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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1530117743.31758.18.camel@gentoo.org> X-Archives-Salt: e8c152f8-668d-4d4a-9cd6-684ffeabe4c6 X-Archives-Hash: 5ca90a866c0a5dbc38a49c5391241026 On Wed, Jun 27, 2018 at 06:42:23PM +0200, Pacho Ramos wrote: > El mar, 26-06-2018 a las 20:27 -0500, Marty E. Plummer escribió: > > Package-Manager: Portage-2.3.40, Repoman-2.3.9 > > --- > > eclass/gnome2.eclass | 9 +-------- > gnome2.eclass would also need to fix this regression in eapi6 > (https://bugs.gentoo.org/613364) and to deprecate ltprune.eclass usage > (https://bugs.gentoo.org/658638) > Good to know, I could probably look into that after this gets fully approved, since I don't want to juggle too many patches with that many different goals.