From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZRaU-0004gv-I7 for garchives@archives.gentoo.org; Tue, 29 May 2012 18:56:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1DADE0773; Tue, 29 May 2012 18:55:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2DE2AE073E for ; Tue, 29 May 2012 18:55:16 +0000 (UTC) Received: from sf.home (unknown [178.125.208.147]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: slyfox) by smtp.gentoo.org (Postfix) with ESMTPSA id B31941B4052; Tue, 29 May 2012 18:55:14 +0000 (UTC) Date: Tue, 29 May 2012 22:00:15 +0300 From: Sergei Trofimovich To: gentoo-dev@lists.gentoo.org Cc: games@gentoo.org Subject: [gentoo-dev] [PATCH] games.eclass: allow EAPI=4 Message-ID: <20120529220015.186ab1f1@sf.home> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) 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; micalg=PGP-SHA1; boundary="Sig_/vETTUM46UBZuKwzg64HUJrG"; protocol="application/pgp-signature" X-Archives-Salt: 76e93278-a587-4e33-be76-544f406ab131 X-Archives-Hash: e0995718395cb54e07c9262c24dfa6e8 --Sig_/vETTUM46UBZuKwzg64HUJrG Content-Type: multipart/mixed; boundary="MP_/xipwJWHEmRM8M_aesDEAcne" --MP_/xipwJWHEmRM8M_aesDEAcne Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Nice to drop '|| die' and have REQUIRED_USE in games ebuilds OK to push? Thanks! --=20 Sergei --MP_/xipwJWHEmRM8M_aesDEAcne Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=games.eclass.patch Index: games.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/games.eclass,v retrieving revision 1.147 diff -u -u -r1.147 games.eclass --- games.eclass 27 Dec 2011 17:55:12 -0000 1.147 +++ games.eclass 29 May 2012 18:53:22 -0000 @@ -15,7 +15,7 @@ =20 case ${EAPI:-0} in 0|1) EXPORT_FUNCTIONS pkg_setup src_compile pkg_preinst pkg_postinst ;; - 2|3) EXPORT_FUNCTIONS pkg_setup src_configure src_compile pkg_preinst pkg= _postinst ;; + 2|3|4) EXPORT_FUNCTIONS pkg_setup src_configure src_compile pkg_preinst p= kg_postinst ;; *) die "no support for EAPI=3D${EAPI} yet" ;; esac =20 --MP_/xipwJWHEmRM8M_aesDEAcne-- --Sig_/vETTUM46UBZuKwzg64HUJrG Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEARECAAYFAk/FHMQACgkQcaHudmEf86oXLACfc7e6boquxDdmZ2O4qLtkeSYX 5LcAn1cdVuRRg7fzU0bbTeGs0+qm+WrZ =ahi2 -----END PGP SIGNATURE----- --Sig_/vETTUM46UBZuKwzg64HUJrG--