From bc389a9f39ac629c9f79b81e227008fb5f028197 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Thu, 29 Dec 2016 13:29:10 +0100 Subject: net-dns/knot: Version bump to 2.3.3 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3274 --- net-dns/knot/Manifest | 2 +- net-dns/knot/knot-2.3.1.ebuild | 78 ----------------------------------------- net-dns/knot/knot-2.3.3.ebuild | 79 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 79 deletions(-) delete mode 100644 net-dns/knot/knot-2.3.1.ebuild create mode 100644 net-dns/knot/knot-2.3.3.ebuild (limited to 'net-dns/knot') diff --git a/net-dns/knot/Manifest b/net-dns/knot/Manifest index bbe30e50cc00..8d39d5569e0d 100644 --- a/net-dns/knot/Manifest +++ b/net-dns/knot/Manifest @@ -1 +1 @@ -DIST knot-2.3.1.tar.xz 1072808 SHA256 42e4ec64dc8f017329d1753eb074a5759d6bb380e1f2a272101adccc0552f9b4 SHA512 10d8c09d7cce88aba95b067da9b138af710864de4ef9c00d7ab165b4aca621d9ff15a49b5102e0cdd7bfb14e2806ed8587fd138b6e6af74a01e26e6d6ffe1163 WHIRLPOOL 70cdb9434a80c56b7e425b1aa3389ae22c9dea289a8081464be21abf6afebc46a9bffaa6363955a01aa3aa1bea3a71e46ef75dfce77c7e0a63dcd3c8622287c0 +DIST knot-2.3.3.tar.xz 1071160 SHA256 a929bce3b957a81776b1db7b43b0e4473339bf16be8dbba5abb4b0593bf43c94 SHA512 ed7b93c2d0ae15819d09a8bf77c2d12505a035dcd7777e9ac453b58c36d302c3cbaa2766e1f6d2163a71234d005494a7d9b5be436c0e16b443de4da97f7a5d9f WHIRLPOOL 4bdf92d537d90e2ad412bb0619a7b4b8f0752c9dc981b3522beece19514f22d88db083e59c0f833d9492b0a1f8d347e008350d108d4c7337c9ee748d007bbde7 diff --git a/net-dns/knot/knot-2.3.1.ebuild b/net-dns/knot/knot-2.3.1.ebuild deleted file mode 100644 index 67019dcf9fec..000000000000 --- a/net-dns/knot/knot-2.3.1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit bash-completion-r1 eutils systemd user - -DESCRIPTION="High-performance authoritative-only DNS server" -HOMEPAGE="http://www.knot-dns.cz/" -SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug dnstap doc caps +fastparser idn systemd" - -RDEPEND=" - >=net-libs/gnutls-3.3 - >=dev-libs/jansson-2.3 - >=dev-db/lmdb-0.9.15 - >=dev-libs/userspace-rcu-0.5.4 - caps? ( >=sys-libs/libcap-ng-0.6.4 ) - dnstap? ( - dev-libs/fstrm - dev-libs/protobuf-c - ) - idn? ( net-dns/libidn ) - dev-libs/libedit - systemd? ( sys-apps/systemd ) -" - -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( dev-python/sphinx ) -" - -S="${WORKDIR}/${P/_/-}" - -src_configure() { - econf \ - --with-storage="${EPREFIX}/var/lib/${PN}" \ - --with-rundir="${EPREFIX}/var/run/${PN}" \ - --with-lmdb \ - --with-bash-completions="$(get_bashcompdir)" \ - $(use_enable fastparser) \ - $(use_enable debug debug server,zones,ns,loader,dnssec) \ - $(use_enable debug debuglevel details) \ - $(use_enable dnstap) \ - $(use_enable doc documentation) \ - $(use_with idn libidn) \ - --enable-systemd=$(usex systemd) -} - -src_compile() { - default - use doc && emake -C doc html -} - -src_test() { - emake check -} - -src_install() { - use doc && HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} ) - - default - - keepdir /var/lib/${PN} - - newinitd "${FILESDIR}/knot.init" knot - systemd_dounit "${FILESDIR}/knot.service" -} - -pkg_postinst() { - enewgroup knot 53 - enewuser knot 53 -1 /var/lib/knot knot -} diff --git a/net-dns/knot/knot-2.3.3.ebuild b/net-dns/knot/knot-2.3.3.ebuild new file mode 100644 index 000000000000..ff6f084a0c12 --- /dev/null +++ b/net-dns/knot/knot-2.3.3.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit bash-completion-r1 eutils systemd user + +DESCRIPTION="High-performance authoritative-only DNS server" +HOMEPAGE="http://www.knot-dns.cz/" +SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug dnstap doc caps +fastparser idn systemd" + +RDEPEND=" + >=net-libs/gnutls-3.3:= + >=dev-libs/jansson-2.3 + >=dev-db/lmdb-0.9.15 + >=dev-libs/userspace-rcu-0.5.4 + caps? ( >=sys-libs/libcap-ng-0.6.4 ) + dnstap? ( + dev-libs/fstrm + dev-libs/protobuf-c + ) + idn? ( net-dns/libidn ) + dev-libs/libedit + systemd? ( sys-apps/systemd ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( dev-python/sphinx ) +" + +S="${WORKDIR}/${P/_/-}" + +src_configure() { + econf \ + --with-storage="${EPREFIX}/var/lib/${PN}" \ + --with-rundir="${EPREFIX}/var/run/${PN}" \ + --with-lmdb \ + --with-bash-completions="$(get_bashcompdir)" \ + $(use_enable fastparser) \ + $(use_enable debug debug server,zones,ns,loader,dnssec) \ + $(use_enable debug debuglevel details) \ + $(use_enable dnstap) \ + $(use_enable doc documentation) \ + $(use_with idn libidn) \ + --enable-systemd=$(usex systemd) +} + +src_compile() { + default + + if use doc; then + emake -C doc html + HTML_DOCS=( doc/_build/html/{*.html,*.js,_sources,_static} ) + fi +} + +src_test() { + emake check +} + +src_install() { + default + + keepdir /var/lib/${PN} + + newinitd "${FILESDIR}/knot.init" knot + systemd_dounit "${FILESDIR}/knot.service" +} + +pkg_postinst() { + enewgroup knot 53 + enewuser knot 53 -1 /var/lib/knot knot +} -- cgit v1.2.3-65-gdbad