summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-11-16 18:32:49 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-11-16 18:32:49 +0000
commit9ce3ac291703b1531f32b9ed56cfaa9d5d684e0d (patch)
tree3e322fe6c1c6f17209596478033b81668d9530b0 /media-libs/raptor
parentVersion bump. (diff)
downloadgentoo-2-9ce3ac291703b1531f32b9ed56cfaa9d5d684e0d.tar.gz
gentoo-2-9ce3ac291703b1531f32b9ed56cfaa9d5d684e0d.tar.bz2
gentoo-2-9ce3ac291703b1531f32b9ed56cfaa9d5d684e0d.zip
Reduce installed files to minimum in the obsolete raptor1 branch.
(Portage version: 2.2.0_alpha73/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-r1.ebuild18
2 files changed, 13 insertions, 10 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog
index 34664f3ff3e4..740418e1e27a 100644
--- a/media-libs/raptor/ChangeLog
+++ b/media-libs/raptor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/raptor
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.112 2011/11/16 18:27:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.113 2011/11/16 18:32:49 ssuominen Exp $
+
+ 16 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> raptor-1.4.21-r1.ebuild:
+ Reduce installed files to minimum in the obsolete raptor1 branch.
*raptor-2.0.5 (16 Nov 2011)
diff --git a/media-libs/raptor/raptor-1.4.21-r1.ebuild b/media-libs/raptor/raptor-1.4.21-r1.ebuild
index a3f2243978b1..f4d0a0377cba 100644
--- a/media-libs/raptor/raptor-1.4.21-r1.ebuild
+++ b/media-libs/raptor/raptor-1.4.21-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 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-r1.ebuild,v 1.14 2011/08/13 17:22:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.15 2011/11/16 18:32:49 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit eutils libtool
DESCRIPTION="The RDF Parser Toolkit"
@@ -52,16 +52,16 @@ 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
- dodoc AUTHORS ChangeLog NEWS NOTICE README
- dohtml {NEWS,README,RELEASE}.html
- find "${ED}" -name '*.la' -exec rm -f '{}' +
+ emake DESTDIR="${D}" install
- # Fix file collision with SLOT="2"
- rm -f "${ED}"/usr/bin/rapper "${ED}"/usr/share/man/man1/rapper.1*
+ find "${ED}" -name '*.la' -exec rm -f {} +
+
+ # Reduce installation of obsolete raptor1 to only mandatory files
+ rm -rf \
+ "${ED}"usr/bin/rapper \
+ "${ED}"usr/share
}