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 200DB138334 for ; Thu, 21 Jun 2018 05:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C76EE0966; Thu, 21 Jun 2018 05:10:55 +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 87B6CE0958 for ; Thu, 21 Jun 2018 05:10:54 +0000 (UTC) From: "Marty E. Plummer" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1529557852; bh=OXcG0WUp8JUgPL9KXegx8lIEVy0RQPBQ2cNArdBBURU=; h=From:To:Cc:Subject:Date:From; b=TqU4qeJTWnH57KJcZnr71NsM03Wms7VhPIX3YUeqF26p6uEwdYxDAdwHBZ4ufMLEV jA5r2U9FId20TshN4JrKFKXRXZzCeNESuo6egBk+pSLQu66+rDsOmPVPdvBSnAMnVN efDsh3Uxk48wid/qXU+/a3h7VhQa1Yrm516C1pDumYif7mJ9dfHos+PZ8I65th3OS7 F7jiacO5gS82sldg4QL3Q79bMFBnHA+GZWaJX/zA1JqK3k3rO3VEbu0+DGFkRFfjyM vB/9JcTF4mnIW7Sk5kkou8Ig4sLhlLz2C3fQjgaXsnIWof1ndVCTz6zFS2Nz6BJL4b HiXjDXFO6mG4A== To: gentoo-dev@lists.gentoo.org Cc: "Marty E. Plummer" Subject: [gentoo-dev] [PATCH 00/10] {gnome2,xdg}{,-utils}.eclass: EAPI 7 work Date: Thu, 21 Jun 2018 00:09:40 -0500 Message-Id: <20180621050950.9162-1-hanetzer@startmail.com> 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-Archives-Salt: 47a4a168-8978-42b4-bb95-e2eedcaac13c X-Archives-Hash: e0167edbb7b48b03dc90bfbb250ae16d Round three, hopefully this covers all the bases and all the changes asked for in the previous iterations. Marty E. Plummer (10): gnome2-utils: move icon functions into xdg-utils gnome2.eclass: move icon handling code to xdg.eclass xdg-utils.eclass: make EAPI 7 ready gnome2-utils.eclass: make EAPI 7 ready xdg.eclass: make EAPI 7 ready gnome2.eclass: make EAPI 7 ready xdg-utils.eclass: enable EAPI 7 gnome2-utils.eclass: enable EAPI 7 xdg.eclass: enable EAPI 7 gnome2.eclass: enable EAPI 7 eclass/gnome2-utils.eclass | 138 +++++++++++++------------------------ eclass/gnome2.eclass | 23 +++---- eclass/xdg-utils.eclass | 72 +++++++++++++++++-- eclass/xdg.eclass | 36 +++++++--- 4 files changed, 150 insertions(+), 119 deletions(-) -- 2.17.1