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/files/
Date: Fri, 19 Jul 2019 22:29:23
Message-Id: 1563575350.357b8438948218869565b12e9aa7088a37bbe9ff.slyfox@gentoo
1 commit: 357b8438948218869565b12e9aa7088a37bbe9ff
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 19 22:29:10 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 22:29:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357b8438
7
8 dev-util/ccache: link upstream bug report into patches
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/ccache/files/ccache-3.3-size-on-disk.patch | 1 +
14 dev-util/ccache/files/ccache-3.4-size-on-disk.patch | 1 +
15 dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch | 1 +
16 3 files changed, 3 insertions(+)
17
18 diff --git a/dev-util/ccache/files/ccache-3.3-size-on-disk.patch b/dev-util/ccache/files/ccache-3.3-size-on-disk.patch
19 index 77628968cb7..277e9a6469a 100644
20 --- a/dev-util/ccache/files/ccache-3.3-size-on-disk.patch
21 +++ b/dev-util/ccache/files/ccache-3.3-size-on-disk.patch
22 @@ -1,4 +1,5 @@
23 https://bugs.gentoo.org/456178
24 +https://github.com/ccache/ccache/issues/442
25
26 stick to the size of files on disk rather than their byte size.
27 this func is only used for stats management, so this should be safe.
28
29 diff --git a/dev-util/ccache/files/ccache-3.4-size-on-disk.patch b/dev-util/ccache/files/ccache-3.4-size-on-disk.patch
30 index 29f97964890..a2f4a554cab 100644
31 --- a/dev-util/ccache/files/ccache-3.4-size-on-disk.patch
32 +++ b/dev-util/ccache/files/ccache-3.4-size-on-disk.patch
33 @@ -1,4 +1,5 @@
34 https://bugs.gentoo.org/456178
35 +https://github.com/ccache/ccache/issues/442
36
37 stick to the size of files on disk rather than their byte size.
38 this func is only used for stats management, so this should be safe.
39
40 diff --git a/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch b/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch
41 index 2b12542d26f..dcb5cf1f497 100644
42 --- a/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch
43 +++ b/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch
44 @@ -1,4 +1,5 @@
45 https://bugs.gentoo.org/649440
46 +https://github.com/ccache/ccache/issues/442
47
48 Disable cleanup based on free filesystem size.