1
0
Fork 0

Configure Gentoo: remove ccache

This commit is contained in:
Alex Kotov 2024-08-12 04:08:33 +04:00
parent 84315e098d
commit 58d1d9f135
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
7 changed files with 0 additions and 31 deletions

View file

@ -8,7 +8,6 @@ Packages
| Debian | Gentoo |
|--------------------------|-------------------------------------|
| | `app-admin/sysklogd` |
| | `dev-util/ccache` |
| | `net-misc/chronyd` |
| | `net-misc/dhcpcd` |
| | `sys-apps/mlocate` |

View file

@ -15,7 +15,6 @@ install_file common root root 644 '/etc/fish/functions/rvm.fish'
if [ "$PREFIX" = 'gentoo' ]; then
echo
install_file gentoo root root 644 '/etc/ccache.conf'
install_file gentoo root root 644 '/etc/dracut.conf'
echo
install_file gentoo root root 644 '/etc/conf.d/display-manager'
@ -26,18 +25,14 @@ install_file gentoo root root 644 '/etc/pam.d/lightdm'
install_file gentoo root root 644 '/etc/profile.d/less.sh'
install_file gentoo root portage 644 '/var/lib/portage/world'
echo
install_dir root root 755 '/etc/portage/env'
install_dir root root 755 '/etc/portage/package.accept_keywords'
install_dir root root 755 '/etc/portage/package.env'
install_dir root root 755 '/etc/portage/package.license'
install_dir root root 755 '/etc/portage/package.mask'
install_dir root root 755 '/etc/portage/package.use'
install_dir root root 755 '/etc/portage/repos.conf'
install_file gentoo root root 644 '/etc/portage/env/ccache.conf'
install_file gentoo root root 644 '/etc/portage/make.conf'
install_file gentoo root root 644 '/etc/portage/package.accept_keywords/misc'
install_file gentoo root root 644 '/etc/portage/package.accept_keywords/vagrant'
install_file gentoo root root 644 '/etc/portage/package.env/ccache'
install_file gentoo root root 644 '/etc/portage/package.license/firmware'
install_file gentoo root root 644 '/etc/portage/package.license/media'
install_file gentoo root root 644 '/etc/portage/package.license/misc'

View file

@ -1,4 +0,0 @@
# Also edit /etc/portage/env/ccache.conf
cache_dir = /var/cache/ccache
compiler_check = %compiler% -dumpmachine; %compiler% -dumpversion
max_size = 5G

View file

@ -1,5 +0,0 @@
# Also edit /etc/ccache.conf
FEATURES='ccache'
CCACHE_DIR='/var/cache/ccache'
CCACHE_COMPILERCHECK='%compiler% -dumpmachine; %compiler% -dumpversion'
CCACHE_MAXSIZE='5G'

View file

@ -1,14 +0,0 @@
app-emulation/virtualbox ccache.conf
dev-lang/spidermonkey ccache.conf
dev-build/cmake ccache.conf
mail-client/thunderbird ccache.conf
media-gfx/gimp ccache.conf
media-libs/mesa ccache.conf
media-video/ffmpeg ccache.conf
net-libs/nodejs ccache.conf
sys-devel/clang ccache.conf
sys-devel/llvm ccache.conf
sys-libs/glibc ccache.conf
www-client/chromium ccache.conf
www-client/firefox ccache.conf
x11-libs/gtk+ ccache.conf

View file

@ -1,2 +1 @@
dev-lang/rust-bin clippy rust-analyzer rust-src rustfmt
dev-util/ccache verify-sig

View file

@ -48,7 +48,6 @@ dev-python/pip
dev-qt/qt5compat
dev-qt/qtmultimedia
dev-util/android-tools
dev-util/ccache
dev-util/cloc
dev-vcs/git
dev-vcs/git-lfs