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-libs/ldns: ldns-1.6.16.ebuild ChangeLog
Date: Sun, 09 Feb 2014 16:35:34
Message-Id: 20140209163528.C05EE2004C@flycatcher.gentoo.org
1 grobian 14/02/09 16:35:28
2
3 Modified: ldns-1.6.16.ebuild ChangeLog
4 Log:
5 Fixed for Prefix, marked ~x64-solaris, by Matthias Maier in bug #500362
6
7 (Portage version: 2.2.8-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.11 net-libs/ldns/ldns-1.6.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16.ebuild?r1=1.10&r2=1.11
15
16 Index: ldns-1.6.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ldns-1.6.16.ebuild 26 Jan 2014 12:07:05 -0000 1.10
23 +++ ldns-1.6.16.ebuild 9 Feb 2014 16:35:28 -0000 1.11
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-libs/ldns/ldns-1.6.16.ebuild,v 1.10 2014/01/26 12:07:05 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16.ebuild,v 1.11 2014/02/09 16:35:28 grobian Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="python? 2:2.5"
32 @@ -13,7 +13,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos"
37 +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x64-solaris"
38 IUSE="doc gost +ecdsa python +ssl static-libs vim-syntax"
39
40 RESTRICT="test" # 1.6.9 has no test directory
41 @@ -39,7 +39,7 @@
42 $(use_enable gost) \
43 $(use_enable ssl sha2) \
44 $(use_enable static-libs static) \
45 - $(use_with ssl) \
46 + $(use_with ssl ssl "${EPREFIX}"/usr) \
47 $(use_with python pyldns) \
48 $(use_with python pyldnsx) \
49 --without-drill \
50
51
52
53 1.54 net-libs/ldns/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.54&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.54&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?r1=1.53&r2=1.54
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v
62 retrieving revision 1.53
63 retrieving revision 1.54
64 diff -u -r1.53 -r1.54
65 --- ChangeLog 26 Jan 2014 12:07:05 -0000 1.53
66 +++ ChangeLog 9 Feb 2014 16:35:28 -0000 1.54
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-libs/ldns
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.53 2014/01/26 12:07:05 ago Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.54 2014/02/09 16:35:28 grobian Exp $
72 +
73 + 09 Feb 2014; Fabian Groffen <grobian@g.o> ldns-1.6.16.ebuild:
74 + Fixed for Prefix, marked ~x64-solaris, by Matthias Maier in bug #500362
75
76 26 Jan 2014; Agostino Sarubbo <ago@g.o> ldns-1.6.16.ebuild:
77 Stable for sparc, wrt bug #477894