commit:     5d2025bc037b736b158eb281f84d93fdd3955f84
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 20:22:28 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 20:22:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2025bc

dev-util/ccache: Drop old

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-util/ccache/Manifest            |  3 --
 dev-util/ccache/ccache-3.2.5.ebuild | 67 -------------------------------------
 dev-util/ccache/ccache-3.2.7.ebuild | 67 -------------------------------------
 dev-util/ccache/ccache-3.3.3.ebuild | 67 -------------------------------------
 4 files changed, 204 deletions(-)

diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
index 1814a52f0e8..5e34ecc37de 100644
--- a/dev-util/ccache/Manifest
+++ b/dev-util/ccache/Manifest
@@ -1,5 +1,2 @@
 DIST ccache-3.2.4.tar.xz 302548 BLAKE2B 
7d642dc3f944183660e79cfdfd68948528aa3ea4ef8162a4d04837c85ccace35107e663ec81a15438dab133fca2e8bf100fecd483f33c9b0aa52c68989ae8122
 SHA512 
d048b70804c81dece97f3ba511b3c109ec0d14e7dca69bc68faeeb61a4a7b5639c03e3e5ad7dad4e42b4bd198d7a7fffa4e3b7ef99590dfd4df0805db6c25db7
-DIST ccache-3.2.5.tar.xz 304592 BLAKE2B 
87cfc78fb8936fd7219569ff2be44ed69860453ba1b29630c49a8b5dc808851383a0d33b4df0de37a1967403be0b157349d42d63f20c6074eb6ec8fadc3ed2da
 SHA512 
12612b899044db50c60bea8ed6cfeb54960ab67514d0aabaea5ee71d3d4d83bb00637e02008365d1d061adf5aa546499948a5eb8a0419222f681058c7fd5fd24
-DIST ccache-3.2.7.tar.xz 305596 BLAKE2B 
1718380aa52dc54db16e14103c16fd00052b2de4edac0e1c92a9b75195bf85dfa2268ea12f32f451f118c369a595ddd169c234d004c1606e90401bf339b3f0e3
 SHA512 
4292bd880f7ec39591a4abc232822121e79e706659e36c6aac3f3846fa119ebe18eed3bfefb535e229da8556fe787f1700ff3c63df56d459c6f44260db24b9fa
-DIST ccache-3.3.3.tar.xz 312160 BLAKE2B 
8553b102c46f3b47bf4744b2dc278b4308b8170c14d9538a45f8685a4cda1c827b938185b1fd296ffb24617066b8611a6ad29eabd6a9ad18a49cb0716e588a60
 SHA512 
59652955708c11dc4e2a0d76bc3810de0ce4009b93196d7e6a28ecf3829616d278e7dfedbd715136cd20c81f57d3912682bec8dbcd5ebed5aaf6508520b93587
 DIST ccache-3.3.4.tar.xz 314468 BLAKE2B 
6e465598df428979a2c821a698afef25c05d09045cbb54ec54cc3b65b8ce6416b6eb46fae0cf5d60f766129cef11eb01410b522318c67416fdf47f6e8fceae66
 SHA512 
891bcf11b27fa20a250bc86d182663e46af450a3a807b6cab502f202cd57123ce93bcb1fe5e48866feecda76912a5f742efa5869df9117d81624ba185dd4e02c

diff --git a/dev-util/ccache/ccache-3.2.5.ebuild 
b/dev-util/ccache/ccache-3.2.5.ebuild
deleted file mode 100644
index 7ca223a160b..00000000000
--- a/dev-util/ccache/ccache-3.2.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils readme.gentoo-r1
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="https://ccache.samba.org/";
-SRC_URI="https://www.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=""
-
-DEPEND="app-arch/xz-utils
-       sys-libs/zlib"
-RDEPEND="${DEPEND}
-       sys-apps/gentoo-functions"
-
-src_prepare() {
-       # make sure we always use system zlib
-       rm -rf zlib || die
-       epatch "${FILESDIR}"/${PN}-3.1.10-size-on-disk.patch #456178
-       sed \
-               -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
-               "${FILESDIR}"/ccache-config-3 > 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
-}

diff --git a/dev-util/ccache/ccache-3.2.7.ebuild 
b/dev-util/ccache/ccache-3.2.7.ebuild
deleted file mode 100644
index 7ca223a160b..00000000000
--- a/dev-util/ccache/ccache-3.2.7.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils readme.gentoo-r1
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="https://ccache.samba.org/";
-SRC_URI="https://www.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=""
-
-DEPEND="app-arch/xz-utils
-       sys-libs/zlib"
-RDEPEND="${DEPEND}
-       sys-apps/gentoo-functions"
-
-src_prepare() {
-       # make sure we always use system zlib
-       rm -rf zlib || die
-       epatch "${FILESDIR}"/${PN}-3.1.10-size-on-disk.patch #456178
-       sed \
-               -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
-               "${FILESDIR}"/ccache-config-3 > 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
-}

diff --git a/dev-util/ccache/ccache-3.3.3.ebuild 
b/dev-util/ccache/ccache-3.3.3.ebuild
deleted file mode 100644
index e320f86f1d0..00000000000
--- a/dev-util/ccache/ccache-3.3.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils readme.gentoo-r1
-
-DESCRIPTION="fast compiler cache"
-HOMEPAGE="https://ccache.samba.org/";
-SRC_URI="https://www.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=""
-
-DEPEND="app-arch/xz-utils
-       sys-libs/zlib"
-RDEPEND="${DEPEND}
-       sys-apps/gentoo-functions"
-
-src_prepare() {
-       # make sure we always use system zlib
-       rm -rf zlib || die
-       epatch "${FILESDIR}"/${PN}-3.3-size-on-disk.patch #456178
-       sed \
-               -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
-               "${FILESDIR}"/ccache-config-3 > ccache-config || die
-}
-
-src_install() {
-       DOCS=( AUTHORS.txt MANUAL.txt NEWS.txt README.md )
-       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
-}

Reply via email to