Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/knot: knot-1.4.6.ebuild knot-9999.ebuild ChangeLog knot-1.4.5.ebuild
Date: Tue, 27 May 2014 13:28:36
Message-Id: 20140527132832.877562004E@flycatcher.gentoo.org
1 scarabeus 14/05/27 13:28:32
2
3 Modified: knot-9999.ebuild ChangeLog
4 Added: knot-1.4.6.ebuild
5 Removed: knot-1.4.5.ebuild
6 Log:
7 Version bump to 1.4.6. Drop older. Add idn useflag. Thanks to Ondrej Sury for the update.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.2 net-dns/knot/knot-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-9999.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-9999.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-9999.ebuild?r1=1.1&r2=1.2
17
18 Index: knot-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-dns/knot/knot-9999.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- knot-9999.ebuild 9 Jan 2014 18:04:02 -0000 1.1
25 +++ knot-9999.ebuild 27 May 2014 13:28:32 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-9999.ebuild,v 1.1 2014/01/09 18:04:02 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-9999.ebuild,v 1.2 2014/05/27 13:28:32 scarabeus Exp $
31
32 EAPI=5
33
34 @@ -10,18 +10,19 @@
35
36 DESCRIPTION="High-performance authoritative-only DNS server"
37 HOMEPAGE="http://www.knot-dns.cz/"
38 -[[ ${PV} == 9999 ]] || SRC_URI="http://public.nic.cz/files/knot-dns/${P/_/-}.tar.gz"
39 +[[ ${PV} == 9999 ]] || SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.gz"
40
41 LICENSE="GPL-3"
42 SLOT="0"
43 [[ ${PV} == 9999 ]] || \
44 KEYWORDS="~amd64 ~x86"
45 -IUSE="debug caps +fastparser"
46 +IUSE="debug caps +fastparser idn"
47
48 RDEPEND="
49 dev-libs/openssl
50 dev-libs/userspace-rcu
51 caps? ( sys-libs/libcap-ng )
52 + idn? ( net-dns/libidn )
53 "
54 # sys-libs/glibc
55 DEPEND="${RDEPEND}
56 @@ -45,7 +46,8 @@
57 --enable-recvmmsg \
58 $(use_enable fastparser) \
59 $(use_enable debug debug server,zones,xfr,packet,dname,rr,ns,hash,compiler) \
60 - $(use_enable debug debuglevel details)
61 + $(use_enable debug debuglevel details) \
62 + $(use_with idn libidn)
63 }
64
65 src_install() {
66
67
68
69 1.27 net-dns/knot/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.27&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?rev=1.27&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/ChangeLog?r1=1.26&r2=1.27
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v
78 retrieving revision 1.26
79 retrieving revision 1.27
80 diff -u -r1.26 -r1.27
81 --- ChangeLog 15 Apr 2014 10:45:47 -0000 1.26
82 +++ ChangeLog 27 May 2014 13:28:32 -0000 1.27
83 @@ -1,6 +1,13 @@
84 # ChangeLog for net-dns/knot
85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.26 2014/04/15 10:45:47 scarabeus Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.27 2014/05/27 13:28:32 scarabeus Exp $
88 +
89 +*knot-1.4.6 (27 May 2014)
90 +
91 + 27 May 2014; Tomáš Chvátal <scarabeus@g.o> +knot-1.4.6.ebuild,
92 + -knot-1.4.5.ebuild, knot-9999.ebuild:
93 + Version bump to 1.4.6. Drop older. Add idn useflag. Thanks to Ondrej Sury for
94 + the update.
95
96 15 Apr 2014; Tomáš Chvátal <scarabeus@g.o> metadata.xml:
97 Update Ondrej's mail and fix typo.
98
99
100
101 1.1 net-dns/knot/knot-1.4.6.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-1.4.6.ebuild?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/knot/knot-1.4.6.ebuild?rev=1.1&content-type=text/plain
105
106 Index: knot-1.4.6.ebuild
107 ===================================================================
108 # Copyright 1999-2014 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 # $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.4.6.ebuild,v 1.1 2014/05/27 13:28:32 scarabeus Exp $
111
112 EAPI=5
113
114 EGIT_REPO_URI="https://gitlab.labs.nic.cz/labs/${PN}.git"
115 [[ ${PV} == 9999 ]] && inherit autotools git-r3
116 inherit eutils user
117
118 DESCRIPTION="High-performance authoritative-only DNS server"
119 HOMEPAGE="http://www.knot-dns.cz/"
120 [[ ${PV} == 9999 ]] || SRC_URI="https://secure.nic.cz/files/knot-dns/${P/_/-}.tar.gz"
121
122 LICENSE="GPL-3"
123 SLOT="0"
124 [[ ${PV} == 9999 ]] || \
125 KEYWORDS="~amd64 ~x86"
126 IUSE="debug caps +fastparser idn"
127
128 RDEPEND="
129 dev-libs/openssl
130 dev-libs/userspace-rcu
131 caps? ( sys-libs/libcap-ng )
132 idn? ( net-dns/libidn )
133 "
134 # sys-libs/glibc
135 DEPEND="${RDEPEND}
136 virtual/pkgconfig
137 sys-devel/flex
138 virtual/yacc
139 fastparser? ( dev-util/ragel )
140 "
141
142 S="${WORKDIR}/${P/_/-}"
143
144 src_prepare() {
145 [[ ${PV} == 9999 ]] && eautoreconf
146 }
147
148 src_configure() {
149 econf \
150 --with-storage="${EPREFIX}/var/lib/${PN}" \
151 --with-rundir="${EPREFIX}/var/run/${PN}" \
152 --disable-lto \
153 --enable-recvmmsg \
154 $(use_enable fastparser) \
155 $(use_enable debug debug server,zones,xfr,packet,dname,rr,ns,hash,compiler) \
156 $(use_enable debug debuglevel details) \
157 $(use_with idn libidn)
158 }
159
160 src_install() {
161 default
162 newinitd "${FILESDIR}/knot.init" knot
163 }
164
165 pkg_postinst() {
166 enewgroup knot 53
167 enewuser knot 53 -1 /var/lib/knot knot
168 }