summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-09-04 11:44:33 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-09-04 11:44:33 +0000
commit3c870e29db7bdb024d392d531dd3896e5a01ae90 (patch)
treed1a76abe0bcc2fb527d0c2aa04bb1abf3c7498e2 /media-gfx/graphite2/files
parentpymsn-t: re-diff python 2.6 warnings patch (diff)
downloadgentoo-2-3c870e29db7bdb024d392d531dd3896e5a01ae90.tar.gz
gentoo-2-3c870e29db7bdb024d392d531dd3896e5a01ae90.tar.bz2
gentoo-2-3c870e29db7bdb024d392d531dd3896e5a01ae90.zip
Disable harfbuzz tests as they create circular deps only anyway.
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/graphite2/files')
-rw-r--r--media-gfx/graphite2/files/graphite2-1.0.2-no_harfbuzz_tests.patch12
-rw-r--r--media-gfx/graphite2/files/graphite2-1.0.2-notests.patch12
2 files changed, 12 insertions, 12 deletions
diff --git a/media-gfx/graphite2/files/graphite2-1.0.2-no_harfbuzz_tests.patch b/media-gfx/graphite2/files/graphite2-1.0.2-no_harfbuzz_tests.patch
new file mode 100644
index 000000000000..eb413345ca79
--- /dev/null
+++ b/media-gfx/graphite2/files/graphite2-1.0.2-no_harfbuzz_tests.patch
@@ -0,0 +1,12 @@
+diff -urN graphite2-1.0.2.old/tests/comparerenderer/CMakeLists.txt graphite2-1.0.2/tests/comparerenderer/CMakeLists.txt
+--- graphite2-1.0.2.old/tests/comparerenderer/CMakeLists.txt 2011-09-04 13:39:16.206450690 +0200
++++ graphite2-1.0.2/tests/comparerenderer/CMakeLists.txt 2011-09-04 13:39:44.516450716 +0200
+@@ -43,7 +43,7 @@
+ find_package(PkgConfig)
+
+ pkg_check_modules(GR silgraphite)
+- pkg_check_modules(HB harfbuzz)
++ #pkg_check_modules(HB harfbuzz)
+ pkg_check_modules(GLIB glib-2.0)
+ # pkg_check_modules(GRNG graphite)
+
diff --git a/media-gfx/graphite2/files/graphite2-1.0.2-notests.patch b/media-gfx/graphite2/files/graphite2-1.0.2-notests.patch
deleted file mode 100644
index c3a9c7d33224..000000000000
--- a/media-gfx/graphite2/files/graphite2-1.0.2-notests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN graphite2-1.0.2.orig/CMakeLists.txt graphite2-1.0.2/CMakeLists.txt
---- graphite2-1.0.2.orig/CMakeLists.txt 2011-08-15 09:29:58.000000000 +0200
-+++ graphite2-1.0.2/CMakeLists.txt 2011-08-29 00:18:30.346197643 +0200
-@@ -61,7 +61,7 @@
-
- add_subdirectory(src)
- add_subdirectory(gr2fonttest)
--add_subdirectory(tests)
-+# add_subdirectory(tests)
- add_subdirectory(doc)
- set(version 2.0.0)
- set(libdir ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})