Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eix/
Date: Mon, 01 Jan 2018 10:34:59
Message-Id: 1514802885.3bee07f5b98403895848e08765949fb4d34a08e8.mgorny@gentoo
1 commit: 3bee07f5b98403895848e08765949fb4d34a08e8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 10:22:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 10:34:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bee07f5
7
8 app-portage/eix: Switch to tmpfiles.eclass (from systemd.eclass)
9
10 app-portage/eix/eix-0.33.0-r1.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/app-portage/eix/eix-0.33.0-r1.ebuild b/app-portage/eix/eix-0.33.0-r1.ebuild
14 index bd9217a151f..f651221ce02 100644
15 --- a/app-portage/eix/eix-0.33.0-r1.ebuild
16 +++ b/app-portage/eix/eix-0.33.0-r1.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23
24 PLOCALES="de ru"
25 -inherit autotools bash-completion-r1 l10n systemd flag-o-matic
26 +inherit autotools bash-completion-r1 flag-o-matic l10n tmpfiles
27
28 DESCRIPTION="Search and query ebuilds"
29 HOMEPAGE="https://github.com/vaeth/eix/"
30 @@ -83,7 +83,7 @@ src_configure() {
31 src_install() {
32 default
33 dobashcomp bash/eix
34 - systemd_dotmpfilesd tmpfiles.d/eix.conf
35 + dotmpfiles tmpfiles.d/eix.conf
36
37 rm -r "${ED%/}"/usr/bin/eix-functions.sh || die
38
39 @@ -94,7 +94,7 @@ pkg_postinst() {
40 if ! use prefix; then
41 # note: if this is done in src_install(), portage:portage
42 # ownership may be reset to root
43 - chown portage:portage "${EROOT%/}"/var/cache/eix || die
44 + tmpfiles_process eix.conf
45 fi
46
47 local obs=${EROOT%/}/var/cache/eix.previous