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 49B8E1580B9 for ; Fri, 27 Aug 2021 14:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A180E07A5; Fri, 27 Aug 2021 14:16:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5451FE07A5 for ; Fri, 27 Aug 2021 14:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 75BF3335DC3 for ; Fri, 27 Aug 2021 14:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 039C645 for ; Fri, 27 Aug 2021 14:16:05 +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: <1630073761.88f2e358507c3adb3470db8e79d7533332a40d35.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild X-VCS-Directories: dev-php/pecl-mcrypt/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 88f2e358507c3adb3470db8e79d7533332a40d35 X-VCS-Branch: master Date: Fri, 27 Aug 2021 14:16:05 +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: 93cd03a0-f3b2-4505-a110-bb7ab670abba X-Archives-Hash: a363b26a5228e4545c05cd50a9d05caa commit: 88f2e358507c3adb3470db8e79d7533332a40d35 Author: Brian Evans gentoo org> AuthorDate: Fri Aug 27 14:15:05 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Aug 27 14:16:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f2e358 dev-php/pecl-mcrypt: Remove old commentted function Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild index 84485926db7..e7895b657c1 100644 --- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild +++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild @@ -21,10 +21,3 @@ DEPEND="dev-libs/libmcrypt" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" - -#src_prepare() { - # PHP Warning: Use of undefined constant MCRYPT_CBC - assumed 'MCRYPT_CBC' -# sed -i '/MODE3/s/MCRYPT_CBC/"MCRYPT_CBC"/g' tests/bug8040.phpt || die - -# php-ext-source-r3_src_prepare -#}