diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-07-05 14:05:34 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-07-05 14:05:34 +0000 |
commit | 0aa3dfa60119bdaf3adfc45ad8cf697ef98595c7 (patch) | |
tree | 7ba9624e9f24073214f1d54a2c58d721b29acd9b /virtual/httpd-php | |
parent | ppc64 stable wrt #315775 (diff) | |
download | gentoo-2-0aa3dfa60119bdaf3adfc45ad8cf697ef98595c7.tar.gz gentoo-2-0aa3dfa60119bdaf3adfc45ad8cf697ef98595c7.tar.bz2 gentoo-2-0aa3dfa60119bdaf3adfc45ad8cf697ef98595c7.zip |
initial import (bug #319623)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r-- | virtual/httpd-php/ChangeLog | 11 | ||||
-rw-r--r-- | virtual/httpd-php/httpd-php-5.2.ebuild | 19 | ||||
-rw-r--r-- | virtual/httpd-php/httpd-php-5.3.ebuild | 19 | ||||
-rw-r--r-- | virtual/httpd-php/metadata.xml | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/virtual/httpd-php/ChangeLog b/virtual/httpd-php/ChangeLog new file mode 100644 index 000000000000..cc1c1addb6d4 --- /dev/null +++ b/virtual/httpd-php/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for virtual/httpd-php +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.1 2010/07/05 14:05:34 mabi Exp $ + +*httpd-php-5.3 (05 Jul 2010) +*httpd-php-5.2 (05 Jul 2010) + + 05 Jul 2010; Matti Bickel <mabi@gentoo.org> +httpd-php-5.2.ebuild, + +httpd-php-5.3.ebuild, +metadata.xml: + initial import (bug #319623) + diff --git a/virtual/httpd-php/httpd-php-5.2.ebuild b/virtual/httpd-php/httpd-php-5.2.ebuild new file mode 100644 index 000000000000..23f5a8f4f130 --- /dev/null +++ b/virtual/httpd-php/httpd-php-5.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.2.ebuild,v 1.1 2010/07/05 14:05:34 mabi Exp $ + +EAPI="2" + +DESCRIPTION="Virtual to provide PHP-enabled webservers" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="5.2" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="|| ( =dev-lang/php-5.2*[apache2] + =dev-lang/php-5.2*[cgi] + =dev-lang/php-5.2*[fpm] )" +DEPEND="" diff --git a/virtual/httpd-php/httpd-php-5.3.ebuild b/virtual/httpd-php/httpd-php-5.3.ebuild new file mode 100644 index 000000000000..73b5be1dc7a9 --- /dev/null +++ b/virtual/httpd-php/httpd-php-5.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.3.ebuild,v 1.1 2010/07/05 14:05:34 mabi Exp $ + +EAPI="2" + +DESCRIPTION="Virtual to provide PHP-enabled webservers" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="5.3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="|| ( =dev-lang/php-5.3*[apache2] + =dev-lang/php-5.3*[cgi] + =dev-lang/php-5.3*[fpm] )" +DEPEND="" diff --git a/virtual/httpd-php/metadata.xml b/virtual/httpd-php/metadata.xml new file mode 100644 index 000000000000..40dbb4c4bbaf --- /dev/null +++ b/virtual/httpd-php/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>php</herd> +</pkgmetadata> |