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 232121395E2 for ; Mon, 28 Nov 2016 15:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F62BE08B8; Mon, 28 Nov 2016 15:46:38 +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 3D79BE08B8 for ; Mon, 28 Nov 2016 15:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5B60B341130 for ; Mon, 28 Nov 2016 15:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7AC049A for ; Mon, 28 Nov 2016 15:46:35 +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: <1480347833.de7d6b91be0778a8eb9d0091cbc84ea3e135f8e9.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.5.ebuild X-VCS-Directories: virtual/httpd-php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: de7d6b91be0778a8eb9d0091cbc84ea3e135f8e9 X-VCS-Branch: master Date: Mon, 28 Nov 2016 15:46:35 +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: 4cb32d29-da2c-45e5-a5d4-3b17203c23b3 X-Archives-Hash: 27d2e67c0c40aac6972a2a1de493b017 commit: de7d6b91be0778a8eb9d0091cbc84ea3e135f8e9 Author: Brian Evans gentoo org> AuthorDate: Mon Nov 28 15:30:09 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Nov 28 15:43:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7d6b91 virtual/httpd-php: Drop old, obsolete slot Package-Manager: portage-2.3.2 virtual/httpd-php/httpd-php-5.5.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/virtual/httpd-php/httpd-php-5.5.ebuild b/virtual/httpd-php/httpd-php-5.5.ebuild deleted file mode 100644 index 52b1aa2..00000000 --- a/virtual/httpd-php/httpd-php-5.5.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="5" - -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}[fpm] - dev-lang/php:${SLOT}[apache2] - dev-lang/php:${SLOT}[cgi] )" -DEPEND=""