Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-0.18.ebuild
Date: Mon, 25 Aug 2008 20:18:27
Message-Id: E1KXiW9-0005Uy-0X@stork.gentoo.org
1 jer 08/08/25 20:18:25
2
3 Modified: ChangeLog libssh2-0.18.ebuild
4 Log:
5 Stable for HPPA (bug #233122).
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.15 net-libs/libssh2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.14&r2=1.15
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- ChangeLog 2 Aug 2008 21:34:09 -0000 1.14
22 +++ ChangeLog 25 Aug 2008 20:18:24 -0000 1.15
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-libs/libssh2
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.14 2008/08/02 21:34:09 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.15 2008/08/25 20:18:24 jer Exp $
28 +
29 + 25 Aug 2008; Jeroen Roovers <jer@g.o> libssh2-0.18.ebuild:
30 + Stable for HPPA (bug #233122).
31
32 02 Aug 2008; Markus Rothe <corsair@g.o> libssh2-0.18.ebuild:
33 Stable on ppc64; bug #233122
34
35
36
37 1.11 net-libs/libssh2/libssh2-0.18.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?rev=1.11&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?rev=1.11&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?r1=1.10&r2=1.11
42
43 Index: libssh2-0.18.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v
46 retrieving revision 1.10
47 retrieving revision 1.11
48 diff -u -r1.10 -r1.11
49 --- libssh2-0.18.ebuild 2 Aug 2008 21:34:09 -0000 1.10
50 +++ libssh2-0.18.ebuild 25 Aug 2008 20:18:24 -0000 1.11
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.10 2008/08/02 21:34:09 corsair Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.11 2008/08/25 20:18:24 jer Exp $
56
57 inherit eutils
58
59 @@ -10,7 +10,7 @@
60
61 LICENSE="BSD"
62 SLOT="0"
63 -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
64 +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
65 IUSE="libgcrypt"
66
67 DEPEND="!libgcrypt? ( dev-libs/openssl )