From 2ab42e8c67ee6cd71703a604c5cf218a3a7b4931 Mon Sep 17 00:00:00 2001 From: Patrick Kursawe Date: Thu, 8 May 2008 12:24:40 +0000 Subject: QA fixes for bug #220094 (Portage version: 2.1.4.4) --- x11-misc/icecc/ChangeLog | 7 +++++-- x11-misc/icecc/icecc-2.9.ebuild | 18 +++++++----------- 2 files changed, 12 insertions(+), 13 deletions(-) (limited to 'x11-misc/icecc') diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog index 37c88f9e9bd9..7e3183877670 100644 --- a/x11-misc/icecc/ChangeLog +++ b/x11-misc/icecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icecc -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.27 2007/02/21 23:41:21 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.28 2008/05/08 12:24:40 phosphan Exp $ + + 08 May 2008; Patrick Kursawe icecc-2.9.ebuild: + QA fixes for bug #220094 21 Feb 2007; Markus Ullmann ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/icecc/icecc-2.9.ebuild b/x11-misc/icecc/icecc-2.9.ebuild index e66bd61f2d96..0348a0ad840a 100644 --- a/x11-misc/icecc/icecc-2.9.ebuild +++ b/x11-misc/icecc/icecc-2.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.7 2006/02/27 06:56:19 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.8 2008/05/08 12:24:40 phosphan Exp $ inherit eutils @@ -17,7 +17,7 @@ DEPEND="=x11-libs/qt-3*" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed" echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}" } @@ -28,14 +28,10 @@ src_compile() { } src_install() { - make INSTALL_ROOT="${D}" install || die - - rm -rf ${D}/usr/doc - dohtml ${PN}/docs/en/*.{html,sgml} - dodoc AUTHORS ChangeLog README TODO - dodir /usr/share/${PN}/themes - cp -pPR theme/* ${D}/usr/share/${PN}/themes/ - chmod go-w ${D}/usr/share/${PN}/themes/ + make INSTALL_ROOT="${D}" install_themes install_help || die + # avoid pre-stripping, see bug #220094 + dobin icecc icecchelp + dodoc AUTHORS ChangeLog } pkg_postinst() { -- cgit v1.2.3-65-gdbad