diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
commit | 3f2be35377686d31df5a734264dda7cb03c20d1f (patch) | |
tree | eb0f206e9edf104c22f525e32efb0f82678e058d /dev-util/ccache | |
parent | Added GNU GPL version 1 (diff) | |
download | historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.gz historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.bz2 historical-3f2be35377686d31df5a734264dda7cb03c20d1f.zip |
repoman'd
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-1.9-r1.ebuild | 7 | ||||
-rw-r--r-- | dev-util/ccache/ccache-1.9.ebuild | 49 | ||||
-rw-r--r-- | dev-util/ccache/files/digest-ccache-1.9 | 1 |
3 files changed, 4 insertions, 53 deletions
diff --git a/dev-util/ccache/ccache-1.9-r1.ebuild b/dev-util/ccache/ccache-1.9-r1.ebuild index 855fd7ed3c7b..949d035dd12a 100644 --- a/dev-util/ccache/ccache-1.9-r1.ebuild +++ b/dev-util/ccache/ccache-1.9-r1.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9-r1.ebuild,v 1.1 2002/07/12 06:14:29 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9-r1.ebuild,v 1.2 2002/07/23 10:38:06 seemant 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 again the cached output is used giving a significant speedup." SRC_URI="http://ccache.samba.org/ftp/ccache/${P}.tar.gz" HOMEPAGE="http://ccache.samba.org/" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" # Note: this version is designed to be auto-detected and used if you happen to have Portage # 2.0.6+ installed. diff --git a/dev-util/ccache/ccache-1.9.ebuild b/dev-util/ccache/ccache-1.9.ebuild deleted file mode 100644 index eac0ac6606e4..000000000000 --- a/dev-util/ccache/ccache-1.9.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-1.9.ebuild,v 1.3 2002/07/12 06:14:29 phoenix 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 -again the cached output is used giving a significant speedup." -SRC_URI="http://ccache.samba.org/ftp/ccache/${P}.tar.gz" -HOMEPAGE="http://ccache.samba.org/" -KEYWORDS="x86 ppc" -LICENSE="GPL-2" -SLOT="0" - -# Note: this version is designed to be auto-detected and used if you happen to have Portage -# 2.0.6+ installed. - -src_compile() { - ./configure --prefix=${D}/usr || die - make || die -} - -src_install () { - exeinto /usr/bin/ccache - doexe ccache - doman ccache.1 - dodoc COPYING README - cd ${D}/usr/bin/ccache - ln -s ccache gcc - ln -s ccache cc - ln -s ccache c++ - ln -s ccache g++ - ln -s ccache ${CHOST}-c++ - ln -s ccache ${CHOST}-g++ - ln -s ccache ${CHOST}-gcc -} - -pkg_postinst() { - if [ ! -d ${ROOT}root/.ccache ] - then - install -d -m0700 ${ROOT}root/.ccache - fi - einfo "To use ccache, 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):" - einfo "# /usr/bin/ccache/ccache -M 2G" -} - - diff --git a/dev-util/ccache/files/digest-ccache-1.9 b/dev-util/ccache/files/digest-ccache-1.9 deleted file mode 100644 index a561ea71b898..000000000000 --- a/dev-util/ccache/files/digest-ccache-1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e73f607accc13da52934303140d555e ccache-1.9.tar.gz 62583 |