diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-22 13:40:32 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-22 13:40:32 +0000 |
commit | 5aa74b4b47acb525369cf87c23b8bb7c7ce131f1 (patch) | |
tree | 90bc58de5efed934589a45a14a296dbc5b38d353 /net-dns/knot | |
parent | old (diff) | |
download | gentoo-2-5aa74b4b47acb525369cf87c23b8bb7c7ce131f1.tar.gz gentoo-2-5aa74b4b47acb525369cf87c23b8bb7c7ce131f1.tar.bz2 gentoo-2-5aa74b4b47acb525369cf87c23b8bb7c7ce131f1.zip |
Version bump to latest
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-dns/knot')
-rw-r--r-- | net-dns/knot/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/knot/knot-1.1.1.ebuild | 62 | ||||
-rw-r--r-- | net-dns/knot/knot-1.1.2.ebuild (renamed from net-dns/knot/knot-1.1.0.ebuild) | 2 |
3 files changed, 8 insertions, 64 deletions
diff --git a/net-dns/knot/ChangeLog b/net-dns/knot/ChangeLog index 305ed5fc92b3..cb3a26c3dcab 100644 --- a/net-dns/knot/ChangeLog +++ b/net-dns/knot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dns/knot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.14 2012/11/19 13:11:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.15 2012/11/22 13:40:31 scarabeus Exp $ + +*knot-1.1.2 (22 Nov 2012) + + 22 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> +knot-1.1.2.ebuild, + -knot-1.1.0.ebuild, -knot-1.1.1.ebuild: + Version bump to latest *knot-1.1.1 (19 Nov 2012) diff --git a/net-dns/knot/knot-1.1.1.ebuild b/net-dns/knot/knot-1.1.1.ebuild deleted file mode 100644 index 7ae394e5be1b..000000000000 --- a/net-dns/knot/knot-1.1.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.1.1.ebuild,v 1.1 2012/11/19 13:11:19 scarabeus Exp $ - -EAPI=4 - -inherit eutils autotools - -DESCRIPTION="High-performance authoritative-only DNS server" -HOMEPAGE="http://www.knot-dns.cz/" -SRC_URI="http://public.nic.cz/files/knot-dns/${P/_/-}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - dev-libs/openssl - dev-libs/userspace-rcu -" -# sys-libs/glibc -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/flex - virtual/yacc -" - -S="${WORKDIR}/${P/_/-}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-move-pidfile-to-var.patch - sed -i \ - -e 's:-Werror::g' \ - configure.ac || die - eautoreconf -} - -src_configure() { - econf \ - --sysconfdir="${EPREFIX}/etc/${PN}" \ - --libexecdir="${EPREFIX}/usr/libexec/${PN}" \ - --disable-lto \ - --enable-recvmmsg \ - $(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-dns -} - -pkg_postinst() { - if [[ -n ${REPLACING_VERSIONS} ]] ; then - elog "Remember to recompile all zones after update. Run:" - elog " # knotc stop" - elog " # knotc compile" - elog " # knotc start" - fi -} diff --git a/net-dns/knot/knot-1.1.0.ebuild b/net-dns/knot/knot-1.1.2.ebuild index 7f9baa041935..81fa53fc19d9 100644 --- a/net-dns/knot/knot-1.1.0.ebuild +++ b/net-dns/knot/knot-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.1.0.ebuild,v 1.2 2012/10/21 15:42:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.1.2.ebuild,v 1.1 2012/11/22 13:40:31 scarabeus Exp $ EAPI=4 |