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 | 94c38f7f1781682b9a6f9857eed43b8f9a9a8adc (patch) | |
tree | 570c89dd4354c28de3fb81becf9cc918e8460a66 /virtual/httpd-php | |
parent | ppc64 stable wrt #315775 (diff) | |
download | historical-94c38f7f1781682b9a6f9857eed43b8f9a9a8adc.tar.gz historical-94c38f7f1781682b9a6f9857eed43b8f9a9a8adc.tar.bz2 historical-94c38f7f1781682b9a6f9857eed43b8f9a9a8adc.zip |
initial import (bug #319623)
Package-Manager: portage-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/Manifest | 4 | ||||
-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 |
5 files changed, 58 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/Manifest b/virtual/httpd-php/Manifest new file mode 100644 index 000000000000..818075b654d9 --- /dev/null +++ b/virtual/httpd-php/Manifest @@ -0,0 +1,4 @@ +EBUILD httpd-php-5.2.ebuild 539 RMD160 39a7a84ccc2a39c0899ac817710efb97ccdda9c4 SHA1 59224400c98162651cb2eab69c2b1443b1de6b89 SHA256 aefbbcf240ced787cd00fbdc529049a3ec6842307992c9a39796507df0dcb254 +EBUILD httpd-php-5.3.ebuild 476 RMD160 0dee51f22c8cdac202e6d4cf2df39797b9351527 SHA1 8393f1abd2da9e7eee2ae105ed704b6fbe7417bb SHA256 32e3a374d8e9f7290bb6f260b6ffd68ed186e7373dc5dd812210d510f71bc7a8 +MISC ChangeLog 405 RMD160 a4ef5d44f67228197a743e7031a70daadd26a160 SHA1 7ccc52ea14be49509d4ac9191286ebcba5aa9aef SHA256 bdd8b506917101aad4e7198703c4243f81a05bbf9e03d831e70c1ac790f2e51a +MISC metadata.xml 156 RMD160 a3a59cdc3ac33d711123b2d7e2b1deb2984aa101 SHA1 1f452f476317b4634c684eabfd8840d06d35b414 SHA256 f6d70434415ff7294f2a64e7870f32318c5fab9153fe63a58841b12d897da6ba 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> |