summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-12 21:09:48 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-12 21:09:48 +0000
commita1cc81d86d81b2c32a1afe72c05f1ae14c04c491 (patch)
tree079245bce8c885ecea218dcab073fb5aa958d5c6 /dev-util/ccache
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-a1cc81d86d81b2c32a1afe72c05f1ae14c04c491.tar.gz
gentoo-2-a1cc81d86d81b2c32a1afe72c05f1ae14c04c491.tar.bz2
gentoo-2-a1cc81d86d81b2c32a1afe72c05f1ae14c04c491.zip
Remove ppc-macos bits
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ChangeLog8
-rw-r--r--dev-util/ccache/ccache-2.4-r6.ebuild13
-rw-r--r--dev-util/ccache/ccache-2.4-r7.ebuild13
3 files changed, 14 insertions, 20 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index 84fffb7ff5b7..461f2ad679df 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/ccache
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.63 2007/12/31 02:36:04 dirtyepic Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.64 2008/01/12 21:09:48 grobian Exp $
+
+ 12 Jan 2008; Fabian Groffen <grobian@gentoo.org> ccache-2.4-r6.ebuild,
+ ccache-2.4-r7.ebuild:
+ Remove ppc-macos bits
31 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> metadata.xml:
Add toolchain and robbat2 as maintainer.
diff --git a/dev-util/ccache/ccache-2.4-r6.ebuild b/dev-util/ccache/ccache-2.4-r6.ebuild
index 426d360080e8..3104b2706754 100644
--- a/dev-util/ccache/ccache-2.4-r6.ebuild
+++ b/dev-util/ccache/ccache-2.4-r6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.15 2007/07/12 01:05:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r6.ebuild,v 1.16 2008/01/12 21:09:48 grobian Exp $
WANT_AUTOCONF="latest"
inherit eutils autotools
@@ -45,13 +45,8 @@ src_install() {
dobin "${FILESDIR}"/ccache-config || die
diropts -m0700
- if use ppc-macos; then
- dodir /var/root/.ccache
- keepdir /var/root/.ccache
- else
- dodir /root/.ccache
- keepdir /root/.ccache
- fi
+ dodir /root/.ccache
+ keepdir /root/.ccache
}
pkg_preinst() {
diff --git a/dev-util/ccache/ccache-2.4-r7.ebuild b/dev-util/ccache/ccache-2.4-r7.ebuild
index 2f33457f15eb..d993be2aab99 100644
--- a/dev-util/ccache/ccache-2.4-r7.ebuild
+++ b/dev-util/ccache/ccache-2.4-r7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild,v 1.2 2007/07/12 01:05:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r7.ebuild,v 1.3 2008/01/12 21:09:48 grobian Exp $
inherit eutils autotools multilib
@@ -44,13 +44,8 @@ src_install() {
dobin "${FILESDIR}"/ccache-config || die
diropts -m0700
- if use ppc-macos; then
- dodir /var/root/.ccache
- keepdir /var/root/.ccache
- else
- dodir /root/.ccache
- keepdir /root/.ccache
- fi
+ dodir /root/.ccache
+ keepdir /root/.ccache
}
pkg_preinst() {