Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/
Date: Thu, 03 Jan 2019 18:45:17
Message-Id: 1546541106.6d7905d177d81a3ea785a28a292726c3e4865098.slyfox@gentoo
1 commit: 6d7905d177d81a3ea785a28a292726c3e4865098
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 18:43:54 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 18:45:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7905d1
7
8 dev-util/ccache: drop old
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/ccache/Manifest | 1 -
14 dev-util/ccache/ccache-3.4.3.ebuild | 74 -------------------------------------
15 2 files changed, 75 deletions(-)
16
17 diff --git a/dev-util/ccache/Manifest b/dev-util/ccache/Manifest
18 index fd20b0190a1..84c68dd998d 100644
19 --- a/dev-util/ccache/Manifest
20 +++ b/dev-util/ccache/Manifest
21 @@ -1,5 +1,4 @@
22 DIST ccache-3.2.4.tar.xz 302548 BLAKE2B 7d642dc3f944183660e79cfdfd68948528aa3ea4ef8162a4d04837c85ccace35107e663ec81a15438dab133fca2e8bf100fecd483f33c9b0aa52c68989ae8122 SHA512 d048b70804c81dece97f3ba511b3c109ec0d14e7dca69bc68faeeb61a4a7b5639c03e3e5ad7dad4e42b4bd198d7a7fffa4e3b7ef99590dfd4df0805db6c25db7
23 DIST ccache-3.3.4.tar.xz 314468 BLAKE2B 6e465598df428979a2c821a698afef25c05d09045cbb54ec54cc3b65b8ce6416b6eb46fae0cf5d60f766129cef11eb01410b522318c67416fdf47f6e8fceae66 SHA512 891bcf11b27fa20a250bc86d182663e46af450a3a807b6cab502f202cd57123ce93bcb1fe5e48866feecda76912a5f742efa5869df9117d81624ba185dd4e02c
24 -DIST ccache-3.4.3.tar.xz 328824 BLAKE2B f2ff3276cbadde642a362400b32291f59f60c274861c4c706f0bced801aec7aeeafeeb611331bc23e96fc8790a1d1ffd39df58f24f6a5384d8ddda0da54c9339 SHA512 8a92ef3f3b3688bb4c0b39106bea387ec3065a074327c1fa793e511192acd5cf9aeb5c0065ee8868a944ec63463c2b59fb84edd952102468cd12fcbb1ee16c49
25 DIST ccache-3.5.1.tar.xz 335988 BLAKE2B f9cb8d48b16ebf48a409af6e69f16606e543144781b9988f25f5031dd7c4137709e32f76f6ae8879aef425064e6dce112195849008f2dcc9b6deb39d2726cae5 SHA512 25956ac68f24b3a443d9cf74fe759d9d5946e2f2188d40538a31d383550c6674c22f7e9290ceb71f1ee3987ed8f2802343a5a137b2f68692008ead3a347761af
26 DIST ccache-3.5.tar.xz 334668 BLAKE2B e3e2b63e8c4c8074514fb3a5794325fa05a4d52f48fc436ab0ad21b643ca4d1a1502c989cb47ed68972b105d4f1642e4fadc5ecef1235fe2bd3be5d218094a79 SHA512 92181fb794f06dc231baa4193c37e8f1d844c9281fd64bcb8f4b35c87b4a88dfc9bf36b810b37151ee85699778fcd3783818949a7010e619aeca7e3b33b7a2e3
27
28 diff --git a/dev-util/ccache/ccache-3.4.3.ebuild b/dev-util/ccache/ccache-3.4.3.ebuild
29 deleted file mode 100644
30 index 25d07d629e1..00000000000
31 --- a/dev-util/ccache/ccache-3.4.3.ebuild
32 +++ /dev/null
33 @@ -1,74 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit readme.gentoo-r1
40 -
41 -DESCRIPTION="fast compiler cache"
42 -HOMEPAGE="https://ccache.samba.org/"
43 -SRC_URI="https://www.samba.org/ftp/ccache/${P}.tar.xz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
48 -IUSE=""
49 -
50 -DEPEND="app-arch/xz-utils
51 - sys-libs/zlib"
52 -RDEPEND="${DEPEND}
53 - dev-util/shadowman
54 - sys-apps/gentoo-functions"
55 -
56 -PATCHES=(
57 - "${FILESDIR}"/${PN}-3.4-size-on-disk.patch #456178
58 -)
59 -
60 -src_prepare() {
61 - default
62 -
63 - # make sure we always use system zlib
64 - rm -rf src/zlib || die
65 - sed \
66 - -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
67 - "${FILESDIR}"/ccache-config-3 > ccache-config || die
68 -}
69 -
70 -src_install() {
71 - DOCS=( doc/{AUTHORS,MANUAL,NEWS}.adoc CONTRIBUTING.md README.md )
72 - default
73 -
74 - dobin ccache-config
75 - insinto /usr/share/shadowman/tools
76 - newins - ccache <<<'/usr/lib/ccache/bin'
77 -
78 - DOC_CONTENTS="
79 -To use ccache with **non-Portage** C compiling, add
80 -${EPREFIX}/usr/lib/ccache/bin to the beginning of your path, before ${EPREFIX}/usr/bin.
81 -Portage 2.0.46-r11+ will automatically take advantage of ccache with
82 -no additional steps. If this is your first install of ccache, type
83 -something like this to set a maximum cache size of 2GB:\\n
84 -# ccache -M 2G\\n
85 -If you are upgrading from an older version than 3.x you should clear all of your caches like so:\\n
86 -# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C\\n
87 -ccache now supports sys-devel/clang and dev-lang/icc, too!"
88 -
89 - readme.gentoo_create_doc
90 -}
91 -
92 -pkg_prerm() {
93 - if [[ -z ${REPLACED_BY_VERSION} && ${ROOT} == / ]] ; then
94 - eselect compiler-shadow remove ccache
95 - fi
96 -}
97 -
98 -pkg_postinst() {
99 - if [[ ${ROOT} == / ]]; then
100 - eselect compiler-shadow update ccache
101 - fi
102 -
103 - # nuke broken symlinks from previous versions that shouldn't exist
104 - rm -rf "${EROOT}"/usr/lib/ccache.backup || die
105 -
106 - readme.gentoo_print_elog
107 -}