Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-php/
Date: Mon, 30 Dec 2019 15:09:37
Message-Id: 1577718554.419f14f6c31bbf8510246bf5d934e9f494e40c2d.grknight@gentoo
1 commit: 419f14f6c31bbf8510246bf5d934e9f494e40c2d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 14:58:56 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 15:09:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419f14f6
7
8 virtual/httpd-php: Drop 5.6 slot
9
10 Bug: https://bugs.gentoo.org/651784
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 virtual/httpd-php/httpd-php-5.6.ebuild | 12 ------------
14 1 file changed, 12 deletions(-)
15
16 diff --git a/virtual/httpd-php/httpd-php-5.6.ebuild b/virtual/httpd-php/httpd-php-5.6.ebuild
17 deleted file mode 100644
18 index d07472714d1..00000000000
19 --- a/virtual/httpd-php/httpd-php-5.6.ebuild
20 +++ /dev/null
21 @@ -1,12 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -DESCRIPTION="Virtual to provide PHP-enabled webservers"
28 -SLOT="${PV}"
29 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
30 -
31 -RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
32 - dev-lang/php:${SLOT}[apache2]
33 - dev-lang/php:${SLOT}[cgi] )"