From 5ff3b99131a3bdfad2fc8ff8d9f912e3c71ee4e2 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Tue, 15 Apr 2014 10:16:53 +0000 Subject: Version bump to 1.4.5 set Ondrej Sury as maitnainer too. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) --- net-dns/knot/ChangeLog | 8 +++++- net-dns/knot/knot-1.4.4.ebuild | 59 ------------------------------------------ net-dns/knot/knot-1.4.5.ebuild | 59 ++++++++++++++++++++++++++++++++++++++++++ net-dns/knot/metadata.xml | 5 ++++ 4 files changed, 71 insertions(+), 60 deletions(-) delete mode 100644 net-dns/knot/knot-1.4.4.ebuild create mode 100644 net-dns/knot/knot-1.4.5.ebuild (limited to 'net-dns/knot') diff --git a/net-dns/knot/ChangeLog b/net-dns/knot/ChangeLog index b01b7caa2fe3..8ab1a25f8482 100644 --- a/net-dns/knot/ChangeLog +++ b/net-dns/knot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dns/knot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.24 2014/03/31 09:21:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.25 2014/04/15 10:16:53 scarabeus Exp $ + +*knot-1.4.5 (15 Apr 2014) + + 15 Apr 2014; Tomáš Chvátal +knot-1.4.5.ebuild, + -knot-1.4.4.ebuild, metadata.xml: + Version bump to 1.4.5 set Ondrej Sury as maitnainer too. *knot-1.4.4 (31 Mar 2014) diff --git a/net-dns/knot/knot-1.4.4.ebuild b/net-dns/knot/knot-1.4.4.ebuild deleted file mode 100644 index cd98fd9a2d32..000000000000 --- a/net-dns/knot/knot-1.4.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.4.4.ebuild,v 1.1 2014/03/31 09:21:31 scarabeus Exp $ - -EAPI=5 - -EGIT_REPO_URI="https://gitlab.labs.nic.cz/labs/${PN}.git" -[[ ${PV} == 9999 ]] && inherit autotools git-r3 -inherit eutils user - -DESCRIPTION="High-performance authoritative-only DNS server" -HOMEPAGE="http://www.knot-dns.cz/" -[[ ${PV} == 9999 ]] || SRC_URI="http://public.nic.cz/files/knot-dns/${P/_/-}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~x86" -IUSE="debug caps +fastparser" - -RDEPEND=" - dev-libs/openssl - dev-libs/userspace-rcu - caps? ( sys-libs/libcap-ng ) -" -# sys-libs/glibc -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/flex - virtual/yacc - fastparser? ( dev-util/ragel ) -" - -S="${WORKDIR}/${P/_/-}" - -src_prepare() { - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - econf \ - --with-storage="${EPREFIX}/var/lib/${PN}" \ - --with-rundir="${EPREFIX}/var/run/${PN}" \ - --disable-lto \ - --enable-recvmmsg \ - $(use_enable fastparser) \ - $(use_enable debug debug server,zones,xfr,packet,dname,rr,ns,hash,compiler) \ - $(use_enable debug debuglevel details) -} - -src_install() { - default - newinitd "${FILESDIR}/knot.init" knot -} - -pkg_postinst() { - enewgroup knot 53 - enewuser knot 53 -1 /var/lib/knot knot -} diff --git a/net-dns/knot/knot-1.4.5.ebuild b/net-dns/knot/knot-1.4.5.ebuild new file mode 100644 index 000000000000..2a6234d7e259 --- /dev/null +++ b/net-dns/knot/knot-1.4.5.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.4.5.ebuild,v 1.1 2014/04/15 10:16:53 scarabeus Exp $ + +EAPI=5 + +EGIT_REPO_URI="https://gitlab.labs.nic.cz/labs/${PN}.git" +[[ ${PV} == 9999 ]] && inherit autotools git-r3 +inherit eutils user + +DESCRIPTION="High-performance authoritative-only DNS server" +HOMEPAGE="http://www.knot-dns.cz/" +[[ ${PV} == 9999 ]] || SRC_URI="http://public.nic.cz/files/knot-dns/${P/_/-}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~x86" +IUSE="debug caps +fastparser" + +RDEPEND=" + dev-libs/openssl + dev-libs/userspace-rcu + caps? ( sys-libs/libcap-ng ) +" +# sys-libs/glibc +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/flex + virtual/yacc + fastparser? ( dev-util/ragel ) +" + +S="${WORKDIR}/${P/_/-}" + +src_prepare() { + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --with-storage="${EPREFIX}/var/lib/${PN}" \ + --with-rundir="${EPREFIX}/var/run/${PN}" \ + --disable-lto \ + --enable-recvmmsg \ + $(use_enable fastparser) \ + $(use_enable debug debug server,zones,xfr,packet,dname,rr,ns,hash,compiler) \ + $(use_enable debug debuglevel details) +} + +src_install() { + default + newinitd "${FILESDIR}/knot.init" knot +} + +pkg_postinst() { + enewgroup knot 53 + enewuser knot 53 -1 /var/lib/knot knot +} diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml index 6f82d6ca0fc2..5bba0fa612fe 100644 --- a/net-dns/knot/metadata.xml +++ b/net-dns/knot/metadata.xml @@ -1,6 +1,11 @@ + proxy-maitnainers + + ondrej.sury@nic.cz + Ondřej Surý + scarabeus@gentoo.org -- cgit v1.2.3-65-gdbad