public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/phpunit: ChangeLog phpunit-3.2.15.ebuild
@ 2008-03-04 19:43 Markus Ullmann (jokey)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Ullmann (jokey) @ 2008-03-04 19:43 UTC (permalink / raw
  To: gentoo-commits

jokey       08/03/04 19:43:06

  Modified:             ChangeLog
  Added:                phpunit-3.2.15.ebuild
  Log:
  Version bump from project overlay
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.16                 dev-php5/phpunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	26 Feb 2008 16:38:21 -0000	1.15
+++ ChangeLog	4 Mar 2008 19:43:06 -0000	1.16
@@ -1,6 +1,15 @@
 # ChangeLog for dev-php5/phpunit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.15 2008/02/26 16:38:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.16 2008/03/04 19:43:06 jokey Exp $
+
+*phpunit-3.2.15 (04 Mar 2008)
+
+  04 Mar 2008; Markus Ullmann <jokey@gentoo.org> +phpunit-3.2.15.ebuild:
+  Version bump from project overlay
+
+  03 Mar 2008; Jakub Moc <jakub@gentoo.org>
+  +phpunit-3.2.15.ebuild:
+  Version bump
 
 *phpunit-3.2.13 (26 Feb 2008)
 



1.1                  dev-php5/phpunit/phpunit-3.2.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild?rev=1.1&content-type=text/plain

Index: phpunit-3.2.15.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild,v 1.1 2008/03/04 19:43:06 jokey Exp $

inherit php-pear-lib-r1

KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"

DESCRIPTION="Unit Testing framework for PHP 5."
HOMEPAGE="http://www.phpunit.de/"
SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
LICENSE="BSD"
SLOT="0"
IUSE="minimal"

DEPEND="!dev-php4/phpunit"
RDEPEND="${DEPEND}
	!minimal? ( >=dev-php5/xdebug-2.0.0
		    >=dev-php/PEAR-Image_GraphViz-1.2.1
		    >=dev-php/PEAR-Log-1.8.7-r1
		    >=dev-php/PEAR-Testing_Selenium-0.2.0 )"

S="${WORKDIR}/PHPUnit-${PV}"

need_php_by_category

pkg_setup() {
	require_php_with_use pcre reflection spl xml tokenizer
}

pkg_postinst() {
	has_php
	elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
	elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
}



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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/phpunit: ChangeLog phpunit-3.2.15.ebuild
@ 2008-07-15 18:34 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2008-07-15 18:34 UTC (permalink / raw
  To: gentoo-commits

jer         08/07/15 18:34:24

  Modified:             ChangeLog phpunit-3.2.15.ebuild
  Log:
  Marked ~hppa too.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)

Revision  Changes    Path
1.19                 dev-php5/phpunit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	8 Mar 2008 22:24:35 -0000	1.18
+++ ChangeLog	15 Jul 2008 18:34:24 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/phpunit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.18 2008/03/08 22:24:35 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.19 2008/07/15 18:34:24 jer Exp $
+
+  15 Jul 2008; Jeroen Roovers <jer@gentoo.org> phpunit-3.2.15.ebuild:
+  Marked ~hppa too.
 
   08 Mar 2008; Peter Volkov <pva@gentoo.org> phpunit-3.2.8.ebuild:
   amd64 stable, bug #208848.



1.2                  dev-php5/phpunit/phpunit-3.2.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild?r1=1.1&r2=1.2

Index: phpunit-3.2.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phpunit-3.2.15.ebuild	4 Mar 2008 19:43:06 -0000	1.1
+++ phpunit-3.2.15.ebuild	15 Jul 2008 18:34:24 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild,v 1.1 2008/03/04 19:43:06 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.15.ebuild,v 1.2 2008/07/15 18:34:24 jer Exp $
 
 inherit php-pear-lib-r1
 
-KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
 
 DESCRIPTION="Unit Testing framework for PHP 5."
 HOMEPAGE="http://www.phpunit.de/"



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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-15 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15 18:34 [gentoo-commits] gentoo-x86 commit in dev-php5/phpunit: ChangeLog phpunit-3.2.15.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-04 19:43 Markus Ullmann (jokey)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox