Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/nettle: nettle-2.4.ebuild ChangeLog
Date: Sat, 03 Dec 2011 16:34:53
Message-Id: 20111203132958.E684E2004C@flycatcher.gentoo.org
1 grobian 11/12/03 13:29:58
2
3 Modified: nettle-2.4.ebuild ChangeLog
4 Log:
5 Add patch to fix compilation on Darwin, marked ~x64-macos
6
7 (Portage version: 2.2.01.19824-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 dev-libs/nettle/nettle-2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild?r1=1.1&r2=1.2
15
16 Index: nettle-2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nettle-2.4.ebuild 4 Sep 2011 04:10:48 -0000 1.1
23 +++ nettle-2.4.ebuild 3 Dec 2011 13:29:58 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.1 2011/09/04 04:10:48 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/nettle-2.4.ebuild,v 1.2 2011/12/03 13:29:58 grobian Exp $
29
30 EAPI="4"
31
32 -inherit autotools
33 +inherit eutils autotools
34
35 DESCRIPTION="Low-level cryptographic library"
36 HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/"
37 @@ -12,7 +12,7 @@
38
39 LICENSE="|| ( LGPL-3 LGPL-2.1 )"
40 SLOT="0"
41 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
42 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
43 IUSE="gmp ssl"
44
45 DEPEND="gmp? ( dev-libs/gmp )
46 @@ -21,6 +21,7 @@
47
48 src_prepare() {
49 sed -e "/CFLAGS=/s: -ggdb3::" -i configure.ac || die "sed failed"
50 + epatch "${FILESDIR}"/${P}-darwin-shlink.patch
51 eautoreconf
52 }
53
54
55
56
57 1.46 dev-libs/nettle/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.46&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?rev=1.46&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nettle/ChangeLog?r1=1.45&r2=1.46
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v
66 retrieving revision 1.45
67 retrieving revision 1.46
68 diff -u -r1.45 -r1.46
69 --- ChangeLog 4 Sep 2011 04:10:48 -0000 1.45
70 +++ ChangeLog 3 Dec 2011 13:29:58 -0000 1.46
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-libs/nettle
73 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.45 2011/09/04 04:10:48 radhermit Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nettle/ChangeLog,v 1.46 2011/12/03 13:29:58 grobian Exp $
76 +
77 + 03 Dec 2011; Fabian Groffen <grobian@g.o>
78 + +files/nettle-2.4-darwin-shlink.patch, nettle-2.4.ebuild:
79 + Add patch to fix compilation on Darwin, marked ~x64-macos
80
81 *nettle-2.4 (04 Sep 2011)