From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5A878138225 for ; Thu, 5 May 2016 14:21:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35A9421C100; Thu, 5 May 2016 14:21:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B7A721C087 for ; Thu, 5 May 2016 14:21:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA3063405D5 for ; Thu, 5 May 2016 14:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B76A9845 for ; Thu, 5 May 2016 14:21:33 +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: <1462457933.5296f913f5502fb872b70112462a9fb87977f913.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.4-r1.ebuild X-VCS-Directories: virtual/httpd-php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 5296f913f5502fb872b70112462a9fb87977f913 X-VCS-Branch: master Date: Thu, 5 May 2016 14:21:33 +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: e4e76a82-6f53-47c0-b6be-e09e1a92f432 X-Archives-Hash: 63bbe6b95e237134daf89d879dbda246 commit: 5296f913f5502fb872b70112462a9fb87977f913 Author: Brian Evans gentoo org> AuthorDate: Thu May 5 14:18:53 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu May 5 14:18:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5296f913 virtual/httpd-php: Drop EOL 5.4 slot Package-Manager: portage-2.2.28 virtual/httpd-php/httpd-php-5.4-r1.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/virtual/httpd-php/httpd-php-5.4-r1.ebuild b/virtual/httpd-php/httpd-php-5.4-r1.ebuild deleted file mode 100644 index 14262bd..0000000 --- a/virtual/httpd-php/httpd-php-5.4-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -DESCRIPTION="Virtual to provide PHP-enabled webservers" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="${PV}" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND="|| ( dev-lang/php:${SLOT}[apache2] - dev-lang/php:${SLOT}[cgi] - dev-lang/php:${SLOT}[fpm] )" -DEPEND=""