summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-04 11:23:13 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-04 11:23:13 +0000
commit24685d122dff6671efb28e4185c673c3db6e59cc (patch)
treed9e5d16dddfa294948505358fb04403fe5197b5f /dev-util/ccache
parentarm stable (diff)
downloadgentoo-2-24685d122dff6671efb28e4185c673c3db6e59cc.tar.gz
gentoo-2-24685d122dff6671efb28e4185c673c3db6e59cc.tar.bz2
gentoo-2-24685d122dff6671efb28e4185c673c3db6e59cc.zip
arm/s390/sh love
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ccache-2.4-r2.ebuild4
-rw-r--r--dev-util/ccache/ccache-2.4-r6.ebuild14
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-util/ccache/ccache-2.4-r2.ebuild b/dev-util/ccache/ccache-2.4-r2.ebuild
index 933cd0b8cceb..8f78296b39fe 100644
--- a/dev-util/ccache/ccache-2.4-r2.ebuild
+++ b/dev-util/ccache/ccache-2.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r2.ebuild,v 1.2 2006/10/15 01:13:08 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r2.ebuild,v 1.3 2006/11/04 11:23:13 vapier Exp $
inherit eutils autotools
@@ -10,7 +10,7 @@ SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
# Note: this version is designed to be auto-detected and used if
diff --git a/dev-util/ccache/ccache-2.4-r6.ebuild b/dev-util/ccache/ccache-2.4-r6.ebuild
index 6e651aa30d3b..a56635b125de 100644
--- a/dev-util/ccache/ccache-2.4-r6.ebuild
+++ b/dev-util/ccache/ccache-2.4-r6.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.1 2006/09/15 09:33:18 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.2 2006/11/04 11:23:13 vapier Exp $
+WANT_AUTOCONF="latest"
inherit eutils autotools
DESCRIPTION="fast compiler cache"
@@ -10,7 +11,7 @@ SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
# Note: this version is designed to be auto-detected and used if
@@ -18,9 +19,9 @@ IUSE=""
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/ccache-2.4-respectflags.patch
- epatch ${FILESDIR}/ccache-2.4-utimes.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/ccache-2.4-respectflags.patch
+ epatch "${FILESDIR}"/ccache-2.4-utimes.patch
eautoconf
}
@@ -42,8 +43,7 @@ src_install() {
dodir /usr/lib/ccache/bin
keepdir /usr/lib/ccache/bin
- exeinto /usr/bin
- doexe ${FILESDIR}/ccache-config
+ dobin "${FILESDIR}"/ccache-config || die
diropts -m0700
if use ppc-macos; then