scarabeus 14/03/31 09:21:31 Modified: ChangeLog Added: knot-1.4.4.ebuild Removed: knot-1.4.2.ebuild Log: Version bump to 1.4.4 remove older. Thanks to Ondrej Caletka. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Revision Changes Path 1.24 net-dns/knot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 28 Jan 2014 09:22:20 -0000 1.23 +++ ChangeLog 31 Mar 2014 09:21:31 -0000 1.24 @@ -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.23 2014/01/28 09:22:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.24 2014/03/31 09:21:31 scarabeus Exp $ + +*knot-1.4.4 (31 Mar 2014) + + 31 Mar 2014; Tomáš Chvátal <[email protected]> +knot-1.4.4.ebuild, + -knot-1.4.2.ebuild, knot-9999.ebuild: + Version bump to 1.4.4 remove older. Thanks to Ondrej Caletka. *knot-1.4.2 (28 Jan 2014) 1.1 net-dns/knot/knot-1.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-1.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-1.4.4.ebuild?rev=1.1&content-type=text/plain Index: knot-1.4.4.ebuild =================================================================== # 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 }
