Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/dclib: dclib-0.3.23.ebuild ChangeLog
Date: Thu, 29 Jul 2010 08:45:05
Message-Id: 20100729084501.9CC1B2CE15@corvid.gentoo.org
1 ssuominen 10/07/29 08:45:01
2
3 Modified: dclib-0.3.23.ebuild ChangeLog
4 Log:
5 Fix building with OpenSSL >= 1.0.0 wrt #330291 by Diego E. Pettenò.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 net-p2p/dclib/dclib-0.3.23.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild?r1=1.8&r2=1.9
14
15 Index: dclib-0.3.23.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- dclib-0.3.23.ebuild 23 Mar 2010 10:38:10 -0000 1.8
22 +++ dclib-0.3.23.ebuild 29 Jul 2010 08:45:01 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild,v 1.8 2010/03/23 10:38:10 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild,v 1.9 2010/07/29 08:45:01 ssuominen Exp $
28
29 EAPI=2
30 inherit autotools eutils
31 @@ -21,7 +21,8 @@
32 ssl? ( dev-libs/openssl )"
33
34 src_prepare() {
35 - epatch "${FILESDIR}"/${P}-asneeded.patch
36 + epatch "${FILESDIR}"/${P}-asneeded.patch \
37 + "${FILESDIR}"/${P}-openssl-1.patch
38 eautoreconf
39 }
40
41
42
43
44 1.116 net-p2p/dclib/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dclib/ChangeLog?rev=1.116&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dclib/ChangeLog?rev=1.116&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dclib/ChangeLog?r1=1.115&r2=1.116
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v
53 retrieving revision 1.115
54 retrieving revision 1.116
55 diff -u -r1.115 -r1.116
56 --- ChangeLog 23 Mar 2010 10:38:10 -0000 1.115
57 +++ ChangeLog 29 Jul 2010 08:45:01 -0000 1.116
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-p2p/dclib
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.115 2010/03/23 10:38:10 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.116 2010/07/29 08:45:01 ssuominen Exp $
63 +
64 + 29 Jul 2010; Samuli Suominen <ssuominen@g.o> dclib-0.3.23.ebuild,
65 + +files/dclib-0.3.23-openssl-1.patch:
66 + Fix building with OpenSSL >= 1.0.0 wrt #330291 by Diego E. Pettenò.
67
68 23 Mar 2010; Samuli Suominen <ssuominen@g.o> dclib-0.3.23.ebuild,
69 +files/dclib-0.3.23-asneeded.patch: