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 B36C81382C5 for ; Tue, 27 Mar 2018 18:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56BB8E0964; Tue, 27 Mar 2018 18:20:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2E367E0964 for ; Tue, 27 Mar 2018 18:20:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 981CD335C91 for ; Tue, 27 Mar 2018 18:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAA9B26D for ; Tue, 27 Mar 2018 18:20:12 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1522174749.141f6c633358e1f7fef2445484ff20c2880cc9a1.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-pam/pecl-pam-1.0.3-r2.ebuild dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild X-VCS-Directories: dev-php/pecl-pam/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 141f6c633358e1f7fef2445484ff20c2880cc9a1 X-VCS-Branch: master Date: Tue, 27 Mar 2018 18:20:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09c11e87-f9b3-402e-9bfa-4c146896602f X-Archives-Hash: ca06cd27a394c55910c14d6687103a7b commit: 141f6c633358e1f7fef2445484ff20c2880cc9a1 Author: Brian Evans gentoo org> AuthorDate: Tue Mar 27 16:50:12 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Mar 27 18:19:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141f6c63 dev-php/pecl-pam: Revbump to add php7-1 and php7-2 support Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../{pecl-pam-1.0.3-r2.ebuild => pecl-pam-1.0.3-r3.ebuild} | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dev-php/pecl-pam/pecl-pam-1.0.3-r2.ebuild b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild similarity index 80% rename from dev-php/pecl-pam/pecl-pam-1.0.3-r2.ebuild rename to dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild index dcd2afeb776..db57bd50876 100644 --- a/dev-php/pecl-pam/pecl-pam-1.0.3-r2.ebuild +++ b/dev-php/pecl-pam/pecl-pam-1.0.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README ) -USE_PHP="php5-6 php7-0" +USE_PHP="php5-6 php7-0 php7-1 php7-2" inherit php-ext-pecl-r3 pam @@ -26,10 +26,7 @@ PATCHES=( "${FILESDIR}/${PV}-php7.patch" ) src_prepare() { #Fix DOS line endings - for slot in $(php_get_slots); do - php_init_slot_env "${slot}" - sed -i 's/\r$//' -- pam.c || die - done + sed -i 's/\r$//' -- pam.c || die php-ext-source-r3_src_prepare }