summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-19 21:55:21 +0000
committerZac Medico <zmedico@gentoo.org>2011-01-19 21:55:21 +0000
commit8eb812fdf69bdbfc7b1c60389ce84c91016f2fc3 (patch)
tree92ad53005c4e783b32fbf902bac63f098af206d5 /app-text/podofo
parentversion bump (bug #348779) (diff)
downloadgentoo-2-8eb812fdf69bdbfc7b1c60389ce84c91016f2fc3.tar.gz
gentoo-2-8eb812fdf69bdbfc7b1c60389ce84c91016f2fc3.tar.bz2
gentoo-2-8eb812fdf69bdbfc7b1c60389ce84c91016f2fc3.zip
19 Jan 2011; Zac Medico <zmedico@gentoo.org> podofo-0.8.4.ebuild:
Bug #352125 - Disable FontTest::testFonts since it fails depending on installed fonts. (Portage version: 2.2.0_alpha18/cvs/Linux i686)
Diffstat (limited to 'app-text/podofo')
-rw-r--r--app-text/podofo/ChangeLog8
-rw-r--r--app-text/podofo/podofo-0.8.4.ebuild12
2 files changed, 16 insertions, 4 deletions
diff --git a/app-text/podofo/ChangeLog b/app-text/podofo/ChangeLog
index f2e1d2c810d5..82fce9331a86 100644
--- a/app-text/podofo/ChangeLog
+++ b/app-text/podofo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/podofo
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.18 2010/11/14 13:27:08 zmedico Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.19 2011/01/19 21:55:21 zmedico Exp $
+
+ 19 Jan 2011; Zac Medico <zmedico@gentoo.org> podofo-0.8.4.ebuild:
+ Bug #352125 - Disable FontTest::testFonts since it fails depending on
+ installed fonts.
*podofo-0.8.4 (14 Nov 2010)
diff --git a/app-text/podofo/podofo-0.8.4.ebuild b/app-text/podofo/podofo-0.8.4.ebuild
index 6457feff660c..7f2e84927e3f 100644
--- a/app-text/podofo/podofo-0.8.4.ebuild
+++ b/app-text/podofo/podofo-0.8.4.ebuild
@@ -1,6 +1,6 @@
-# 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/app-text/podofo/podofo-0.8.4.ebuild,v 1.1 2010/11/14 13:27:08 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.8.4.ebuild,v 1.2 2011/01/19 21:55:21 zmedico Exp $
EAPI=2
inherit cmake-utils multilib
@@ -39,6 +39,14 @@ src_prepare() {
# - Expression: static_cast<int>(rgb.GetGreen() * 255.0) == 0x0A
sed -e 's:CPPUNIT_TEST( testHexNames );://CPPUNIT_TEST( testHexNames );:' \
-i test/unit/ColorTest.h || die
+
+ # Bug #352125: test failure, depending on installed fonts
+ # ##Failure Location unknown## : Error
+ # Test name: FontTest::testFonts
+ # uncaught exception of type PoDoFo::PdfError
+ # - ePdfError_UnsupportedFontFormat
+ sed -e 's:CPPUNIT_TEST( testFonts );://CPPUNIT_TEST( testFonts );:' \
+ -i test/unit/FontTest.h || die
}
src_configure() {