summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-06-23 13:52:04 +0000
committerJeroen Roovers <jer@gentoo.org>2013-06-23 13:52:04 +0000
commit046ec284049c7d25c3a5d6c2e3df48120c949d3a (patch)
tree168e8a2c2f19fa906e108a7b50ddef1da4769051 /dev-php
parentStable for HPPA too. (diff)
downloadgentoo-2-046ec284049c7d25c3a5d6c2e3df48120c949d3a.tar.gz
gentoo-2-046ec284049c7d25c3a5d6c2e3df48120c949d3a.tar.bz2
gentoo-2-046ec284049c7d25c3a5d6c2e3df48120c949d3a.zip
Stable for HPPA too.
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PHPUnit_Selenium/ChangeLog9
-rw-r--r--dev-php/PHPUnit_Selenium/PHPUnit_Selenium-1.0.1.ebuild6
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php/PHPUnit_Selenium/ChangeLog b/dev-php/PHPUnit_Selenium/ChangeLog
index 8a0ff43cbd49..6b3c0504b5b7 100644
--- a/dev-php/PHPUnit_Selenium/ChangeLog
+++ b/dev-php/PHPUnit_Selenium/ChangeLog
@@ -1,6 +1,9 @@
-# ChangeLog for dev-php5/phpunit-selenium
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPUnit_Selenium/ChangeLog,v 1.3 2012/07/03 14:48:34 mabi Exp $
+# ChangeLog for dev-php/PHPUnit_Selenium
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPUnit_Selenium/ChangeLog,v 1.4 2013/06/23 13:52:04 jer Exp $
+
+ 23 Jun 2013; Jeroen Roovers <jer@gentoo.org> PHPUnit_Selenium-1.0.1.ebuild:
+ Stable for HPPA too.
03 Jul 2012; Matti Bickel <mabi@gentoo.org> PHPUnit_Selenium-1.0.0.ebuild,
PHPUnit_Selenium-1.0.1.ebuild:
diff --git a/dev-php/PHPUnit_Selenium/PHPUnit_Selenium-1.0.1.ebuild b/dev-php/PHPUnit_Selenium/PHPUnit_Selenium-1.0.1.ebuild
index 65cfa615d286..4a97deab2abd 100644
--- a/dev-php/PHPUnit_Selenium/PHPUnit_Selenium-1.0.1.ebuild
+++ b/dev-php/PHPUnit_Selenium/PHPUnit_Selenium-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPUnit_Selenium/PHPUnit_Selenium-1.0.1.ebuild,v 1.3 2012/07/03 14:48:34 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPUnit_Selenium/PHPUnit_Selenium-1.0.1.ebuild,v 1.4 2013/06/23 13:52:04 jer Exp $
EAPI="2"
inherit php-pear-lib-r1
@@ -8,7 +8,7 @@ inherit php-pear-lib-r1
PHP_PEAR_PN="PHPUnit_Selenium"
PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 hppa x86"
DESCRIPTION="Selenium RC integration for PHPUnit"
HOMEPAGE="http://www.phpunit.de/"