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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC2E0158086 for ; Mon, 22 Nov 2021 19:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3EB3E088C; Mon, 22 Nov 2021 19:57:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98FE7E088C for ; Mon, 22 Nov 2021 19:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E8FF343297 for ; Mon, 22 Nov 2021 19:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C953B1D8 for ; Mon, 22 Nov 2021 19:57:51 +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: <1637611068.dc6bbe5a4f8299aa934dc438ab1c5e112b0123f3.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-dbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild X-VCS-Directories: dev-php/pecl-dbase/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: dc6bbe5a4f8299aa934dc438ab1c5e112b0123f3 X-VCS-Branch: master Date: Mon, 22 Nov 2021 19:57:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c25eed65-c10a-44ff-8ff5-87417062b81a X-Archives-Hash: 92756a5075b5260376e4e4446e9a6a61 commit: dc6bbe5a4f8299aa934dc438ab1c5e112b0123f3 Author: Brian Evans gentoo org> AuthorDate: Mon Nov 22 19:33:46 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Nov 22 19:57:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6bbe5a dev-php/pecl-dbase: Update targets Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild index b288ecca45e0..12af13520d4a 100644 --- a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild +++ b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild @@ -3,10 +3,7 @@ EAPI="7" -USE_PHP="php7-2 php7-3 php7-4 php8-0" - -MY_PV="${PV/_rc/RC}" -PHP_EXT_PECL_FILENAME="dbase-${MY_PV}.tgz" +USE_PHP="php7-3 php7-4 php8-0 php8-1" inherit php-ext-pecl-r3 @@ -19,6 +16,3 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}" -PHP_EXT_S="${S}"