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 55829138335 for ; Thu, 5 Dec 2019 20:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8145EE092B; Thu, 5 Dec 2019 20:25:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 41B82E092B for ; Thu, 5 Dec 2019 20:25:47 +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 E719934D817 for ; Thu, 5 Dec 2019 20:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53AED8C9 for ; Thu, 5 Dec 2019 20:25:43 +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: <1575577536.b839de303020b6e3739b033d9a8478ab26d6b781.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-crack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild X-VCS-Directories: dev-php/pecl-crack/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: b839de303020b6e3739b033d9a8478ab26d6b781 X-VCS-Branch: master Date: Thu, 5 Dec 2019 20:25:43 +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: 2165d206-10e6-4c94-a71b-3973297f00b9 X-Archives-Hash: 78cf932c7ce7efd03b4abbe403d6fb54 commit: b839de303020b6e3739b033d9a8478ab26d6b781 Author: Brian Evans gentoo org> AuthorDate: Thu Dec 5 20:06:13 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 5 20:25:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b839de30 dev-php/pecl-crack: Drop old Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild b/dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild deleted file mode 100644 index dcda4876842..00000000000 --- a/dev-php/pecl-crack/pecl-crack-0.4-r6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PHP_EXT_NAME="crack" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_EXTRA_ECONF="" -DOCS=( EXPERIMENTAL ) - -USE_PHP="php5-6 php7-0 php7-1" - -inherit php-ext-pecl-r3 - -KEYWORDS="amd64 ppc ppc64 x86" - -DESCRIPTION="PHP interface to the cracklib libraries" -LICENSE="PHP-3 CRACKLIB" -SLOT="0" -IUSE="" -# Patch for http://pecl.php.net/bugs/bug.php?id=5765 -PATCHES=( "${FILESDIR}/fix-php-5-4-support.patch" -"${FILESDIR}/fix-pecl-bug-5765.patch" -"${FILESDIR}/${PV}-php7.patch" -)