Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/
Date: Sat, 21 Aug 2021 23:25:08
Message-Id: 1629588047.373fe0ead1ce6c14891d575827be0bc3256be5e3.ajak@gentoo
1 commit: 373fe0ead1ce6c14891d575827be0bc3256be5e3
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 16:09:35 2021 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 23:20:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373fe0ea
7
8 net-misc/apt-cacher-ng: fix tmpfiles handling
9
10 Closes: https://bugs.gentoo.org/809200
11 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
12
13 ...acher-ng-3.6.3_p1-r1.ebuild => apt-cacher-ng-3.6.3_p1-r2.ebuild} | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r2.ebuild
17 similarity index 97%
18 rename from net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild
19 rename to net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r2.ebuild
20 index 4dd1587fad7..f5616939a35 100644
21 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild
22 +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r2.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -inherit cmake
28 +inherit cmake tmpfiles
29
30 DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software packages"
31 HOMEPAGE="https://www.unix-ag.uni-kl.de/~bloch/acng/
32 @@ -95,3 +95,7 @@ src_install() {
33
34 cmake_src_install
35 }
36 +
37 +pkg_postinst() {
38 + tmpfiles_process "${PN}.conf"
39 +}