Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3934

Summary: ccache-1.8-r1.ebuild
Product: Gentoo Linux Reporter: Paul Belt <gaarde>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: enhancement CC: gaarde
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul Belt 2002-06-20 12:02:57 UTC
new eMail address (I submitted the original... check the logs)

and heres the diff...

--- cut here ---
3c3
< # Author: Paul Belt <gaarde@yahoo.com> 
---
> # Author: gaarde at users dot sourceforge dot net
21c21,40
<       dodoc COPYING README    
---
>       dodoc COPYING README
> 
>       echo CCACHE_DIR='/var/cache/ccache' > /etc/env.d/04ccache
>       mkdir /var/cache/ccache
> 
>       # <gentoobug at sigkill dot net> stated in bug report #3028:
>       # "the environment variables must be added to make.conf
>       #   in order for some ebuilds to work"
>       #
>       # Add these to make.conf
>       # CC="ccache gcc"
>       # CPP="ccache cpp"
>       # CXX="ccache g++"
>       # CCACHE_DIR="/var/cache/ccache"
> 
>     # uncomment these to create the symlinks
>     # dosym /usr/bin/ccache /bin/g++
>     # dosym /usr/bin/ccache /bin/c++
>     # dosym /usr/bin/ccache /bin/gcc
>     # dosym /usr/bin/ccache /bin/cc

--- end cut ---
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-06-24 20:46:38 UTC
OK, I'm basically adding this functionality but doing it a different way.... see
1.8r-1 on Portage (coming soon).