Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/
Date: Thu, 27 Feb 2020 08:59:49
Message-Id: 1582793974.ef8cc2158d918e62810d818b11a799333b62dddb.polynomial-c@gentoo
1 commit: ef8cc2158d918e62810d818b11a799333b62dddb
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 27 08:20:55 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 27 08:59:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8cc215
7
8 net-misc/kea: Synced live ebuild
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-misc/kea/kea-9999.ebuild | 13 +++++--------
14 1 file changed, 5 insertions(+), 8 deletions(-)
15
16 diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild
17 index c915fee4402..2f6a4dc21e8 100644
18 --- a/net-misc/kea/kea-9999.ebuild
19 +++ b/net-misc/kea/kea-9999.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit toolchain-funcs user
28 +inherit toolchain-funcs
29
30 MY_PV="${PV//_p/-P}"
31 MY_PV="${MY_PV/_/-}"
32 @@ -34,7 +34,9 @@ DEPEND="
33 openssl? ( dev-libs/openssl:0= )
34 postgres? ( dev-db/postgresql:* )
35 "
36 -RDEPEND="${DEPEND}"
37 +RDEPEND="${DEPEND}
38 + acct-group/dhcp
39 + acct-user/dhcp"
40 BDEPEND="virtual/pkgconfig"
41
42 S="${WORKDIR}/${MY_P}"
43 @@ -69,8 +71,3 @@ src_install() {
44 keepdir /var/{lib,run}/${PN} /var/log
45 find "${ED}" -type f \( -name "*.a" -o -name "*.la" \) -delete || die
46 }
47 -
48 -pkg_preinst() {
49 - enewgroup dhcp
50 - enewuser dhcp -1 -1 /var/lib/dhcp dhcp
51 -}