Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh: ChangeLog libssh-0.6.4.ebuild
Date: Tue, 30 Dec 2014 07:00:23
Message-Id: 20141230070019.04253E79F@oystercatcher.gentoo.org
1 polynomial-c 14/12/30 07:00:18
2
3 Modified: ChangeLog libssh-0.6.4.ebuild
4 Log:
5 Fixed compilation with libgcrypt (bug #533424)
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.118 net-libs/libssh/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.118&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.118&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?r1=1.117&r2=1.118
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
19 retrieving revision 1.117
20 retrieving revision 1.118
21 diff -u -r1.117 -r1.118
22 --- ChangeLog 23 Dec 2014 08:35:29 -0000 1.117
23 +++ ChangeLog 30 Dec 2014 07:00:18 -0000 1.118
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-libs/libssh
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.117 2014/12/23 08:35:29 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.118 2014/12/30 07:00:18 polynomial-c Exp $
29 +
30 + 30 Dec 2014; Lars Wendler <polynomial-c@g.o> libssh-0.6.4.ebuild:
31 + Fixed compilation with libgcrypt (bug #533424).
32
33 *libssh-0.6.4 (23 Dec 2014)
34
35
36
37
38 1.2 net-libs/libssh/libssh-0.6.4.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild?r1=1.1&r2=1.2
43
44 Index: libssh-0.6.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- libssh-0.6.4.ebuild 23 Dec 2014 08:35:29 -0000 1.1
51 +++ libssh-0.6.4.ebuild 30 Dec 2014 07:00:18 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v 1.1 2014/12/23 08:35:29 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.6.4.ebuild,v 1.2 2014/12/30 07:00:18 polynomial-c Exp $
57
58 EAPI=5
59
60 @@ -9,7 +9,8 @@
61
62 DESCRIPTION="Access a working SSH implementation by means of a library"
63 HOMEPAGE="http://www.libssh.org/"
64 -SRC_URI="https://red.libssh.org/attachments/download/107/${MY_P}.tar.gz -> ${P}.tar.gz"
65 +SRC_URI="https://red.libssh.org/attachments/download/107/${MY_P}.tar.gz -> ${P}.tar.gz
66 + http://git.libssh.org/projects/libssh.git/patch/?id=3880a8ed80a4b1e2c052bd62f328bba2f869d5ae -> ${PN}-0.6.4-libgcrypt_build_fix.patch"
67
68 LICENSE="LGPL-2.1"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
70 @@ -34,6 +35,7 @@
71
72 PATCHES=(
73 "${FILESDIR}"/${PN}-0.5.0-tests.patch
74 + "${DISTDIR}"/${P}-libgcrypt_build_fix.patch
75 )
76
77 src_prepare() {