diff options
author | John P. Davis <zhen@gentoo.org> | 2002-11-21 05:52:37 +0000 |
---|---|---|
committer | John P. Davis <zhen@gentoo.org> | 2002-11-21 05:52:37 +0000 |
commit | 22d3732e42c7aba94057212f78a003064fb932a5 (patch) | |
tree | fd1c140c2b37b7157cb87800d66cadd2521ae327 /dev-util | |
parent | removed "*****" boxes (diff) | |
download | historical-22d3732e42c7aba94057212f78a003064fb932a5.tar.gz historical-22d3732e42c7aba94057212f78a003064fb932a5.tar.bz2 historical-22d3732e42c7aba94057212f78a003064fb932a5.zip |
changed einfo for bug #6805
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/ccache/ccache-1.9-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog index cd9eac3df1db..16590d9669e6 100644 --- a/dev-util/ccache/ChangeLog +++ b/dev-util/ccache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ccache # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.5 2002/07/27 14:25:18 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.6 2002/11/21 05:52:37 zhen Exp $ + + 20 Nov 2002, ZhEN <zhen@gentoo.org> ccache-1.9-r1.ebuild, + I added some info the the einfo section regarding + bug #6805. My change should clear up that confusion. 12 Jul 2002; phoen][x <phoenix@gentoo.org> ccache-1.9-r1.ebuild, files/digest-ccache-1.9-r1: New revision: Added a check before diff --git a/dev-util/ccache/ccache-1.9-r1.ebuild b/dev-util/ccache/ccache-1.9-r1.ebuild index 367e7bde72e1..616931020d6e 100644 --- a/dev-util/ccache/ccache-1.9-r1.ebuild +++ b/dev-util/ccache/ccache-1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9-r1.ebuild,v 1.4 2002/10/04 05:30:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9-r1.ebuild,v 1.5 2002/11/21 05:52:37 zhen Exp $ DESCRIPTION="ccache is a fast compiler cache. It is used as a front end to your compiler to safely cache compilation output. When the same code is compiled @@ -65,7 +65,7 @@ pkg_postinst() { fi - einfo "To use ccache, add /usr/bin/ccache to your path before /usr/bin." + einfo "To use ccache with **non-Portage** C compiling, add /usr/bin/ccache to your path before /usr/bin." einfo "Portage 2.0.6+ will automatically take advantage of ccache with no additional steps." einfo "If this is your first install of ccache, type something like this to set a maximum" einfo "cache size of 2GB (or whatever you desire):" |