summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-21 21:04:36 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-21 21:04:36 +0000
commit38da006aa87737ee80a4e2f67ae308b21906df57 (patch)
tree8471d5f2b339da62878952045db60c0ddf6d7ec1 /dev-util/ccache
parentRemove old. (diff)
downloadgentoo-2-38da006aa87737ee80a4e2f67ae308b21906df57.tar.gz
gentoo-2-38da006aa87737ee80a4e2f67ae308b21906df57.tar.bz2
gentoo-2-38da006aa87737ee80a4e2f67ae308b21906df57.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/ChangeLog10
-rw-r--r--dev-util/ccache/ccache-2.4-r6.ebuild79
-rw-r--r--dev-util/ccache/ccache-2.4-r7.ebuild81
-rw-r--r--dev-util/ccache/ccache-2.4-r8.ebuild82
-rw-r--r--dev-util/ccache/ccache-3.1.1.ebuild59
-rw-r--r--dev-util/ccache/ccache-3.1.10.ebuild69
-rw-r--r--dev-util/ccache/ccache-3.1.2.ebuild57
-rw-r--r--dev-util/ccache/ccache-3.1.3.ebuild57
-rw-r--r--dev-util/ccache/ccache-3.1.4.ebuild57
-rw-r--r--dev-util/ccache/ccache-3.1.5.ebuild57
-rw-r--r--dev-util/ccache/ccache-3.1.6.ebuild57
-rw-r--r--dev-util/ccache/ccache-3.1.7.ebuild60
-rw-r--r--dev-util/ccache/ccache-3.1.8.ebuild57
-rw-r--r--dev-util/ccache/ccache-3.1.9-r2.ebuild73
-rw-r--r--dev-util/ccache/ccache-3.1.9-r3.ebuild70
-rw-r--r--dev-util/ccache/ccache-3.1.9.ebuild62
-rw-r--r--dev-util/ccache/ccache-3.2.1.ebuild68
17 files changed, 9 insertions, 1046 deletions
diff --git a/dev-util/ccache/ChangeLog b/dev-util/ccache/ChangeLog
index 03eeb5706ddb..eb859027c61e 100644
--- a/dev-util/ccache/ChangeLog
+++ b/dev-util/ccache/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-util/ccache
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.147 2015/05/11 03:06:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ChangeLog,v 1.148 2015/07/21 21:04:36 mrueg Exp $
+
+ 21 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -ccache-2.4-r6.ebuild,
+ -ccache-2.4-r7.ebuild, -ccache-2.4-r8.ebuild, -ccache-3.1.1.ebuild,
+ -ccache-3.1.10.ebuild, -ccache-3.1.2.ebuild, -ccache-3.1.3.ebuild,
+ -ccache-3.1.4.ebuild, -ccache-3.1.5.ebuild, -ccache-3.1.6.ebuild,
+ -ccache-3.1.7.ebuild, -ccache-3.1.8.ebuild, -ccache-3.1.9-r2.ebuild,
+ -ccache-3.1.9-r3.ebuild, -ccache-3.1.9.ebuild, -ccache-3.2.1.ebuild:
+ Remove old.
*ccache-3.2.2 (11 May 2015)
diff --git a/dev-util/ccache/ccache-2.4-r6.ebuild b/dev-util/ccache/ccache-2.4-r6.ebuild
deleted file mode 100644
index fa705146adc9..000000000000
--- a/dev-util/ccache/ccache-2.4-r6.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2010 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.19 2010/12/16 20:42:34 robbat2 Exp $
-
-WANT_AUTOMAKE=none # not using automake
-
-inherit eutils autotools
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-# Note: this version is designed to be auto-detected and used if
-# you happen to have Portage 2.0.X+ installed.
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/ccache-2.4-respectflags.patch
- epatch "${FILESDIR}"/ccache-2.4-utimes.patch
- eautoconf
-}
-
-do_links() {
- insinto /usr/lib/ccache/bin
- for a in ${CHOST}-{gcc,g++,c++} gcc c++ g++; do
- dosym /usr/bin/ccache /usr/lib/ccache/bin/${a}
- done
-}
-
-src_install() {
- dobin ccache || die
- doman ccache.1
- dodoc README
- dohtml web/*.html
-
- diropts -m0755
- dodir /usr/lib/ccache/bin
- keepdir /usr/lib/ccache/bin
-
- dobin "${FILESDIR}"/ccache-config || die
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_preinst() {
- # Do NOT duplicate this in your ebuilds or phear of the wrath!!!
- if [[ ${ROOT} = "/" ]] ; then
- einfo "Scanning for compiler front-ends..."
- do_links
- else
- ewarn "Install is incomplete; you must run the following commands:"
- ewarn " # ccache-config --install-links"
- ewarn " # ccache-config --install-links ${CHOST}"
- ewarn "after booting or chrooting to ${ROOT} to complete installation."
- fi
-}
-
-pkg_postinst() {
- # nuke broken symlinks from previous versions that shouldn't exist
- for i in cc ${CHOST}-cc ; do
- [[ -L "${ROOT}/usr/lib/ccache/bin/${i}" ]] && rm -rf "${ROOT}/usr/lib/ccache/bin/${i}"
- done
- [[ -d "${ROOT}/usr/lib/ccache.backup" ]] && rm -fr "${ROOT}/usr/lib/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/lib/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
-}
diff --git a/dev-util/ccache/ccache-2.4-r7.ebuild b/dev-util/ccache/ccache-2.4-r7.ebuild
deleted file mode 100644
index d13d5ab415bc..000000000000
--- a/dev-util/ccache/ccache-2.4-r7.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2010 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.5 2010/12/16 12:19:44 flameeyes Exp $
-
-WANT_AUTOMAKE=none # not using automake
-
-inherit eutils autotools multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-# Note: this version is designed to be auto-detected and used if
-# you happen to have Portage 2.0.X+ installed.
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/ccache-2.4-respectflags.patch
- epatch "${FILESDIR}"/ccache-2.4-utimes.patch
- eautoconf
-}
-
-do_links() {
- insinto /usr/$(get_libdir)/ccache/bin
- for a in ${CHOST}-{gcc,g++,c++} gcc c++ g++; do
- dosym /usr/bin/ccache /usr/$(get_libdir)/ccache/bin/${a}
- done
-}
-
-src_install() {
- dobin ccache || die
- doman ccache.1
- dodoc README
- dohtml web/*.html
-
- diropts -m0755
- dodir /usr/$(get_libdir)/ccache/bin
- keepdir /usr/$(get_libdir)/ccache/bin
-
- dobin "${FILESDIR}"/ccache-config || die
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_preinst() {
- # Do NOT duplicate this in your ebuilds or phear of the wrath!!!
- if [[ ${ROOT} = "/" ]] ; then
- einfo "Scanning for compiler front-ends..."
- do_links
- else
- ewarn "Install is incomplete; you must run the following commands:"
- ewarn " # ccache-config --install-links"
- ewarn " # ccache-config --install-links ${CHOST}"
- ewarn "after booting or chrooting to ${ROOT} to complete installation."
- fi
-}
-
-pkg_postinst() {
- # nuke broken symlinks from previous versions that shouldn't exist
- for i in cc ${CHOST}-cc ; do
- [[ -L "${ROOT}/usr/$(get_libdir)/ccache/bin/${i}" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache/bin/${i}"
- done
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -fr "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
-}
diff --git a/dev-util/ccache/ccache-2.4-r8.ebuild b/dev-util/ccache/ccache-2.4-r8.ebuild
deleted file mode 100644
index 2e7b592bcdd7..000000000000
--- a/dev-util/ccache/ccache-2.4-r8.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-2.4-r8.ebuild,v 1.2 2010/12/16 20:42:34 robbat2 Exp $
-
-WANT_AUTOMAKE=none # not using automake
-
-inherit eutils autotools multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-# Note: this version is designed to be auto-detected and used if
-# you happen to have Portage 2.0.X+ installed.
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/ccache-2.4-profile.patch
- epatch "${FILESDIR}"/ccache-2.4-respectflags.patch
- epatch "${FILESDIR}"/ccache-2.4-utimes.patch
- eautoconf
-}
-
-do_links() {
- insinto /usr/$(get_libdir)/ccache/bin
- for a in ${CHOST}-{gcc,g++,c++} gcc c++ g++; do
- dosym /usr/bin/ccache /usr/$(get_libdir)/ccache/bin/${a}
- done
-}
-
-src_install() {
- dobin ccache || die
- doman ccache.1
- dodoc README
- dohtml web/*.html
-
- diropts -m0755
- dodir /usr/$(get_libdir)/ccache/bin
- keepdir /usr/$(get_libdir)/ccache/bin
-
- dobin "${FILESDIR}"/ccache-config || die
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_preinst() {
- # Do NOT duplicate this in your ebuilds or phear of the wrath!!!
- if [[ ${ROOT} = "/" ]] ; then
- einfo "Scanning for compiler front-ends..."
- do_links
- else
- ewarn "Install is incomplete; you must run the following commands:"
- ewarn " # ccache-config --install-links"
- ewarn " # ccache-config --install-links ${CHOST}"
- ewarn "after booting or chrooting to ${ROOT} to complete installation."
- fi
-}
-
-pkg_postinst() {
- # nuke broken symlinks from previous versions that shouldn't exist
- for i in cc ${CHOST}-cc ; do
- [[ -L "${ROOT}/usr/$(get_libdir)/ccache/bin/${i}" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache/bin/${i}"
- done
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -fr "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
-}
diff --git a/dev-util/ccache/ccache-3.1.1.ebuild b/dev-util/ccache/ccache-3.1.1.ebuild
deleted file mode 100644
index 561cd703f85b..000000000000
--- a/dev-util/ccache/ccache-3.1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.1.ebuild,v 1.1 2010/11/19 09:46:35 vapier Exp $
-
-inherit multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # make sure we always use system zlib
- rm -rf zlib
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- keepdir /usr/$(get_libdir)/ccache/bin
-
- dobin "${FILESDIR}"/ccache-config || die
- dosed "/^LIBDIR=/s:lib:$(get_libdir):" /usr/bin/ccache-config
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -fr "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.10.ebuild b/dev-util/ccache/ccache-3.1.10.ebuild
deleted file mode 100644
index a030828be6b2..000000000000
--- a/dev-util/ccache/ccache-3.1.10.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.10.ebuild,v 1.1 2014/10/22 05:04:46 vapier Exp $
-
-EAPI="4"
-
-inherit multilib eutils readme.gentoo
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- # make sure we always use system zlib
- rm -rf zlib
- epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- sed \
- -e "/^LIBDIR=/s:lib:$(get_libdir):" \
- -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
- "${FILESDIR}"/ccache-config-2 > ccache-config || die
-}
-
-src_install() {
- default
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin ccache-config
-
- DOC_CONTENTS="
-To use ccache with **non-Portage** C compiling, add
-${EPREFIX}/usr/$(get_libdir)/ccache/bin to the beginning of your path, before ${EPREFIX}usr/bin.
-Portage 2.0.46-r11+ will automatically take advantage of ccache with
-no additional steps. If this is your first install of ccache, type
-something like this to set a maximum cache size of 2GB:\\n
-# ccache -M 2G\\n
-If you are upgrading from an older version than 3.x you should clear all of your caches like so:\\n
-# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C\\n
-ccache now supports sys-devel/clang and dev-lang/icc, too!"
-
- readme.gentoo_create_doc
-}
-
-pkg_prerm() {
- if [[ -z ${REPLACED_BY_VERSION} ]] ; then
- "${EROOT}"/usr/bin/ccache-config --remove-links
- "${EROOT}"/usr/bin/ccache-config --remove-links ${CHOST}
- fi
-}
-
-pkg_postinst() {
- "${EROOT}"/usr/bin/ccache-config --install-links
- "${EROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${EROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${EROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${EROOT}/usr/$(get_libdir)/ccache.backup"
-
- readme.gentoo_print_elog
-}
diff --git a/dev-util/ccache/ccache-3.1.2.ebuild b/dev-util/ccache/ccache-3.1.2.ebuild
deleted file mode 100644
index 2e598472738e..000000000000
--- a/dev-util/ccache/ccache-3.1.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.2.ebuild,v 1.1 2010/11/21 20:34:23 vapier Exp $
-
-inherit multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # make sure we always use system zlib
- rm -rf zlib
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin "${FILESDIR}"/ccache-config || die
- dosed "/^LIBDIR=/s:lib:$(get_libdir):" /usr/bin/ccache-config
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.3.ebuild b/dev-util/ccache/ccache-3.1.3.ebuild
deleted file mode 100644
index d5e1f443c878..000000000000
--- a/dev-util/ccache/ccache-3.1.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.3.ebuild,v 1.1 2010/11/28 18:05:36 vapier Exp $
-
-inherit multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # make sure we always use system zlib
- rm -rf zlib
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin "${FILESDIR}"/ccache-config || die
- dosed "/^LIBDIR=/s:lib:$(get_libdir):" /usr/bin/ccache-config
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.4.ebuild b/dev-util/ccache/ccache-3.1.4.ebuild
deleted file mode 100644
index 728b8428f88e..000000000000
--- a/dev-util/ccache/ccache-3.1.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.4.ebuild,v 1.1 2011/01/10 05:22:59 vapier Exp $
-
-inherit multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # make sure we always use system zlib
- rm -rf zlib
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin "${FILESDIR}"/ccache-config || die
- dosed "/^LIBDIR=/s:lib:$(get_libdir):" /usr/bin/ccache-config
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.5.ebuild b/dev-util/ccache/ccache-3.1.5.ebuild
deleted file mode 100644
index cc77c8c01c89..000000000000
--- a/dev-util/ccache/ccache-3.1.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.5.ebuild,v 1.1 2011/05/29 16:32:27 vapier Exp $
-
-inherit multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # make sure we always use system zlib
- rm -rf zlib
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin "${FILESDIR}"/ccache-config || die
- dosed "/^LIBDIR=/s:lib:$(get_libdir):" /usr/bin/ccache-config
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.6.ebuild b/dev-util/ccache/ccache-3.1.6.ebuild
deleted file mode 100644
index e1633ee9dce9..000000000000
--- a/dev-util/ccache/ccache-3.1.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.6.ebuild,v 1.8 2012/03/08 15:13:18 ranger Exp $
-
-inherit multilib
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # make sure we always use system zlib
- rm -rf zlib
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin "${FILESDIR}"/ccache-config || die
- dosed "/^LIBDIR=/s:lib:$(get_libdir):" /usr/bin/ccache-config
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.7.ebuild b/dev-util/ccache/ccache-3.1.7.ebuild
deleted file mode 100644
index a0ad3c732a59..000000000000
--- a/dev-util/ccache/ccache-3.1.7.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.7.ebuild,v 1.9 2012/07/01 16:39:59 armin76 Exp $
-
-EAPI="4"
-
-inherit multilib eutils
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # make sure we always use system zlib
- rm -rf zlib
- epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- sed \
- -e "/^LIBDIR=/s:lib:$(get_libdir):" \
- "${FILESDIR}"/ccache-config > ccache-config || die
-}
-
-src_install() {
- default
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin ccache-config
-
- diropts -m0700
- dodir /root/.ccache
- keepdir /root/.ccache
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.8.ebuild b/dev-util/ccache/ccache-3.1.8.ebuild
deleted file mode 100644
index e5a38d0611ab..000000000000
--- a/dev-util/ccache/ccache-3.1.8.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.8.ebuild,v 1.10 2012/12/29 17:26:04 armin76 Exp $
-
-EAPI="4"
-
-inherit multilib eutils
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- # make sure we always use system zlib
- rm -rf zlib
- epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- sed \
- -e "/^LIBDIR=/s:lib:$(get_libdir):" \
- "${FILESDIR}"/ccache-config > ccache-config || die
-}
-
-src_install() {
- default
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin ccache-config
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps. If this is your first install of ccache, type"
- elog "something like this to set a maximum cache size of 2GB:"
- elog "# ccache -M 2G"
- elog
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
-}
diff --git a/dev-util/ccache/ccache-3.1.9-r2.ebuild b/dev-util/ccache/ccache-3.1.9-r2.ebuild
deleted file mode 100644
index ccf98d4fa3ee..000000000000
--- a/dev-util/ccache/ccache-3.1.9-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9-r2.ebuild,v 1.1 2013/09/28 22:44:47 ottxor Exp $
-
-EAPI="4"
-
-inherit multilib eutils
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- # make sure we always use system zlib
- rm -rf zlib
- epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- epatch "${FILESDIR}"/${P}-test-gcc-4.8.patch #461966
- sed \
- -e "/^LIBDIR=/s:lib:$(get_libdir):" \
- -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
- "${FILESDIR}"/ccache-config-2 > ccache-config || die
-}
-
-src_install() {
- default
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin ccache-config
-}
-
-pkg_prerm() {
- if [[ -z ${REPLACED_BY_VERSION} ]] ; then
- "${EROOT}"/usr/bin/ccache-config --remove-links
- "${EROOT}"/usr/bin/ccache-config --remove-links ${CHOST}
- fi
-}
-
-pkg_postinst() {
- "${EROOT}"/usr/bin/ccache-config --install-links
- "${EROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${EROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${EROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${EROOT}/usr/$(get_libdir)/ccache.backup"
-
- if [[ -z ${REPLACING_VERSIONS} ]] ; then
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "${EPREFIX}/usr/$(get_libdir)/ccache/bin to the beginning of your path, before ${EPREFIX}/usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps."
- elog
- elog "You might want to set a maximum cache size:"
- elog "# ccache -M 2G"
- fi
- if has_version "<${CATEGORY}/${PN}-3" ; then
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
- fi
- if has_version "<${CATEGORY}/${PN}-3.1.9-r2" ; then
- elog "ccache now supports sys-devel/clang and dev-lang/icc, too!"
- fi
-}
diff --git a/dev-util/ccache/ccache-3.1.9-r3.ebuild b/dev-util/ccache/ccache-3.1.9-r3.ebuild
deleted file mode 100644
index 814bfb24ddb4..000000000000
--- a/dev-util/ccache/ccache-3.1.9-r3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9-r3.ebuild,v 1.12 2014/01/26 12:13:18 ago Exp $
-
-EAPI="4"
-
-inherit multilib eutils readme.gentoo
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- # make sure we always use system zlib
- rm -rf zlib
- epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- epatch "${FILESDIR}"/${P}-test-gcc-4.8.patch #461966
- sed \
- -e "/^LIBDIR=/s:lib:$(get_libdir):" \
- -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
- "${FILESDIR}"/ccache-config-2 > ccache-config || die
-}
-
-src_install() {
- default
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin ccache-config
-
- DOC_CONTENTS="
-To use ccache with **non-Portage** C compiling, add
-${EPREFIX}/usr/$(get_libdir)/ccache/bin to the beginning of your path, before ${EPREFIX}usr/bin.
-Portage 2.0.46-r11+ will automatically take advantage of ccache with
-no additional steps. If this is your first install of ccache, type
-something like this to set a maximum cache size of 2GB:\\n
-# ccache -M 2G\\n
-If you are upgrading from an older version than 3.x you should clear all of your caches like so:\\n
-# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C\\n
-ccache now supports sys-devel/clang and dev-lang/icc, too!"
-
- readme.gentoo_create_doc
-}
-
-pkg_prerm() {
- if [[ -z ${REPLACED_BY_VERSION} ]] ; then
- "${EROOT}"/usr/bin/ccache-config --remove-links
- "${EROOT}"/usr/bin/ccache-config --remove-links ${CHOST}
- fi
-}
-
-pkg_postinst() {
- "${EROOT}"/usr/bin/ccache-config --install-links
- "${EROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${EROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${EROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${EROOT}/usr/$(get_libdir)/ccache.backup"
-
- readme.gentoo_print_elog
-}
diff --git a/dev-util/ccache/ccache-3.1.9.ebuild b/dev-util/ccache/ccache-3.1.9.ebuild
deleted file mode 100644
index 5bf1a5e01e4b..000000000000
--- a/dev-util/ccache/ccache-3.1.9.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.9.ebuild,v 1.15 2013/04/24 05:44:24 dirtyepic Exp $
-
-EAPI="4"
-
-inherit multilib eutils
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- # make sure we always use system zlib
- rm -rf zlib
- epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- epatch "${FILESDIR}"/${P}-test-gcc-4.8.patch #461966
- sed \
- -e "/^LIBDIR=/s:lib:$(get_libdir):" \
- "${FILESDIR}"/ccache-config > ccache-config || die
-}
-
-src_install() {
- default
- dodoc AUTHORS.txt MANUAL.txt NEWS.txt README.txt
-
- dobin ccache-config
-}
-
-pkg_postinst() {
- "${ROOT}"/usr/bin/ccache-config --install-links
- "${ROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${ROOT}/usr/$(get_libdir)/ccache/bin/${CHOST}-cc"
- [[ -d "${ROOT}/usr/$(get_libdir)/ccache.backup" ]] && \
- rm -rf "${ROOT}/usr/$(get_libdir)/ccache.backup"
-
- if [[ -z ${REPLACING_VERSIONS} ]] ; then
- elog "To use ccache with **non-Portage** C compiling, add"
- elog "/usr/$(get_libdir)/ccache/bin to the beginning of your path, before /usr/bin."
- elog "Portage 2.0.46-r11+ will automatically take advantage of ccache with"
- elog "no additional steps."
- elog
- elog "You might want to set a maximum cache size:"
- elog "# ccache -M 2G"
- fi
- if has_version "<${CATEGORY}/${PN}-3" ; then
- elog "If you are upgrading from an older version than 3.x you should clear"
- elog "all of your caches like so:"
- elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C"
- fi
-}
diff --git a/dev-util/ccache/ccache-3.2.1.ebuild b/dev-util/ccache/ccache-3.2.1.ebuild
deleted file mode 100644
index 0cbdf1a48f82..000000000000
--- a/dev-util/ccache/ccache-3.2.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.2.1.ebuild,v 1.1 2014/12/12 07:32:40 jlec Exp $
-
-EAPI=5
-
-inherit eutils readme.gentoo
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="http://ccache.samba.org/"
-SRC_URI="http://samba.org/ftp/ccache/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
- app-arch/xz-utils"
-
-src_prepare() {
- # make sure we always use system zlib
- rm -rf zlib || die
- epatch "${FILESDIR}"/${PN}-3.1.7-no-perl.patch #421609
- epatch "${FILESDIR}"/${PN}-3.1.10-size-on-disk.patch #456178
- sed \
- -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
- "${FILESDIR}"/ccache-config-2 > ccache-config || die
-}
-
-src_install() {
- DOCS=( AUTHORS.txt MANUAL.txt NEWS.txt README.txt )
- default
-
- dobin ccache-config
-
- DOC_CONTENTS="
-To use ccache with **non-Portage** C compiling, add
-${EPREFIX}/usr/lib/ccache/bin to the beginning of your path, before ${EPREFIX}usr/bin.
-Portage 2.0.46-r11+ will automatically take advantage of ccache with
-no additional steps. If this is your first install of ccache, type
-something like this to set a maximum cache size of 2GB:\\n
-# ccache -M 2G\\n
-If you are upgrading from an older version than 3.x you should clear all of your caches like so:\\n
-# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C\\n
-ccache now supports sys-devel/clang and dev-lang/icc, too!"
-
- readme.gentoo_create_doc
-}
-
-pkg_prerm() {
- if [[ -z ${REPLACED_BY_VERSION} ]] ; then
- "${EROOT}"/usr/bin/ccache-config --remove-links
- "${EROOT}"/usr/bin/ccache-config --remove-links ${CHOST}
- fi
-}
-
-pkg_postinst() {
- "${EROOT}"/usr/bin/ccache-config --install-links
- "${EROOT}"/usr/bin/ccache-config --install-links ${CHOST}
-
- # nuke broken symlinks from previous versions that shouldn't exist
- rm -f "${EROOT}"/usr/lib/ccache/bin/${CHOST}-cc || die
- rm -rf "${EROOT}"/usr/lib/ccache.backup || die
-
- readme.gentoo_print_elog
-}