summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-01-12 15:47:23 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-01-12 15:47:23 +0000
commitaca9c34875732958f38306c351596563292e4888 (patch)
tree1d91a40739d2f0477b3456d8f57f70d6e26e1b61 /dev-php5/phpunit
parentversion bump and clean up (diff)
downloadgentoo-2-aca9c34875732958f38306c351596563292e4888.tar.gz
gentoo-2-aca9c34875732958f38306c351596563292e4888.tar.bz2
gentoo-2-aca9c34875732958f38306c351596563292e4888.zip
stable x86, bug 298994
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-php5/phpunit')
-rw-r--r--dev-php5/phpunit/ChangeLog5
-rw-r--r--dev-php5/phpunit/phpunit-3.3.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-php5/phpunit/ChangeLog b/dev-php5/phpunit/ChangeLog
index 259a9c559c17..205f2c8f941d 100644
--- a/dev-php5/phpunit/ChangeLog
+++ b/dev-php5/phpunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php5/phpunit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.22 2010/01/01 20:56:06 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.23 2010/01/12 15:47:23 fauli Exp $
+
+ 12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> phpunit-3.3.1.ebuild:
+ stable x86, bug 298994
*phpunit-3.4.6 (01 Jan 2010)
diff --git a/dev-php5/phpunit/phpunit-3.3.1.ebuild b/dev-php5/phpunit/phpunit-3.3.1.ebuild
index 6e6454549833..e8068dc6b74c 100644
--- a/dev-php5/phpunit/phpunit-3.3.1.ebuild
+++ b/dev-php5/phpunit/phpunit-3.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.3.1.ebuild,v 1.1 2008/10/18 20:30:15 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.3.1.ebuild,v 1.2 2010/01/12 15:47:23 fauli Exp $
inherit php-pear-lib-r1
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc x86"
DESCRIPTION="Unit Testing framework for PHP 5."
HOMEPAGE="http://www.phpunit.de/"