scarabeus    14/09/15 15:48:37

  Modified:             ChangeLog
  Added:                knot-1.5.3.ebuild
  Removed:              knot-1.5.2.ebuild
  Log:
  Version bump to 1.5.3.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
8EEE3BE8)

Revision  Changes    Path
1.30                 net-dns/knot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   9 Sep 2014 07:09:30 -0000       1.29
+++ ChangeLog   15 Sep 2014 15:48:37 -0000      1.30
@@ -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.29 2014/09/09 
07:09:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.30 2014/09/15 
15:48:37 scarabeus Exp $
+
+*knot-1.5.3 (15 Sep 2014)
+
+  15 Sep 2014; Tomáš Chvátal <scarab...@gentoo.org> +knot-1.5.3.ebuild,
+  -knot-1.5.2.ebuild:
+  Version bump to 1.5.3.
 
 *knot-1.5.2 (09 Sep 2014)
 



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

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

Index: knot-1.5.3.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.5.3.ebuild,v 1.1 
2014/09/15 15:48:37 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