diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:57:04 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-03-26 10:57:04 +0000 |
commit | 7360a9f2a5d18f5250eafc5a1cdcdbc7cf24a01a (patch) | |
tree | de51c2f7780bb69883cc90ee6abfa1bc59261fed /dev-php | |
parent | x86 stable, bug 359059 (diff) | |
download | gentoo-2-7360a9f2a5d18f5250eafc5a1cdcdbc7cf24a01a.tar.gz gentoo-2-7360a9f2a5d18f5250eafc5a1cdcdbc7cf24a01a.tar.bz2 gentoo-2-7360a9f2a5d18f5250eafc5a1cdcdbc7cf24a01a.zip |
Version bump. Bug #360015. Thanks to Denny
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
4 files changed, 26 insertions, 8 deletions
diff --git a/dev-php/PEAR-Testing_Selenium/ChangeLog b/dev-php/PEAR-Testing_Selenium/ChangeLog index 9a8c125359eb..69f181242438 100644 --- a/dev-php/PEAR-Testing_Selenium/ChangeLog +++ b/dev-php/PEAR-Testing_Selenium/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Testing_Selenium -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/ChangeLog,v 1.12 2010/11/05 04:31:07 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/ChangeLog,v 1.13 2011/03/26 10:57:04 olemarkus Exp $ + +*PEAR-Testing_Selenium-0.4.4 (26 Mar 2011) + + 26 Mar 2011; <olemarkus@gentoo.org> PEAR-Testing_Selenium-0.4.2.ebuild, + PEAR-Testing_Selenium-0.4.3.ebuild, +PEAR-Testing_Selenium-0.4.4.ebuild: + Version bump. Fixed license issue. Bug #360015. Thanks to Denny 05 Nov 2010; Jeroen Roovers <jer@gentoo.org> PEAR-Testing_Selenium-0.4.2.ebuild: diff --git a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild index e47014eaa784..a2b3e947ee08 100644 --- a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild +++ b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild,v 1.6 2010/11/05 04:31:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.2.ebuild,v 1.7 2011/03/26 10:57:04 olemarkus Exp $ inherit php-pear-r1 DESCRIPTION="PHP Client for Selenium Remote Control." -LICENSE="Apache-2.0" +LICENSE="PHP-3" SLOT="0" KEYWORDS="~alpha amd64 hppa ~ia64 ~sparc x86" IUSE="" diff --git a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.3.ebuild b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.3.ebuild index f6b667094f9d..9b144bfb05e2 100644 --- a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.3.ebuild +++ b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.3.ebuild,v 1.1 2010/06/22 22:21:43 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.3.ebuild,v 1.2 2011/03/26 10:57:04 olemarkus Exp $ inherit php-pear-r1 DESCRIPTION="PHP Client for Selenium Remote Control." -LICENSE="Apache-2.0" +LICENSE="PHP-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" IUSE="" diff --git a/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4.ebuild b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4.ebuild new file mode 100644 index 000000000000..2c3331a85f84 --- /dev/null +++ b/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Testing_Selenium/PEAR-Testing_Selenium-0.4.4.ebuild,v 1.1 2011/03/26 10:57:04 olemarkus Exp $ + +inherit php-pear-r1 + +DESCRIPTION="PHP Client for Selenium Remote Control." +LICENSE="PHP-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" +IUSE="" +DEPEND=">=dev-lang/php-5.1.0" |