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 D179B1382C5 for ; Fri, 26 Jan 2018 15:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA35E098F; Fri, 26 Jan 2018 15:39:03 +0000 (UTC) Received: from mx1.scent-team.com (mx1.scent-team.com [50.120.197.141]) (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 B4B0DE08DD for ; Fri, 26 Jan 2018 15:39:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at scent-team.com Received: from rukia.scent-team.com (unknown [192.168.123.75]) by mx1.scent-team.com (Postfix) with ESMTP id 3zSjkF4zWVzBYvk1 for ; Fri, 26 Jan 2018 10:39:01 -0500 (EST) From: Brian Evans To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [RFC] php-ext-source-r3 eclass improvements Date: Fri, 26 Jan 2018 10:38:55 -0500 Message-Id: <20180126153857.30315-1-grknight@gentoo.org> X-Mailer: git-send-email 2.16.1 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: 6f0953d4-5efd-415c-a85d-3376ada06c66 X-Archives-Hash: c77c1c97bfa444e6054571ca184ef848 The following patches improve the php-ext-source-r3 eclass by introducing two new variables. The first allows the configration INI name to vary from a hard-coded default of the module name. The second allows USE dependencies to be added to each implementation similar to python team's PYTHON_REQ_USE. Comments are welcome Brian