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 9D9FF138334 for ; Wed, 27 Jun 2018 01:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 381E8E0909; Wed, 27 Jun 2018 01:28:44 +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 BB1CCE0909 for ; Wed, 27 Jun 2018 01:28:43 +0000 (UTC) From: "Marty E. Plummer" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=startmail.com; s=2017-11; t=1530062921; bh=vBGyjY1KanZ9IpQvPEHuCVWEGXkSm87ClX/0pc/PGms=; h=From:To:Cc:Subject:Date:From; b=YGLzgh21vnua5JcQSphDnmXg6H4p6/g5xA6cQWATcGzv2dv7Kxzo1+1CGzmXjBWw3 6ifNmPik0ddd8hdrKs8cF8Io5oK9nhDY9Xha9qv4mxBqoVwi7XrAx0W+UICMgRn0pP iGcfHSVCkuBfUniiJjgTCWt1gJAUHJCh/KEVI80owVnmWWPc6yxHbPPDXBfKhyWn1R rMjRRKRANf19T9bMVXROwlGFFmN81W/EgZD0cRCh31UsOfu+rQv0LduJikcbpTy5j2 HNaOckgAPCzg+6pb/GCiTbZN5J9wMquB95MsM6wCzWllBm03XcxDLxLdl+Fm1BTXv3 igiMr0dF3UiCA== To: gentoo-dev@lists.gentoo.org Cc: "Marty E. Plummer" Subject: [gentoo-dev] [PATCH 00/10] {gnome2,xdg}{,-utils}.eclass: EAPI 7 work Date: Tue, 26 Jun 2018 20:27:24 -0500 Message-Id: <20180627012734.1319-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: 96f9fe0b-98c5-4cb7-99dd-74b3188c3d47 X-Archives-Hash: 87d220363215b43c015cfb49278a400b Round four. I think I've finally got everything covered properly. Flipped a lot of has ${EAPI} 6 stuff to [[ ${EAPI:-0} == [012345] ]] negations as the former version would require adding new EAPI versions until the end of time. This way you have a finite list of unsupported EAPIs 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 | 154 +++++++++++++++---------------------- eclass/gnome2.eclass | 23 ++---- eclass/xdg-utils.eclass | 72 +++++++++++++++-- eclass/xdg.eclass | 36 ++++++--- 4 files changed, 164 insertions(+), 121 deletions(-) -- 2.17.1