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: Thu, 05 May 2016 14:21:43
Message-Id: 1462457933.5296f913f5502fb872b70112462a9fb87977f913.grknight@gentoo
1 commit: 5296f913f5502fb872b70112462a9fb87977f913
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 14:18:53 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 14:18:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5296f913
7
8 virtual/httpd-php: Drop EOL 5.4 slot
9
10 Package-Manager: portage-2.2.28
11
12 virtual/httpd-php/httpd-php-5.4-r1.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/virtual/httpd-php/httpd-php-5.4-r1.ebuild b/virtual/httpd-php/httpd-php-5.4-r1.ebuild
16 deleted file mode 100644
17 index 14262bd..0000000
18 --- a/virtual/httpd-php/httpd-php-5.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="4"
26 -
27 -DESCRIPTION="Virtual to provide PHP-enabled webservers"
28 -HOMEPAGE=""
29 -SRC_URI=""
30 -
31 -LICENSE=""
32 -SLOT="${PV}"
33 -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"
34 -IUSE=""
35 -
36 -RDEPEND="|| ( dev-lang/php:${SLOT}[apache2]
37 - dev-lang/php:${SLOT}[cgi]
38 - dev-lang/php:${SLOT}[fpm] )"
39 -DEPEND=""