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, 29 Aug 2019 12:50:22
Message-Id: 1567082997.29d1ba115c21549ad35207b814b95a445309d975.polynomial-c@gentoo
1 commit: 29d1ba115c21549ad35207b814b95a445309d975
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 12:49:43 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 12:49:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d1ba11
7
8 net-misc/kea: Removed old
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-misc/kea/Manifest | 2 --
14 net-misc/kea/kea-1.4.0_p1.ebuild | 68 -------------------------------------
15 net-misc/kea/kea-1.5.0_beta2.ebuild | 67 ------------------------------------
16 3 files changed, 137 deletions(-)
17
18 diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest
19 index f8873aad00d..0cb0ffde94f 100644
20 --- a/net-misc/kea/Manifest
21 +++ b/net-misc/kea/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST kea-1.4.0-P1.tar.gz 6645111 BLAKE2B 290b7bcf8b32fcf2762240f2173cb45c035187c7dfd1affd0fd8a947721745ea9d8846be365ee3f9331d578b7bc248ee53a1e37666585a62c90d7dc541c7aaa5 SHA512 beb3baae09510de970fb5c1a301c57d64fc56d825d964f413357ba448b993d0a4f714d4efa4da166d3c06623a9ae78b70c25b61793e696551cb97b7e08d5e634
24 -DIST kea-1.5.0-beta2.tar.gz 7372364 BLAKE2B bb5c8c119fbf52ceea58998cb37b19286ea85f30f67d0b6f4bd27be188f2d68ec551667a136f0e9f4bf5320ed1250494b67fc26c8d15910a46976c968cd4480b SHA512 c107a7a570d018a05d42bd0d521757d9036c4bdabf2943ac3c96e2f5124ec6f34fe1d60660450a51cba20b24e8fda3915e8c5ee2d3e5e6df4319ba965153b8de
25 DIST kea-1.5.0.tar.gz 7395257 BLAKE2B dfc28916166a732714253e1e7458076643e1a40e9fbcfca78d7206155b355abedf630f19311a2b164b2af78227e9c8cd0db9afcc01015554e5b2c4c336a11c9c SHA512 6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8
26 DIST kea-1.6.0.tar.gz 7154301 BLAKE2B b05bd6cbf53140e10da2614917d2f314a048035f1ba5b33bc260166d203c3c99c1aa6438f886569aa5a809f705572096834dbb0ccea67eee1a93c1ed61fc0d9c SHA512 09e670996ad3dbfc523ad7639e3cfd43147bf370069cec80a6ba6af4c45264f33318594a20073f1c5d75bd19bcaa275e3167b243e13c5a6c151c10d634f338af
27
28 diff --git a/net-misc/kea/kea-1.4.0_p1.ebuild b/net-misc/kea/kea-1.4.0_p1.ebuild
29 deleted file mode 100644
30 index b3312db88dd..00000000000
31 --- a/net-misc/kea/kea-1.4.0_p1.ebuild
32 +++ /dev/null
33 @@ -1,68 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit toolchain-funcs user
40 -
41 -MY_PV="${PV//_alpha/a}"
42 -MY_PV="${MY_PV//_beta/b}"
43 -MY_PV="${MY_PV//_rc/rc}"
44 -MY_PV="${MY_PV//_p/-P}"
45 -MY_P="${PN}-${MY_PV}"
46 -DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
47 -HOMEPAGE="http://www.isc.org/kea/"
48 -if [[ ${PV} = 9999* ]] ; then
49 - inherit autotools git-r3
50 - EGIT_REPO_URI="https://github.com/isc-projects/kea.git"
51 -else
52 - SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
53 - ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz"
54 - KEYWORDS="~amd64 ~x86"
55 -fi
56 -
57 -LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
58 -SLOT="0"
59 -IUSE="openssl samples"
60 -
61 -DEPEND="
62 - dev-libs/boost:=
63 - dev-cpp/gtest
64 - dev-libs/log4cplus
65 - !openssl? ( dev-libs/botan:0= )
66 - openssl? ( dev-libs/openssl:= )
67 -"
68 -RDEPEND="${DEPEND}"
69 -
70 -S="${WORKDIR}/${MY_P}"
71 -
72 -src_prepare() {
73 - default
74 - [[ ${PV} = 9999* ]] && eautoreconf
75 - # Brand the version with Gentoo
76 - sed -i \
77 - -e "/VERSION=/s:'$: Gentoo-${PR}':" \
78 - configure || die
79 -}
80 -
81 -src_configure() {
82 - local myeconfargs=(
83 - $(use_with openssl)
84 - $(use_enable samples install-configurations)
85 - --disable-static
86 - --without-werror
87 - )
88 - econf "${myeconfargs[@]}"
89 -}
90 -
91 -src_install() {
92 - default
93 - newconfd "${FILESDIR}"/${PN}-confd ${PN}
94 - newinitd "${FILESDIR}"/${PN}-initd ${PN}
95 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
96 -}
97 -
98 -pkg_preinst() {
99 - enewgroup dhcp
100 - enewuser dhcp -1 -1 /var/lib/dhcp dhcp
101 -}
102
103 diff --git a/net-misc/kea/kea-1.5.0_beta2.ebuild b/net-misc/kea/kea-1.5.0_beta2.ebuild
104 deleted file mode 100644
105 index 6a29a56af22..00000000000
106 --- a/net-misc/kea/kea-1.5.0_beta2.ebuild
107 +++ /dev/null
108 @@ -1,67 +0,0 @@
109 -# Copyright 1999-2018 Gentoo Authors
110 -# Distributed under the terms of the GNU General Public License v2
111 -
112 -EAPI=6
113 -
114 -inherit toolchain-funcs user
115 -
116 -MY_PV="${PV//_p/-P}"
117 -MY_PV="${MY_PV/_/-}"
118 -MY_P="${PN}-${MY_PV}"
119 -DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
120 -HOMEPAGE="http://www.isc.org/kea/"
121 -if [[ ${PV} = 9999* ]] ; then
122 - inherit autotools git-r3
123 - EGIT_REPO_URI="https://github.com/isc-projects/kea.git"
124 -else
125 - SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
126 - ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz"
127 - [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
128 - KEYWORDS="~amd64 ~x86"
129 -fi
130 -
131 -LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
132 -SLOT="0"
133 -IUSE="openssl samples"
134 -
135 -DEPEND="
136 - dev-libs/boost:=
137 - dev-cpp/gtest
138 - dev-libs/log4cplus
139 - !openssl? ( dev-libs/botan:0= )
140 - openssl? ( dev-libs/openssl:0= )
141 -"
142 -RDEPEND="${DEPEND}"
143 -
144 -S="${WORKDIR}/${MY_P}"
145 -
146 -src_prepare() {
147 - default
148 - [[ ${PV} = *9999 ]] && eautoreconf
149 - # Brand the version with Gentoo
150 - sed -i \
151 - -e "/VERSION=/s:'$: Gentoo-${PR}':" \
152 - configure || die
153 -}
154 -
155 -src_configure() {
156 - local myeconfargs=(
157 - $(use_with openssl)
158 - $(use_enable samples install-configurations)
159 - --disable-static
160 - --without-werror
161 - )
162 - econf "${myeconfargs[@]}"
163 -}
164 -
165 -src_install() {
166 - default
167 - newconfd "${FILESDIR}"/${PN}-confd ${PN}
168 - newinitd "${FILESDIR}"/${PN}-initd ${PN}
169 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
170 -}
171 -
172 -pkg_preinst() {
173 - enewgroup dhcp
174 - enewuser dhcp -1 -1 /var/lib/dhcp dhcp
175 -}