From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6CA0F138010 for ; Wed, 29 Aug 2012 08:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EDE2E01DC; Wed, 29 Aug 2012 08:20:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4F14BE01DC for ; Wed, 29 Aug 2012 08:20:18 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B33DA33D881 for ; Wed, 29 Aug 2012 08:20:17 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2277) id 5CEEF20B0C; Wed, 29 Aug 2012 08:20:16 +0000 (UTC) From: "Ole Markus With (olemarkus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, olemarkus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: httpd-php-5.4-r1.ebuild ChangeLog X-VCS-Directories: virtual/httpd-php X-VCS-Committer: olemarkus X-VCS-Committer-Name: Ole Markus With Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120829082016.5CEEF20B0C@flycatcher.gentoo.org> Date: Wed, 29 Aug 2012 08:20:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d5d527d8-7f97-41cd-9978-ced207c6d512 X-Archives-Hash: 749648d66dd84de401f8905b8b56dda2 olemarkus 12/08/29 08:20:16 Modified: ChangeLog Added: httpd-php-5.4-r1.ebuild Log: Revbump making the 5.4 virtual depend on php:5.4 (Portage version: 2.1.11.9/cvs/Linux x86_64) Revision Changes Path 1.20 virtual/httpd-php/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 24 Aug 2012 14:20:48 -0000 1.19 +++ ChangeLog 29 Aug 2012 08:20:16 -0000 1.20 @@ -1,6 +1,11 @@ # ChangeLog for virtual/httpd-php # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.19 2012/08/24 14:20:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.20 2012/08/29 08:20:16 olemarkus Exp $ + +*httpd-php-5.4-r1 (29 Aug 2012) + + 29 Aug 2012; Ole Markus With +httpd-php-5.4-r1.ebuild: + Revbump making the 5.4 virtual depend on php:5.4 24 Aug 2012; Jeroen Roovers httpd-php-5.4.ebuild: Stable for HPPA (bug #427024). @@ -63,4 +68,3 @@ 05 Jul 2010; Matti Bickel +httpd-php-5.2.ebuild, +httpd-php-5.3.ebuild, +metadata.xml: initial import (bug #319623) - 1.1 virtual/httpd-php/httpd-php-5.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.4-r1.ebuild?rev=1.1&content-type=text/plain Index: httpd-php-5.4-r1.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.4-r1.ebuild,v 1.1 2012/08/29 08:20:16 olemarkus Exp $ EAPI="4" DESCRIPTION="Virtual to provide PHP-enabled webservers" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="${PV}" 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" IUSE="" RDEPEND="|| ( dev-lang/php:${SLOT}[apache2] dev-lang/php:${SLOT}[cgi] dev-lang/php:${SLOT}[fpm] )" DEPEND=""