Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/unbound: unbound-1.4.22.ebuild ChangeLog
Date: Fri, 20 Jun 2014 19:27:40
Message-Id: 20140620192734.DF0DD2004E@flycatcher.gentoo.org
1 grobian 14/06/20 19:27:34
2
3 Modified: unbound-1.4.22.ebuild ChangeLog
4 Log:
5 Fix for Prefix, based on patch by Matthias Maier, bug #501172, force for syntax errors in older ebuilds
6
7 (Portage version: 2.2.10.1-prefix/cvs/Darwin i386, RepoMan options: --force, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.3 net-dns/unbound/unbound-1.4.22.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild?r1=1.2&r2=1.3
15
16 Index: unbound-1.4.22.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- unbound-1.4.22.ebuild 19 Jun 2014 08:46:05 -0000 1.2
23 +++ unbound-1.4.22.ebuild 20 Jun 2014 19:27:34 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v 1.2 2014/06/19 08:46:05 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.22.ebuild,v 1.3 2014/06/20 19:27:34 grobian Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7} )
32 @@ -60,7 +60,7 @@
33 }
34
35 src_configure() {
36 - append-ldflags -Wl,-z,noexecstack
37 + [[ ${CHOST} == *-darwin* ]] || append-ldflags -Wl,-z,noexecstack
38 multilib-minimal_src_configure
39 }
40
41 @@ -77,7 +77,9 @@
42 --with-ldns="${EPREFIX}"/usr \
43 --with-libevent="${EPREFIX}"/usr \
44 --with-pidfile="${EPREFIX}"/var/run/unbound.pid \
45 - --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt
46 + --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt \
47 + --with-ssl="${EPREFIX}"/usr \
48 + --with-libexpat="${EPREFIX}"/usr
49
50 # http://unbound.nlnetlabs.nl/pipermail/unbound-users/2011-April/001801.html
51 # $(use_enable debug lock-checks) \
52
53
54
55 1.70 net-dns/unbound/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.70&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?rev=1.70&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/unbound/ChangeLog?r1=1.69&r2=1.70
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v
64 retrieving revision 1.69
65 retrieving revision 1.70
66 diff -u -r1.69 -r1.70
67 --- ChangeLog 19 Jun 2014 08:46:05 -0000 1.69
68 +++ ChangeLog 20 Jun 2014 19:27:34 -0000 1.70
69 @@ -1,6 +1,9 @@
70 # ChangeLog for net-dns/unbound
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.69 2014/06/19 08:46:05 mgorny Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.70 2014/06/20 19:27:34 grobian Exp $
74 +
75 + 20 Jun 2014; Fabian Groffen <grobian@g.o> unbound-1.4.22.ebuild:
76 + Fix for Prefix, based on patch by Matthias Maier, bug #501172
77
78 19 Jun 2014; Michał Górny <mgorny@g.o> unbound-1.4.21-r2.ebuild,
79 unbound-1.4.22.ebuild: