Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/zeitgeist/files: zeitgeist-0.7-no-rdfpipe.patch
Date: Wed, 02 Mar 2011 01:53:02
Message-Id: 20110302015253.4B47020057@flycatcher.gentoo.org
1 signals 11/03/02 01:52:53
2
3 Added: zeitgeist-0.7-no-rdfpipe.patch
4 Log:
5 New ebuild gnome-extra/zeitgeist
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 gnome-extra/zeitgeist/files/zeitgeist-0.7-no-rdfpipe.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/files/zeitgeist-0.7-no-rdfpipe.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/zeitgeist/files/zeitgeist-0.7-no-rdfpipe.patch?rev=1.1&content-type=text/plain
14
15 Index: zeitgeist-0.7-no-rdfpipe.patch
16 ===================================================================
17 Remove dep on rdfpipe (from OpenSUSE)
18
19 --- configure.ac
20 +++ configure.ac
21 @@ -37,10 +37,4 @@ if test "x$HAVE_RAPPER" = "xno"; then
22 AC_MSG_ERROR(You need the tool `rapper' from the `raptor-utils' package in order to compile Zeitgeist)
23 fi
24
25 -# check for rdflib
26 -AC_CHECK_PROG(HAVE_RDFLIB, rdfpipe, yes, no)
27 -if test "x$HAVE_RDFLIB" = "xno"; then
28 - AC_MSG_ERROR(You need the tool `rdfpipe' from the `python-rdflib' package in order to compile Zeitgeist)
29 -fi
30 -
31 AC_OUTPUT