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: Fri, 18 Dec 2015 17:22:30
Message-Id: 1450459327.4f9d5eee569c8de6f9356a52244d4ae0fec87646.grknight@gentoo
1 commit: 4f9d5eee569c8de6f9356a52244d4ae0fec87646
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 17:21:26 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 17:22:07 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9d5eee
7
8 virtual/httpd-php: Drop old masked ~arch version
9
10 Package-Manager: portage-2.2.26
11
12 virtual/httpd-php/httpd-php-5.4-r2.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/virtual/httpd-php/httpd-php-5.4-r2.ebuild b/virtual/httpd-php/httpd-php-5.4-r2.ebuild
16 deleted file mode 100644
17 index 5b1de14..0000000
18 --- a/virtual/httpd-php/httpd-php-5.4-r2.ebuild
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -# Copyright 1999-2012 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}[fpm]
37 - dev-lang/php:${SLOT}[apache2]
38 - dev-lang/php:${SLOT}[cgi] )"
39 -DEPEND=""