app-text/libebook: Fix tests
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 29 Dec 2016 01:35:05 +0000 (02:35 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 29 Dec 2016 01:42:04 +0000 (02:42 +0100)
Gentoo-bug: 603098

Thanks to eroen <eroen@occam.eroen.eu> for the patch
and taking it upstream.

Package-Manager: portage-2.3.0

app-text/libebook/files/libebook-0.1.2-tests.patch [new file with mode: 0644]
app-text/libebook/libebook-0.1.2-r1.ebuild

diff --git a/app-text/libebook/files/libebook-0.1.2-tests.patch b/app-text/libebook/files/libebook-0.1.2-tests.patch
new file mode 100644 (file)
index 0000000..624051a
--- /dev/null
@@ -0,0 +1,27 @@
+From 263d95ce191421a51d4b2d088297700032a8987b Mon Sep 17 00:00:00 2001
+From: eroen <eroen@occam.eroen.eu>
+Date: Mon, 19 Dec 2016 19:53:15 +0100
+Subject: [PATCH] Check for librevenge-stream if tests are enabled
+
+X-Gentoo-Bug: 603098
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=603098
+---
+ configure.ac | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index 6e00ed5..ecbd14b 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -357,6 +357,8 @@ AS_IF([test "x$with_tools" = "xyes"],[
+     PKG_CHECK_MODULES([REVENGE_GENERATORS],[
+         librevenge-generators-0.0
+     ])
++])
++AS_IF([test "x$with_tools" = "xyes" || test "x$enable_tests" = "xyes"],[
+     PKG_CHECK_MODULES([REVENGE_STREAM],[
+         librevenge-stream-0.0
+     ])
+-- 
+2.11.0
+
index 53db1d633613456db75a78fc1de4f757c285e977..deaff8a86be03a932ba66b20af2f35ab8be80cc0 100644 (file)
@@ -35,7 +35,10 @@ RDEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=( "${FILESDIR}/${P}-boost-1.59-makefile.patch" )
+PATCHES=(
+       "${FILESDIR}/${P}-boost-1.59-makefile.patch"
+       "${FILESDIR}/${P}-tests.patch"
+)
 
 src_prepare() {
        default