summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Welch <zwelch@gentoo.org>2003-02-25 04:40:04 +0000
committerZack Welch <zwelch@gentoo.org>2003-02-25 04:40:04 +0000
commit9160d702717505242c0aa058f95f53a88dfc7638 (patch)
tree7c51ff8d31a4f86ee34757dd7556af15ab66fcb4 /dev-util
parentadd new ccache ebuild, from bug 15100 (diff)
downloadhistorical-9160d702717505242c0aa058f95f53a88dfc7638.tar.gz
historical-9160d702717505242c0aa058f95f53a88dfc7638.tar.bz2
historical-9160d702717505242c0aa058f95f53a88dfc7638.zip
quick fix to ccache-2.1.1-r2 ebuild
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ccache/ChangeLog5
-rw-r--r--dev-util/ccache/ccache-2.1.1-r2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index 0e688d57e294..d736cea26903 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-util/ccache
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.15 2003/02/25 04:36:22 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.16 2003/02/25 04:40:04 zwelch Exp $
*ccache-2.1.1-r2 (24 Feb 2003)
+ 24 Feb 2003; Zach Welch <zwelch@gentoo.org> ccache-2.1.1-r2.ebuild :
+ Add missing keepdir; no bump since found fast
+
24 Feb 2003; Zach Welch <zwelch@gentoo.org> ccache-2.1.1-r2.ebuild files/ccache-config files/digest-ccache-2.1.1-r2 :
Add changes from bug 15100, with enhancements from distcc
diff --git a/dev-util/ccache/ccache-2.1.1-r2.ebuild b/dev-util/ccache/ccache-2.1.1-r2.ebuild
index 65fadf14f7b2..d78ff78a2853 100644
--- a/dev-util/ccache/ccache-2.1.1-r2.ebuild
+++ b/dev-util/ccache/ccache-2.1.1-r2.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-2.1.1-r2.ebuild,v 1.1 2003/02/25 04:36:22 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.1.1-r2.ebuild,v 1.2 2003/02/25 04:40:04 zwelch 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
@@ -30,6 +30,7 @@ src_install () {
diropts -m0755
dodir /usr/lib/ccache/bin
+ keepdir /usr/lib/ccache/bin
exeinto /usr/bin
doexe ${FILESDIR}/ccache-config