summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-07-27 12:36:04 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-07-27 12:36:04 +0000
commitb6ce846b35444ee206ae4eadc35bdf84b0ecf29a (patch)
treebc8b32ab1386c3a6457afa76f568b71ba4f1e03a /x11-misc/icecc
parentChanged all calls to XFree86 to just X to make it X server agnostic. (diff)
downloadhistorical-b6ce846b35444ee206ae4eadc35bdf84b0ecf29a.tar.gz
historical-b6ce846b35444ee206ae4eadc35bdf84b0ecf29a.tar.bz2
historical-b6ce846b35444ee206ae4eadc35bdf84b0ecf29a.zip
Slightly simplified
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r--x11-misc/icecc/Manifest2
-rw-r--r--x11-misc/icecc/icecc-2.7.ebuild10
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-misc/icecc/Manifest b/x11-misc/icecc/Manifest
index 46241997e107..d36e41896809 100644
--- a/x11-misc/icecc/Manifest
+++ b/x11-misc/icecc/Manifest
@@ -1,5 +1,5 @@
MD5 e5c2c162a4b3872443adeb1d9e69412f icecc-2.6.ebuild 865
-MD5 c67613832e13901a96bc1a160baa87cf icecc-2.7.ebuild 1052
+MD5 f19e076bfe94245586b4a74e00e7cbf2 icecc-2.7.ebuild 992
MD5 e9429d4a36bba4a0dd5db75b0da12ae1 ChangeLog 2461
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 c9deb0796c495d5949d555279ee0118c files/digest-icecc-2.6 62
diff --git a/x11-misc/icecc/icecc-2.7.ebuild b/x11-misc/icecc/icecc-2.7.ebuild
index ea76e7c20ea2..1b1c1626aa0c 100644
--- a/x11-misc/icecc/icecc-2.7.ebuild
+++ b/x11-misc/icecc/icecc-2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.7.ebuild,v 1.1 2004/07/27 12:10:20 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.7.ebuild,v 1.2 2004/07/27 12:36:04 phosphan Exp $
inherit eutils
@@ -18,11 +18,7 @@ DEPEND=">=x11-libs/qt-3.0.0"
src_unpack() {
unpack ${A}
cd ${S}
- sed -e "s:/usr/local:${D}/usr:" -i ${PN}.pro || die "sed failed"
- local file
- for file in *.cpp; do
- sed -e 's:PREFIX:"/usr":' -i ${file}
- done
+ sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed"
}
src_compile() {
@@ -31,7 +27,7 @@ src_compile() {
}
src_install() {
- einstall || die
+ make INSTALL_ROOT="${D}" install || die
rm -rf ${D}/usr/doc
dohtml ${PN}/docs/en/*.{html,sgml}