summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2006-07-16 21:51:23 +0000
committerMichael Imhof <tantive@gentoo.org>2006-07-16 21:51:23 +0000
commit0c8da6846e0da07c570898a2989a13a72ba5849d (patch)
tree1259d16710e672b41faee134e133700c7352020d /sys-devel
parentdont call prepallman #140697 (diff)
downloadgentoo-2-0c8da6846e0da07c570898a2989a13a72ba5849d.tar.gz
gentoo-2-0c8da6846e0da07c570898a2989a13a72ba5849d.tar.bz2
gentoo-2-0c8da6846e0da07c570898a2989a13a72ba5849d.zip
Changed post install instructions. Closes #137978.
(Portage version: 2.1.1_pre3)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/icecream/ChangeLog6
-rw-r--r--sys-devel/icecream/icecream-0.6.20050413.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/icecream/ChangeLog b/sys-devel/icecream/ChangeLog
index 96ea1070a532..b6d3e52578e0 100644
--- a/sys-devel/icecream/ChangeLog
+++ b/sys-devel/icecream/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/icecream
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.3 2006/06/21 18:46:54 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/ChangeLog,v 1.4 2006/07/16 21:51:23 tantive Exp $
+
+ 16 Jul 2006; Michael Imhof <tantive@gentoo.org>
+ icecream-0.6.20050413.ebuild:
+ Changed post install instructions. Closes #137978.
*icecream-0.6.20050413 (21 Jun 2006)
diff --git a/sys-devel/icecream/icecream-0.6.20050413.ebuild b/sys-devel/icecream/icecream-0.6.20050413.ebuild
index d94070933cd5..3fe5a5959047 100644
--- a/sys-devel/icecream/icecream-0.6.20050413.ebuild
+++ b/sys-devel/icecream/icecream-0.6.20050413.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.6.20050413.ebuild,v 1.1 2006/06/21 18:46:54 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/icecream/icecream-0.6.20050413.ebuild,v 1.2 2006/07/16 21:51:23 tantive Exp $
inherit eutils
DESCRIPTION="Icecream is a program for distributed compiling of C(++) code across several machines based on ideas and code by distcc."
@@ -81,13 +81,13 @@ pkg_postinst() {
einfo ' ICECC_VERSION=<filename_of_archive_containing_your_environment>'
einfo
einfo "To use icecream with portage add the following line to /etc/make.conf"
- einfo ' PREROOTPATH=/var/lib/icecream/bin'
+ einfo ' PREROOTPATH=/usr/lib/icecream/bin'
einfo
einfo "To use icecream with normal make use (e.g. in /etc/profile)"
- einfo ' PATH=/var/lib/icecream/bin:$PATH'
+ einfo ' PATH=/usr/lib/icecream/bin:$PATH'
einfo
einfo "N.B. To use icecream with ccache, the ccache PATH should come first:"
- einfo ' PATH=/var/lib/ccache/bin:/var/lib/icecream/bin:$PATH'
+ einfo ' PATH=/usr/lib/ccache/bin:/usr/lib/icecream/bin:$PATH'
einfo
einfo "Don't forget to open the following ports in your firewall(s):"
einfo " TCP/10245 on the daemon computers (required)"