summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-24 02:19:28 +0000
committerTim Harder <radhermit@gentoo.org>2013-01-24 02:19:28 +0000
commit9ca4ab4cc2df1a94251c25d1ed8c98dbae26a69c (patch)
tree69b4ead04fab649565368c0249c55f3dd0b4e194 /dev-python/selenium
parentVersion bump. Migrate to distutils-r1 and set QA_PREBUILT for bug #450994. (diff)
downloadgentoo-2-9ca4ab4cc2df1a94251c25d1ed8c98dbae26a69c.tar.gz
gentoo-2-9ca4ab4cc2df1a94251c25d1ed8c98dbae26a69c.tar.bz2
gentoo-2-9ca4ab4cc2df1a94251c25d1ed8c98dbae26a69c.zip
Try to use a more fnmatch-like pattern for QA_PREBUILT and remove whitespace from metadata.
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-python/selenium')
-rw-r--r--dev-python/selenium/ChangeLog7
-rw-r--r--dev-python/selenium/metadata.xml2
-rw-r--r--dev-python/selenium/selenium-2.29.0.ebuild4
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/selenium/ChangeLog b/dev-python/selenium/ChangeLog
index a4038ed0705c..8e81e3cee805 100644
--- a/dev-python/selenium/ChangeLog
+++ b/dev-python/selenium/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/selenium
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.2 2013/01/24 02:12:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.3 2013/01/24 02:19:28 radhermit Exp $
+
+ 24 Jan 2013; Tim Harder <radhermit@gentoo.org> selenium-2.29.0.ebuild,
+ metadata.xml:
+ Try to use a more fnmatch-like pattern for QA_PREBUILT and remove whitespace
+ from metadata.
*selenium-2.29.0 (24 Jan 2013)
diff --git a/dev-python/selenium/metadata.xml b/dev-python/selenium/metadata.xml
index 0645cd9ff8f3..de483c53568f 100644
--- a/dev-python/selenium/metadata.xml
+++ b/dev-python/selenium/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>python</herd>
+<herd>python</herd>
</pkgmetadata>
diff --git a/dev-python/selenium/selenium-2.29.0.ebuild b/dev-python/selenium/selenium-2.29.0.ebuild
index 87480786938b..a9ddb9dfcaf7 100644
--- a/dev-python/selenium/selenium-2.29.0.ebuild
+++ b/dev-python/selenium/selenium-2.29.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.29.0.ebuild,v 1.1 2013/01/24 02:12:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.29.0.ebuild,v 1.2 2013/01/24 02:19:28 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -18,4 +18,4 @@ SLOT="0"
DOCS=( py/CHANGES py/README )
DISTUTILS_IN_SOURCE_BUILD=1
-QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/{amd64,x86}/x_ignore_nofocus.so"
+QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so"