summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-09-10 17:12:23 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-09-10 17:12:23 +0000
commite968fdade891b92cf64cad68f5fd625ba77d702a (patch)
tree176ede1d11726cb83585b15218677dd26d9c5325 /www-plugins
parentversion bump (diff)
downloadgentoo-2-e968fdade891b92cf64cad68f5fd625ba77d702a.tar.gz
gentoo-2-e968fdade891b92cf64cad68f5fd625ba77d702a.tar.bz2
gentoo-2-e968fdade891b92cf64cad68f5fd625ba77d702a.zip
Fix bug #284355, testsuite failed due to inheritance from kde4-base.eclass which exported kde4-base_src_test which tried to find a CMakeLists.txt (does not exist), re-import src_test() from 0.8.4
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/gnash/ChangeLog8
-rw-r--r--www-plugins/gnash/gnash-0.8.5.ebuild9
2 files changed, 15 insertions, 2 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog
index 9762d0826851..8b416b8e08e4 100644
--- a/www-plugins/gnash/ChangeLog
+++ b/www-plugins/gnash/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-plugins/gnash
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.9 2009/09/09 10:35:30 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.10 2009/09/10 17:12:23 mrpouet Exp $
+
+ 10 Sep 2009; Romain Perier <mrpouet@gentoo.org>
+ gnash-0.8.5.ebuild:
+ Fix bug #284355, testsuite failed due to inheritance from kde4-base.eclass
+ which exported kde4-base_src_test which tried to find a CMakeLists.txt
+ (does not exist), re-import src_test() from 0.8.4.
09 Sep 2009; Romain Perier <mrpouet@gentoo.org>
gnash-0.8.5.ebuild, +files/gnash-0.8.5-xpcom-idldir.patch:
diff --git a/www-plugins/gnash/gnash-0.8.5.ebuild b/www-plugins/gnash/gnash-0.8.5.ebuild
index e5f31cfa86c3..b76e03c7bd22 100644
--- a/www-plugins/gnash/gnash-0.8.5.ebuild
+++ b/www-plugins/gnash/gnash-0.8.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.5 2009/09/09 10:35:30 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.5.ebuild,v 1.6 2009/09/10 17:12:23 mrpouet Exp $
EAPI="2"
KDE_REQUIRED="optional"
@@ -183,6 +183,13 @@ src_configure() {
--enable-gui=${gui} \
${myconf}
}
+src_test() {
+ local log=testsuite-results.txt
+ cd testsuite
+ emake check || die "make check failed"
+ ./anaylse-results.sh > $log || die "results analyze failed"
+ cat $log
+}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"