Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/
Date: Sun, 18 Jun 2017 16:23:06
Message-Id: 1497802956.e06f72167be208c628d0c51c2d50ac541c2b73f4.mattst88@gentoo
1 commit: e06f72167be208c628d0c51c2d50ac541c2b73f4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 16:06:44 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 16:22:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06f7216
7
8 www-misc/fcgiwrap: Port to EAPI=6
9
10 www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
14 index 7f64c53a10a..5158f96c498 100644
15 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
16 +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
17 @@ -1,7 +1,7 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -EAPI="5"
22 +EAPI="6"
23
24 [[ ${PV} = *9999* ]] && VCS_ECLASS="git-r3" || VCS_ECLASS=""
25 inherit autotools systemd toolchain-funcs ${VCS_ECLASS}
26 @@ -46,13 +46,14 @@ src_prepare() {
27 sed -i -e '/User/d' systemd/fcgiwrap.service || die
28 sed -i -e '/Group/d' systemd/fcgiwrap.service || die
29
30 + eapply_user
31 eautoreconf
32 }
33
34 src_configure() {
35 econf \
36 $(use_with systemd) \
37 - "$(systemd_with_unitdir)"
38 + --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
39 }
40
41 pkg_postinst() {