Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/htdig: ChangeLog htdig-3.2.0_beta6-r3.ebuild
Date: Tue, 03 Mar 2015 10:26:03
Message-Id: 20150303102556.6F6AA12F15@oystercatcher.gentoo.org
1 dlan 15/03/03 10:25:56
2
3 Modified: ChangeLog htdig-3.2.0_beta6-r3.ebuild
4 Log:
5 add arm64 support, tested on A53 board
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.48 www-misc/htdig/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 2 May 2013 04:13:35 -0000 1.47
23 +++ ChangeLog 3 Mar 2015 10:25:56 -0000 1.48
24 @@ -1,6 +1,9 @@
25 # ChangeLog for www-misc/htdig
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.47 2013/05/02 04:13:35 patrick Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/ChangeLog,v 1.48 2015/03/03 10:25:56 dlan Exp $
30 +
31 + 03 Mar 2015; Yixun Lan <dlan@g.o> htdig-3.2.0_beta6-r3.ebuild:
32 + add arm64 support, tested on A53 board
33
34 02 May 2013; Patrick Lauer <patrick@g.o> htdig-3.2.0_beta6-r3.ebuild:
35 Automake 1.13 fix
36
37
38
39 1.13 www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild?r1=1.12&r2=1.13
44
45 Index: htdig-3.2.0_beta6-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- htdig-3.2.0_beta6-r3.ebuild 2 May 2013 04:13:35 -0000 1.12
52 +++ htdig-3.2.0_beta6-r3.ebuild 3 Mar 2015 10:25:56 -0000 1.13
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.12 2013/05/02 04:13:35 patrick Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-misc/htdig/htdig-3.2.0_beta6-r3.ebuild,v 1.13 2015/03/03 10:25:56 dlan Exp $
59
60 inherit eutils autotools
61
62 @@ -13,7 +13,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
67 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
68 IUSE="ssl"
69
70 DEPEND=">=sys-libs/zlib-1.1.3