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 D200413829C for ; Wed, 1 Jun 2016 16:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5230F234042; Wed, 1 Jun 2016 16:53:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 145E323403D for ; Wed, 1 Jun 2016 16:53:46 +0000 (UTC) Received: from localhost.localdomain (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D347C340C01 for ; Wed, 1 Jun 2016 16:53:44 +0000 (UTC) From: Michael Orlitzky To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 0/2] New revisions of PHP extension eclasses Date: Wed, 1 Jun 2016 12:53:36 -0400 Message-Id: <1464800018-25873-1-git-send-email-mjo@gentoo.org> X-Mailer: git-send-email 2.7.3 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: b2aa5498-9c28-42a3-884a-7776e8569c6e X-Archives-Hash: 9159cba2eabceb96d8ae16ced6631f1e I've tried to keep these two new revisions mostly compatible with the old ones. I performed some code cleanup, but nothing that should affect users too badly (all updates should be trivial and make your ebuilds smaller). Most of the meat is in php-ext-source-r3.eclass. The other eclass simply inherits that one. A migration guide for users can be found at, https://wiki.gentoo.org/wiki/Project:PHP/Php-ext-source-r3_migration_guide Michael Orlitzky (2): php-ext-source-r3.eclass: new revision supporting EAPI=6. php-ext-pecl-r3.eclass: new revision supporting EAPI=6. eclass/php-ext-pecl-r3.eclass | 93 ++++++++++ eclass/php-ext-source-r3.eclass | 387 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 480 insertions(+) create mode 100644 eclass/php-ext-pecl-r3.eclass create mode 100644 eclass/php-ext-source-r3.eclass -- 2.7.3