Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.7.1-r3.ebuild nettle-2.7.1-r2.ebuild ChangeLog
Date: Sat, 28 Feb 2015 21:34:51
Message-Id: 20150228213444.C734C12C2C@oystercatcher.gentoo.org
1 robbat2 15/02/28 21:34:44
2
3 Modified: nettle-2.7.1-r2.ebuild ChangeLog
4 Added: nettle-2.7.1-r3.ebuild
5 Log:
6 Bug #540942: gmp w/o 32-bit will cause nettle to compile successfully, but be missing libhogweed, cascading to other build failures (eg rtmpdump); bump so that anybody who installed nettle then gmp rebuilds nettle correctly.
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 dev-libs/nettle/nettle-2.7.1-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r2.ebuild?r1=1.1&r2=1.2
16
17 Index: nettle-2.7.1-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- nettle-2.7.1-r2.ebuild 3 Dec 2014 11:17:39 -0000 1.1
24 +++ nettle-2.7.1-r2.ebuild 28 Feb 2015 21:34:44 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r2.ebuild,v 1.1 2014/12/03 11:17:39 alonbl Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r2.ebuild,v 1.2 2015/02/28 21:34:44 robbat2 Exp $
31
32 EAPI=5
33 AUTOTOOLS_AUTORECONF=yes
34 @@ -16,7 +16,7 @@
35 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 ~m68k-mint ~sparc-solaris ~x86-solaris"
36 IUSE="doc +gmp neon static-libs test"
37
38 -DEPEND="gmp? ( dev-libs/gmp )"
39 +DEPEND="gmp? ( dev-libs/gmp[${MULTILIB_USEDEP}] )"
40 RDEPEND="${DEPEND}
41 abi_x86_32? (
42 !<=app-emulation/emul-linux-x86-baselibs-20131008-r17
43
44
45
46 1.117 dev-libs/nettle/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.117&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.117&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?r1=1.116&r2=1.117
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
55 retrieving revision 1.116
56 retrieving revision 1.117
57 diff -u -r1.116 -r1.117
58 --- ChangeLog 16 Jan 2015 11:52:34 -0000 1.116
59 +++ ChangeLog 28 Feb 2015 21:34:44 -0000 1.117
60 @@ -1,6 +1,14 @@
61 # ChangeLog for dev-libs/nettle
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.116 2015/01/16 11:52:34 armin76 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.117 2015/02/28 21:34:44 robbat2 Exp $
65 +
66 +*nettle-2.7.1-r3 (28 Feb 2015)
67 +
68 + 28 Feb 2015; Robin H. Johnson <robbat2@g.o> +nettle-2.7.1-r3.ebuild,
69 + nettle-2.7.1-r2.ebuild:
70 + Bug #540942: gmp w/o 32-bit will cause nettle to compile successfully, but be
71 + missing libhogweed, cascading to other build failures (eg rtmpdump); bump so
72 + that anybody who installed nettle then gmp rebuilds nettle correctly.
73
74 16 Jan 2015; Raúl Porcel <armin76@g.o> nettle-2.7.1-r1.ebuild:
75 alpha/arm64/ia64/s390/sparc stable wrt #525160
76
77
78
79 1.1 dev-libs/nettle/nettle-2.7.1-r3.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r3.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r3.ebuild?rev=1.1&content-type=text/plain
83
84 Index: nettle-2.7.1-r3.ebuild
85 ===================================================================
86 # Copyright 1999-2015 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.7.1-r3.ebuild,v 1.1 2015/02/28 21:34:44 robbat2 Exp $
89
90 EAPI=5
91 AUTOTOOLS_AUTORECONF=yes
92
93 inherit eutils autotools-multilib multilib toolchain-funcs
94
95 DESCRIPTION="Low-level cryptographic library"
96 HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
97 SRC_URI="http://www.lysator.liu.se/~nisse/archive/${P}.tar.gz"
98
99 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
100 SLOT="0/4" # subslot = libnettle soname version
101 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 ~m68k-mint ~sparc-solaris ~x86-solaris"
102 IUSE="doc +gmp neon static-libs test"
103
104 DEPEND="gmp? ( dev-libs/gmp[${MULTILIB_USEDEP}] )"
105 RDEPEND="${DEPEND}
106 abi_x86_32? (
107 !<=app-emulation/emul-linux-x86-baselibs-20131008-r17
108 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
109 )"
110
111 src_prepare() {
112 tc-is-static-only || epatch "${FILESDIR}"/${PN}-2.7-shared.patch
113
114 sed -e '/CFLAGS=/s: -ggdb3::' \
115 -e 's/solaris\*)/sunldsolaris*)/' \
116 -i configure.ac || die
117
118 # conditionally build tests and examples required by tests
119 use test || sed -i '/SUBDIRS/s/testsuite examples//' Makefile.in || die
120
121 autotools-utils_src_prepare
122 }
123
124 multilib_src_configure() {
125 # --disable-openssl bug #427526
126 ECONF_SOURCE="${S}" econf \
127 --libdir="${EPREFIX}"/usr/$(get_libdir) \
128 $(use_enable gmp public-key) \
129 $(use_enable static-libs static) \
130 --disable-openssl \
131 $(tc-is-static-only && echo --disable-shared) \
132 $(use_enable doc documentation) \
133 $(use_enable neon arm-neon)
134 }
135
136 multilib_src_install_all() {
137 einstalldocs
138 if use doc ; then
139 dohtml nettle.html
140 dodoc nettle.pdf
141 fi
142 }