public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Hoffmann (hoffie)" <hoffie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.2.5_p20080206-r3.ebuild
Date: Wed, 13 Feb 2008 15:53:27 +0000	[thread overview]
Message-ID: <E1JPJvL-0004PO-89@stork.gentoo.org> (raw)

hoffie      08/02/13 15:53:27

  Modified:             ChangeLog php-5.2.5_p20080206-r3.ebuild
  Log:
  yet another attempt at fixing src_test (no revbump)
  (Portage version: 2.1.4.3)

Revision  Changes    Path
1.230                dev-lang/php/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.230&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?rev=1.230&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/ChangeLog?r1=1.229&r2=1.230

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- ChangeLog	12 Feb 2008 21:58:56 -0000	1.229
+++ ChangeLog	13 Feb 2008 15:53:26 -0000	1.230
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.229 2008/02/12 21:58:56 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.230 2008/02/13 15:53:26 hoffie Exp $
+
+  13 Feb 2008; Christian Hoffmann <hoffie@gentoo.org>
+  php-5.2.5_p20080206-r3.ebuild:
+  yet another attempt at fixing src_test (no revbump)
 
 *php-5.2.5_p20080206-r3 (12 Feb 2008)
 



1.2                  dev-lang/php/php-5.2.5_p20080206-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild?r1=1.1&r2=1.2

Index: php-5.2.5_p20080206-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.2.5_p20080206-r3.ebuild	12 Feb 2008 21:58:56 -0000	1.1
+++ php-5.2.5_p20080206-r3.ebuild	13 Feb 2008 15:53:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild,v 1.1 2008/02/12 21:58:56 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.5_p20080206-r3.ebuild,v 1.2 2008/02/13 15:53:26 hoffie Exp $
 
 CGI_SAPI_USE="discard-path force-cgi-redirect"
 APACHE2_SAPI_USE="concurrentmodphp threads"
@@ -501,7 +501,7 @@
 	if [[ -x "${S}"/php-cgi ]]; then
 		export TEST_PHP_CGI_EXECUTABLE="${S}"/php-cgi
 	fi
-	REPORT_EXIT_STATUS=1 "${S}"/sapi/cli/php -n "${S}"/run-tests.php -n
+	REPORT_EXIT_STATUS=1 "${S}"/php-cli -n "${S}"/run-tests.php -n
 
 	if [[ $? != 0 ]] ; then
 		eerror "Not all tests were successful!"



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-02-13 15:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-13 15:53 Christian Hoffmann (hoffie) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-28  4:30 [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.2.5_p20080206-r3.ebuild Steve Dibb (beandog)
2008-02-24 19:56 Brent Baude (ranger)
2008-02-24 14:37 Raul Porcel (armin76)
2008-02-22 13:56 Tobias Scherbaum (dertobi123)
2008-02-21 22:03 Markus Meier (maekke)
2008-02-21 17:36 Jeroen Roovers (jer)
2008-02-12 21:58 Christian Hoffmann (hoffie)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JPJvL-0004PO-89@stork.gentoo.org \
    --to=hoffie@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox