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: Tue, 27 Nov 2018 08:57:08
Message-Id: 1543308986.67a5b6c765fdbfd0467fac11f61bb0624ee5af9c.polynomial-c@gentoo
1 commit: 67a5b6c765fdbfd0467fac11f61bb0624ee5af9c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 08:56:26 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 08:56:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a5b6c7
7
8 net-misc/kea: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-misc/kea/kea-9999.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild
17 index 3968b59aff2..6a29a56af22 100644
18 --- a/net-misc/kea/kea-9999.ebuild
19 +++ b/net-misc/kea/kea-9999.ebuild
20 @@ -1,14 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 inherit toolchain-funcs user
28
29 -MY_PV="${PV//_alpha/a}"
30 -MY_PV="${MY_PV//_beta/b}"
31 -MY_PV="${MY_PV//_rc/rc}"
32 -MY_PV="${MY_PV//_p/-P}"
33 +MY_PV="${PV//_p/-P}"
34 +MY_PV="${MY_PV/_/-}"
35 MY_P="${PN}-${MY_PV}"
36 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
37 HOMEPAGE="http://www.isc.org/kea/"
38 @@ -18,6 +16,7 @@ if [[ ${PV} = 9999* ]] ; then
39 else
40 SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
41 ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz"
42 + [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
43 KEYWORDS="~amd64 ~x86"
44 fi
45
46 @@ -30,7 +29,7 @@ DEPEND="
47 dev-cpp/gtest
48 dev-libs/log4cplus
49 !openssl? ( dev-libs/botan:0= )
50 - openssl? ( dev-libs/openssl:= )
51 + openssl? ( dev-libs/openssl:0= )
52 "
53 RDEPEND="${DEPEND}"