Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/openssl: ChangeLog openssl-0.9.8g.ebuild
Date: Fri, 16 Nov 2007 14:35:24
Message-Id: E1It2Hs-0003FQ-Dz@stork.gentoo.org
1 cardoe 07/11/16 14:35:16
2
3 Modified: ChangeLog openssl-0.9.8g.ebuild
4 Log:
5 change depend to mit-krb5 since openssl's Configure script specifically states they don't support building against heimdal and it will break. Which results in a die during the ebuild
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.254 dev-libs/openssl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.254&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/ChangeLog?rev=1.254&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/ChangeLog?r1=1.253&r2=1.254
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v
18 retrieving revision 1.253
19 retrieving revision 1.254
20 diff -u -r1.253 -r1.254
21 --- ChangeLog 12 Nov 2007 21:01:40 -0000 1.253
22 +++ ChangeLog 16 Nov 2007 14:35:15 -0000 1.254
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-libs/openssl
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.253 2007/11/12 21:01:40 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.254 2007/11/16 14:35:15 cardoe Exp $
28 +
29 + 16 Nov 2007; Doug Klima <cardoe@g.o> openssl-0.9.8g.ebuild:
30 + change depend to mit-krb5 since openssl's Configure script specifically
31 + states they don't support building against heimdal and it will break. Which
32 + results in a die during the ebuild
33
34 12 Nov 2007; Mike Frysinger <vapier@g.o> openssl-0.9.8g.ebuild:
35 Filter out $APPS from the environment #197996.
36
37
38
39 1.12 dev-libs/openssl/openssl-0.9.8g.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild?r1=1.11&r2=1.12
44
45 Index: openssl-0.9.8g.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- openssl-0.9.8g.ebuild 12 Nov 2007 21:01:40 -0000 1.11
52 +++ openssl-0.9.8g.ebuild 16 Nov 2007 14:35:15 -0000 1.12
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild,v 1.11 2007/11/12 21:01:40 vapier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8g.ebuild,v 1.12 2007/11/16 14:35:15 cardoe Exp $
58
59 inherit eutils flag-o-matic toolchain-funcs
60
61 @@ -15,7 +15,7 @@
62
63 RDEPEND="gmp? ( dev-libs/gmp )
64 zlib? ( sys-libs/zlib )
65 - kerberos? ( virtual/krb5 )"
66 + kerberos? ( app-crypt/mit-krb5 )"
67 DEPEND="${RDEPEND}
68 sys-apps/diffutils
69 >=dev-lang/perl-5
70
71
72
73 --
74 gentoo-commits@g.o mailing list