Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.1-r1.ebuild nettle-2.7.1.ebuild ChangeLog
Date: Tue, 10 Jun 2014 00:41:10
Message-Id: 20140610004107.4CE302004E@flycatcher.gentoo.org
1 vapier 14/06/10 00:41:07
2
3 Modified: nettle-2.7.1-r1.ebuild nettle-2.7.1.ebuild
4 ChangeLog
5 Log:
6 Add arm64 love.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.5 dev-libs/nettle/nettle-2.7.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild?r1=1.4&r2=1.5
16
17 Index: nettle-2.7.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- nettle-2.7.1-r1.ebuild 16 Feb 2014 09:06:27 -0000 1.4
24 +++ nettle-2.7.1-r1.ebuild 10 Jun 2014 00:41:07 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild,v 1.4 2014/02/16 09:06:27 alonbl Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r1.ebuild,v 1.5 2014/06/10 00:41:07 vapier Exp $
30
31 EAPI=5
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
36 SLOT="0/4" # subslot = libnettle soname version
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
39 IUSE="doc +gmp neon static-libs test"
40
41 DEPEND="gmp? ( dev-libs/gmp )"
42
43
44
45 1.13 dev-libs/nettle/nettle-2.7.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild?rev=1.13&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild?rev=1.13&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild?r1=1.12&r2=1.13
50
51 Index: nettle-2.7.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild,v
54 retrieving revision 1.12
55 retrieving revision 1.13
56 diff -u -r1.12 -r1.13
57 --- nettle-2.7.1.ebuild 10 Jun 2014 00:40:15 -0000 1.12
58 +++ nettle-2.7.1.ebuild 10 Jun 2014 00:41:07 -0000 1.13
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild,v 1.12 2014/06/10 00:40:15 vapier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1.ebuild,v 1.13 2014/06/10 00:41:07 vapier Exp $
64
65 EAPI=5
66
67 @@ -12,7 +12,7 @@
68
69 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
70 SLOT="0/4" # subslot = libnettle soname version
71 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
72 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
73 IUSE="doc +gmp neon static-libs test"
74
75 DEPEND="gmp? ( dev-libs/gmp )"
76
77
78
79 1.108 dev-libs/nettle/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.108&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.108&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?r1=1.107&r2=1.108
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
88 retrieving revision 1.107
89 retrieving revision 1.108
90 diff -u -r1.107 -r1.108
91 --- ChangeLog 10 Jun 2014 00:40:15 -0000 1.107
92 +++ ChangeLog 10 Jun 2014 00:41:07 -0000 1.108
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-libs/nettle
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.107 2014/06/10 00:40:15 vapier Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.108 2014/06/10 00:41:07 vapier Exp $
98 +
99 + 10 Jun 2014; Mike Frysinger <vapier@g.o> nettle-2.7.1-r1.ebuild,
100 + nettle-2.7.1.ebuild:
101 + Add arm64 love.
102
103 10 Jun 2014; Mike Frysinger <vapier@g.o> nettle-2.7.1.ebuild:
104 Mark sh stable.