Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3934 - ccache-1.8-r1.ebuild
Summary: ccache-1.8-r1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-20 12:02 UTC by Paul Belt
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).