commit:     29d1ba115c21549ad35207b814b95a445309d975
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 12:49:43 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 12:49:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d1ba11

net-misc/kea: Removed old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-misc/kea/Manifest               |  2 --
 net-misc/kea/kea-1.4.0_p1.ebuild    | 68 -------------------------------------
 net-misc/kea/kea-1.5.0_beta2.ebuild | 67 ------------------------------------
 3 files changed, 137 deletions(-)

diff --git a/net-misc/kea/Manifest b/net-misc/kea/Manifest
index f8873aad00d..0cb0ffde94f 100644
--- a/net-misc/kea/Manifest
+++ b/net-misc/kea/Manifest
@@ -1,4 +1,2 @@
-DIST kea-1.4.0-P1.tar.gz 6645111 BLAKE2B 
290b7bcf8b32fcf2762240f2173cb45c035187c7dfd1affd0fd8a947721745ea9d8846be365ee3f9331d578b7bc248ee53a1e37666585a62c90d7dc541c7aaa5
 SHA512 
beb3baae09510de970fb5c1a301c57d64fc56d825d964f413357ba448b993d0a4f714d4efa4da166d3c06623a9ae78b70c25b61793e696551cb97b7e08d5e634
-DIST kea-1.5.0-beta2.tar.gz 7372364 BLAKE2B 
bb5c8c119fbf52ceea58998cb37b19286ea85f30f67d0b6f4bd27be188f2d68ec551667a136f0e9f4bf5320ed1250494b67fc26c8d15910a46976c968cd4480b
 SHA512 
c107a7a570d018a05d42bd0d521757d9036c4bdabf2943ac3c96e2f5124ec6f34fe1d60660450a51cba20b24e8fda3915e8c5ee2d3e5e6df4319ba965153b8de
 DIST kea-1.5.0.tar.gz 7395257 BLAKE2B 
dfc28916166a732714253e1e7458076643e1a40e9fbcfca78d7206155b355abedf630f19311a2b164b2af78227e9c8cd0db9afcc01015554e5b2c4c336a11c9c
 SHA512 
6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8
 DIST kea-1.6.0.tar.gz 7154301 BLAKE2B 
b05bd6cbf53140e10da2614917d2f314a048035f1ba5b33bc260166d203c3c99c1aa6438f886569aa5a809f705572096834dbb0ccea67eee1a93c1ed61fc0d9c
 SHA512 
09e670996ad3dbfc523ad7639e3cfd43147bf370069cec80a6ba6af4c45264f33318594a20073f1c5d75bd19bcaa275e3167b243e13c5a6c151c10d634f338af

diff --git a/net-misc/kea/kea-1.4.0_p1.ebuild b/net-misc/kea/kea-1.4.0_p1.ebuild
deleted file mode 100644
index b3312db88dd..00000000000
--- a/net-misc/kea/kea-1.4.0_p1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs user
-
-MY_PV="${PV//_alpha/a}"
-MY_PV="${MY_PV//_beta/b}"
-MY_PV="${MY_PV//_rc/rc}"
-MY_PV="${MY_PV//_p/-P}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
-if [[ ${PV} = 9999* ]] ; then
-       inherit autotools git-r3
-       EGIT_REPO_URI="https://github.com/isc-projects/kea.git";
-else
-       SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-               ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
-SLOT="0"
-IUSE="openssl samples"
-
-DEPEND="
-       dev-libs/boost:=
-       dev-cpp/gtest
-       dev-libs/log4cplus
-       !openssl? ( dev-libs/botan:0= )
-       openssl? ( dev-libs/openssl:= )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       [[ ${PV} = 9999* ]] && eautoreconf
-       # Brand the version with Gentoo
-       sed -i \
-               -e "/VERSION=/s:'$: Gentoo-${PR}':" \
-               configure || die
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_with openssl)
-               $(use_enable samples install-configurations)
-               --disable-static
-               --without-werror
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       newconfd "${FILESDIR}"/${PN}-confd ${PN}
-       newinitd "${FILESDIR}"/${PN}-initd ${PN}
-       find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}
-
-pkg_preinst() {
-       enewgroup dhcp
-       enewuser dhcp -1 -1 /var/lib/dhcp dhcp
-}

diff --git a/net-misc/kea/kea-1.5.0_beta2.ebuild 
b/net-misc/kea/kea-1.5.0_beta2.ebuild
deleted file mode 100644
index 6a29a56af22..00000000000
--- a/net-misc/kea/kea-1.5.0_beta2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs user
-
-MY_PV="${PV//_p/-P}"
-MY_PV="${MY_PV/_/-}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
-if [[ ${PV} = 9999* ]] ; then
-       inherit autotools git-r3
-       EGIT_REPO_URI="https://github.com/isc-projects/kea.git";
-else
-       SRC_URI="ftp://ftp.isc.org/isc/kea/${MY_P}.tar.gz
-               ftp://ftp.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz";
-       [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script
-SLOT="0"
-IUSE="openssl samples"
-
-DEPEND="
-       dev-libs/boost:=
-       dev-cpp/gtest
-       dev-libs/log4cplus
-       !openssl? ( dev-libs/botan:0= )
-       openssl? ( dev-libs/openssl:0= )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-       default
-       [[ ${PV} = *9999 ]] && eautoreconf
-       # Brand the version with Gentoo
-       sed -i \
-               -e "/VERSION=/s:'$: Gentoo-${PR}':" \
-               configure || die
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_with openssl)
-               $(use_enable samples install-configurations)
-               --disable-static
-               --without-werror
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       newconfd "${FILESDIR}"/${PN}-confd ${PN}
-       newinitd "${FILESDIR}"/${PN}-initd ${PN}
-       find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
-}
-
-pkg_preinst() {
-       enewgroup dhcp
-       enewuser dhcp -1 -1 /var/lib/dhcp dhcp
-}

Reply via email to