scarabeus    14/05/27 13:28:32

  Modified:             knot-9999.ebuild ChangeLog
  Added:                knot-1.4.6.ebuild
  Removed:              knot-1.4.5.ebuild
  Log:
  Version bump to 1.4.6. Drop older. Add idn useflag. Thanks to Ondrej Sury for 
the update.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  Changes    Path
1.2                  net-dns/knot/knot-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-9999.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-9999.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-9999.ebuild?r1=1.1&r2=1.2

Index: knot-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/knot/knot-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- knot-9999.ebuild    9 Jan 2014 18:04:02 -0000       1.1
+++ knot-9999.ebuild    27 May 2014 13:28:32 -0000      1.2
@@ -1,6 +1,6 @@
 # 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-9999.ebuild,v 1.1 
2014/01/09 18:04:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-9999.ebuild,v 1.2 
2014/05/27 13:28:32 scarabeus Exp $
 
 EAPI=5
 
@@ -10,18 +10,19 @@
 
 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";
+[[ ${PV} == 9999 ]] || 
SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
 [[ ${PV} == 9999 ]] || \
 KEYWORDS="~amd64 ~x86"
-IUSE="debug caps +fastparser"
+IUSE="debug caps +fastparser idn"
 
 RDEPEND="
        dev-libs/openssl
        dev-libs/userspace-rcu
        caps? ( sys-libs/libcap-ng )
+       idn? ( net-dns/libidn )
 "
 #      sys-libs/glibc
 DEPEND="${RDEPEND}
@@ -45,7 +46,8 @@
                --enable-recvmmsg \
                $(use_enable fastparser) \
                $(use_enable debug debug 
server,zones,xfr,packet,dname,rr,ns,hash,compiler) \
-               $(use_enable debug debuglevel details)
+               $(use_enable debug debuglevel details) \
+               $(use_with idn libidn)
 }
 
 src_install() {



1.27                 net-dns/knot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   15 Apr 2014 10:45:47 -0000      1.26
+++ ChangeLog   27 May 2014 13:28:32 -0000      1.27
@@ -1,6 +1,13 @@
 # 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.26 2014/04/15 
10:45:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.27 2014/05/27 
13:28:32 scarabeus Exp $
+
+*knot-1.4.6 (27 May 2014)
+
+  27 May 2014; Tomáš Chvátal <scarab...@gentoo.org> +knot-1.4.6.ebuild,
+  -knot-1.4.5.ebuild, knot-9999.ebuild:
+  Version bump to 1.4.6. Drop older. Add idn useflag. Thanks to Ondrej Sury for
+  the update.
 
   15 Apr 2014; Tomáš Chvátal <scarab...@gentoo.org> metadata.xml:
   Update Ondrej's mail and fix typo.



1.1                  net-dns/knot/knot-1.4.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-1.4.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-1.4.6.ebuild?rev=1.1&content-type=text/plain

Index: knot-1.4.6.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.6.ebuild,v 1.1 
2014/05/27 13:28:32 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="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~x86"
IUSE="debug caps +fastparser idn"

RDEPEND="
        dev-libs/openssl
        dev-libs/userspace-rcu
        caps? ( sys-libs/libcap-ng )
        idn? ( net-dns/libidn )
"
#       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) \
                $(use_with idn libidn)
}

src_install() {
        default
        newinitd "${FILESDIR}/knot.init" knot
}

pkg_postinst() {
        enewgroup knot 53
        enewuser knot 53 -1 /var/lib/knot knot
}




Reply via email to