commit:     373fe0ead1ce6c14891d575827be0bc3256be5e3
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 21 16:09:35 2021 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Aug 21 23:20:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373fe0ea

net-misc/apt-cacher-ng: fix tmpfiles handling

Closes: https://bugs.gentoo.org/809200
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 ...acher-ng-3.6.3_p1-r1.ebuild => apt-cacher-ng-3.6.3_p1-r2.ebuild} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
similarity index 97%
rename from net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r1.ebuild
rename to net-misc/apt-cacher-ng/apt-cacher-ng-3.6.3_p1-r2.ebuild
index 4dd1587fad7..f5616939a35 100644
--- 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
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake tmpfiles
 
 DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software 
packages"
 HOMEPAGE="https://www.unix-ag.uni-kl.de/~bloch/acng/
@@ -95,3 +95,7 @@ src_install() {
 
        cmake_src_install
 }
+
+pkg_postinst() {
+       tmpfiles_process "${PN}.conf"
+}

Reply via email to