summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-11-29 16:30:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-11-29 16:30:02 +0000
commit794ece5491840160630d5e40e150b7d90a4727f8 (patch)
tree3ffb4feb987347174a0b5b9c3cb31ec2c07bc56f /media-libs/liblrdf
parentMinor spelling/grammar fixes. Cleared with idl0r on #gentoo-dev. (diff)
downloadgentoo-2-794ece5491840160630d5e40e150b7d90a4727f8.tar.gz
gentoo-2-794ece5491840160630d5e40e150b7d90a4727f8.tar.bz2
gentoo-2-794ece5491840160630d5e40e150b7d90a4727f8.zip
Only run testsuite if swh-plugins is installed and change hardcoded /usr/local path to /usr wrt #392221 by Jeremy Murphy
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/liblrdf')
-rw-r--r--media-libs/liblrdf/ChangeLog6
-rw-r--r--media-libs/liblrdf/liblrdf-0.5.0.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/media-libs/liblrdf/ChangeLog b/media-libs/liblrdf/ChangeLog
index 18fcde4a1cc4..b8deef708b84 100644
--- a/media-libs/liblrdf/ChangeLog
+++ b/media-libs/liblrdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/liblrdf
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.52 2011/11/25 23:41:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.53 2011/11/29 16:30:02 ssuominen Exp $
+
+ 29 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> liblrdf-0.5.0.ebuild:
+ Only run testsuite if swh-plugins is installed and change hardcoded /usr/local
+ path to /usr wrt #392221 by Jeremy Murphy
25 Nov 2011; Markos Chandras <hwoarang@gentoo.org> liblrdf-0.5.0.ebuild:
Stable on amd64 wrt bug #391805
diff --git a/media-libs/liblrdf/liblrdf-0.5.0.ebuild b/media-libs/liblrdf/liblrdf-0.5.0.ebuild
index 7f469a47b2f9..42c454aa5556 100644
--- a/media-libs/liblrdf/liblrdf-0.5.0.ebuild
+++ b/media-libs/liblrdf/liblrdf-0.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.2 2011/11/25 23:41:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.3 2011/11/29 16:30:02 ssuominen Exp $
EAPI=4
inherit autotools
@@ -28,6 +28,7 @@ src_unpack() {
}
src_prepare() {
+ sed -i -e 's:usr/local:usr:' examples/{instances,remove}_test.c || die #392221
eautoreconf
}
@@ -35,6 +36,10 @@ src_configure() {
econf $(use_enable static-libs static)
}
+src_test() {
+ has_version media-plugins/swh-plugins && default #392221
+}
+
src_install() {
default
rm -f "${ED}"usr/lib*/liblrdf.la