summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kapusta <ayoy@gentoo.org>2010-01-06 19:18:07 +0000
committerDominik Kapusta <ayoy@gentoo.org>2010-01-06 19:18:07 +0000
commit840f72361ba7bf06e69af9f33c901b82197f163c (patch)
tree51c935389cf9079e4a07be99683724f68bb0f8fe /dev-python/apiextractor
parentamd64 stable wrt #297903 (diff)
downloadgentoo-2-840f72361ba7bf06e69af9f33c901b82197f163c.tar.gz
gentoo-2-840f72361ba7bf06e69af9f33c901b82197f163c.tar.bz2
gentoo-2-840f72361ba7bf06e69af9f33c901b82197f163c.zip
Disabling test that can't be executed by portage (bug #299766)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/apiextractor')
-rw-r--r--dev-python/apiextractor/ChangeLog7
-rw-r--r--dev-python/apiextractor/apiextractor-0.3.2.ebuild10
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-python/apiextractor/ChangeLog b/dev-python/apiextractor/ChangeLog
index 11a6075dab75..a086f8d6edad 100644
--- a/dev-python/apiextractor/ChangeLog
+++ b/dev-python/apiextractor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/apiextractor
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apiextractor/ChangeLog,v 1.1 2009/12/20 16:22:32 ayoy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apiextractor/ChangeLog,v 1.2 2010/01/06 19:18:07 ayoy Exp $
+
+ 06 Jan 2010; Dominik Kapusta <ayoy@gentoo.org> apiextractor-0.3.2.ebuild:
+ Disabling test that can't be executed by portage (bug #299766)
*apiextractor-0.3.2 (20 Dec 2009)
diff --git a/dev-python/apiextractor/apiextractor-0.3.2.ebuild b/dev-python/apiextractor/apiextractor-0.3.2.ebuild
index 363a9e175fd8..a17b3cca1503 100644
--- a/dev-python/apiextractor/apiextractor-0.3.2.ebuild
+++ b/dev-python/apiextractor/apiextractor-0.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apiextractor/apiextractor-0.3.2.ebuild,v 1.1 2009/12/20 16:22:32 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apiextractor/apiextractor-0.3.2.ebuild,v 1.2 2010/01/06 19:18:07 ayoy Exp $
EAPI="2"
@@ -27,7 +27,11 @@ DEPEND="${RDEPEND}
src_prepare() {
sed -e 's:share/cmake-2.6/Modules:share/cmake/Modules:' \
-e '/^install/s/lib/lib${LIB_SUFFIX}/' \
- -i "${S}/CMakeLists.txt" || die "sed failed"
+ -i CMakeLists.txt || die "sed failed"
+
+ # bug 299766 - portage can't execute QApplication-based tests
+ sed -e '/declare_test(testmodifydocumentation)/d' \
+ -i tests/CMakeLists.txt || die "patching tests failed"
}
src_install() {