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 BA6AE138334 for ; Mon, 30 Dec 2019 15:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6642DE0C08; Mon, 30 Dec 2019 15:09:32 +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 273AFE0C0B for ; Mon, 30 Dec 2019 15:09:32 +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 064FF34DD78 for ; Mon, 30 Dec 2019 15:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25F46B3 for ; Mon, 30 Dec 2019 15:09:26 +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: <1577718554.419f14f6c31bbf8510246bf5d934e9f494e40c2d.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/httpd-php/httpd-php-5.6.ebuild X-VCS-Directories: virtual/httpd-php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 419f14f6c31bbf8510246bf5d934e9f494e40c2d X-VCS-Branch: master Date: Mon, 30 Dec 2019 15:09:26 +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: 8d260b4b-0e7f-49e6-877e-e978c9056caa X-Archives-Hash: f81c632883a025092e48a8d94c2128e6 commit: 419f14f6c31bbf8510246bf5d934e9f494e40c2d Author: Brian Evans gentoo org> AuthorDate: Mon Dec 30 14:58:56 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Dec 30 15:09:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419f14f6 virtual/httpd-php: Drop 5.6 slot Bug: https://bugs.gentoo.org/651784 Signed-off-by: Brian Evans gentoo.org> virtual/httpd-php/httpd-php-5.6.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/virtual/httpd-php/httpd-php-5.6.ebuild b/virtual/httpd-php/httpd-php-5.6.ebuild deleted file mode 100644 index d07472714d1..00000000000 --- a/virtual/httpd-php/httpd-php-5.6.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="Virtual to provide PHP-enabled webservers" -SLOT="${PV}" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] - dev-lang/php:${SLOT}[apache2] - dev-lang/php:${SLOT}[cgi] )"