summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-05-08 12:24:40 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-05-08 12:24:40 +0000
commit2ab42e8c67ee6cd71703a604c5cf218a3a7b4931 (patch)
treee64a5736fd0b575d432280ca8d9e1271b98cba1a /x11-misc/icecc
parentlower tomboy dep since nobody is taking care of it and I want to remove the m... (diff)
downloadgentoo-2-2ab42e8c67ee6cd71703a604c5cf218a3a7b4931.tar.gz
gentoo-2-2ab42e8c67ee6cd71703a604c5cf218a3a7b4931.tar.bz2
gentoo-2-2ab42e8c67ee6cd71703a604c5cf218a3a7b4931.zip
QA fixes for bug #220094
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r--x11-misc/icecc/ChangeLog7
-rw-r--r--x11-misc/icecc/icecc-2.9.ebuild18
2 files changed, 12 insertions, 13 deletions
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 <phosphan@gentoo.org> icecc-2.9.ebuild:
+ QA fixes for bug #220094
21 Feb 2007; Markus Ullmann <jokey@gentoo.org> 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() {