summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-08-23 19:11:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-08-23 19:11:25 +0000
commita85a3c6564a091c6e812899d3c4fac65d7d24494 (patch)
treefe8a8b01d675a6d36cd1b64df976d50d827efa7a /media-libs/raptor
parentcleanup patch, missing IUSE oops (diff)
downloadgentoo-2-a85a3c6564a091c6e812899d3c4fac65d7d24494.tar.gz
gentoo-2-a85a3c6564a091c6e812899d3c4fac65d7d24494.tar.bz2
gentoo-2-a85a3c6564a091c6e812899d3c4fac65d7d24494.zip
Punt .la files and fix HTML documentation directory.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r--media-libs/raptor/ChangeLog5
-rw-r--r--media-libs/raptor/raptor-1.4.21.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog
index 90365dd591ea..c426dc139689 100644
--- a/media-libs/raptor/ChangeLog
+++ b/media-libs/raptor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.83 2010/08/11 15:56:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.84 2010/08/23 19:11:25 ssuominen Exp $
+
+ 23 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> raptor-1.4.21.ebuild:
+ Punt .la files and fix HTML documentation directory.
11 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> raptor-1.4.21.ebuild:
Introduce static-libs useflag.
diff --git a/media-libs/raptor/raptor-1.4.21.ebuild b/media-libs/raptor/raptor-1.4.21.ebuild
index f9df7a47aed1..579dee21eb08 100644
--- a/media-libs/raptor/raptor-1.4.21.ebuild
+++ b/media-libs/raptor/raptor-1.4.21.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21.ebuild,v 1.2 2010/08/11 15:56:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21.ebuild,v 1.3 2010/08/23 19:11:25 ssuominen Exp $
EAPI=3
-
inherit eutils libtool
DESCRIPTION="The RDF Parser Toolkit"
@@ -51,11 +50,13 @@ src_configure() {
$(use_enable static-libs static) \
$(use_enable unicode nfc-check) \
$(use_enable debug) \
+ --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \
${myconf}
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS NOTICE README
dohtml NEWS.html README.html RELEASE.html
+ find "${ED}" -name '*.la' -exec rm -f '{}' +
}