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, 28 Nov 2016 15:46:39
Message-Id: 1480347833.de7d6b91be0778a8eb9d0091cbc84ea3e135f8e9.grknight@gentoo
1 commit: de7d6b91be0778a8eb9d0091cbc84ea3e135f8e9
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 15:30:09 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 15:43:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7d6b91
7
8 virtual/httpd-php: Drop old, obsolete slot
9
10 Package-Manager: portage-2.3.2
11
12 virtual/httpd-php/httpd-php-5.5.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/virtual/httpd-php/httpd-php-5.5.ebuild b/virtual/httpd-php/httpd-php-5.5.ebuild
16 deleted file mode 100644
17 index 52b1aa2..00000000
18 --- a/virtual/httpd-php/httpd-php-5.5.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="5"
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}[fpm]
37 - dev-lang/php:${SLOT}[apache2]
38 - dev-lang/php:${SLOT}[cgi] )"
39 -DEPEND=""