From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 723501384B4 for ; Tue, 8 Dec 2015 22:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F3C21C03A; Tue, 8 Dec 2015 22:53:31 +0000 (UTC) Received: from a1www.kph.uni-mainz.de (a1www.kph.uni-mainz.de [134.93.134.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22A1021C030 for ; Tue, 8 Dec 2015 22:53:29 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.9/8.14.7) with ESMTP id tB8MrRdr001039 for ; Tue, 8 Dec 2015 23:53:27 +0100 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.8/8.14.2) with ESMTP id tB8MrRYP016538; Tue, 8 Dec 2015 23:53:27 +0100 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.8/8.14.8/Submit) id tB8MrRBE016534; Tue, 8 Dec 2015 23:53:27 +0100 Message-ID: <22119.24422.701121.217634@a1i15.kph.uni-mainz.de> Date: Tue, 8 Dec 2015 23:53:26 +0100 To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH] readme.gentoo.eclass EAPI 6 support X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller 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: multipart/signed; boundary="pgp+signed+Nid73ydh1fwK5fW"; micalg=pgp-sha256; protocol="application/pgp-signature" X-Archives-Salt: 0951ea10-1ff6-4ee3-a88b-d11132b38226 X-Archives-Hash: 8302ef52008c438aa052f77c4a891ec3 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --pgp+signed+Nid73ydh1fwK5fW Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit AFAICS there are no particular EAPI 6 features this eclass could make use of, so we can simply add 6 to the case pattern. Ulrich --- a/eclass/readme.gentoo.eclass +++ b/eclass/readme.gentoo.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,7 +24,7 @@ case "${EAPI:-0}" in 0|1|2|3) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 4|5) + 4|5|6) # EAPI>=4 is required for REPLACING_VERSIONS preventing us # from needing to export another pkg_preinst phase to save has_version # result. Also relies on EAPI >=4 default src_install phase. --pgp+signed+Nid73ydh1fwK5fW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBCAAGBQJWZ19EAAoJEMMJBoUcYcJzOtwH/2PvobYHNGz9+A14SLJZF5xJ k7XAJQUtDxAG0pZCGnzAqT7GCslj/9FNaPz9U8xXTJ5+kBG8iuJAf4ZalLzrD8qd h2CJ5PRO/wdG5OCHYNzUEBwKtKsRvzlEIWZ+u57HN4kMNH1V4lthKSX6RqWhMtwq 60vnM/4VUrhGov/ZwNcatnUJjDwYO1Lqk011GLTJvGXGHCLFWak1zvIM3H8HVTht aSaBBdhx/EuwJSpPoMkhxQ95ZMim3qrZkx1p7ZXBzPeWPMaMDr5EnUWiZT0fz7h7 XPnBYvJOOEUZOEVuk2/mtOES4fMs2vrfcu6qV2rMX99f70efO8gLQ6HwkbQPMRM= =ul7t -----END PGP SIGNATURE----- --pgp+signed+Nid73ydh1fwK5fW--