diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:37:18 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:37:18 +0000 |
commit | d9a49d992fbd6000d6f37aaf55fe9bf80d04f1db (patch) | |
tree | b0f0d324981265938fa5f8b688240654c8bbb3f7 /dev-python/selenium | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-d9a49d992fbd6000d6f37aaf55fe9bf80d04f1db.tar.gz gentoo-2-d9a49d992fbd6000d6f37aaf55fe9bf80d04f1db.tar.bz2 gentoo-2-d9a49d992fbd6000d6f37aaf55fe9bf80d04f1db.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/selenium')
-rw-r--r-- | dev-python/selenium/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/selenium/selenium-2.42.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/selenium/ChangeLog b/dev-python/selenium/ChangeLog index 18a74553d0f1..e01e7ad6d4c6 100644 --- a/dev-python/selenium/ChangeLog +++ b/dev-python/selenium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/selenium -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.7 2014/07/24 14:58:06 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.8 2015/03/06 22:37:18 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> selenium-2.42.1.ebuild: + amd64 stable, bug 540290 *selenium-2.42.1 (24 Jul 2014) diff --git a/dev-python/selenium/selenium-2.42.1.ebuild b/dev-python/selenium/selenium-2.42.1.ebuild index c1da46500354..b20dcf5b88db 100644 --- a/dev-python/selenium/selenium-2.42.1.ebuild +++ b/dev-python/selenium/selenium-2.42.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.42.1.ebuild,v 1.1 2014/07/24 14:58:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.42.1.ebuild,v 1.2 2015/03/06 22:37:18 pacho Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Python language binding for Selenium Remote Control (version 1.0 an HOMEPAGE="http://pypi.python.org/pypi/selenium/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="doc" LICENSE="Apache-2.0" SLOT="0" |