Gentoo Archives: gentoo-commits

From: "Markus Rothe (corsair)" <corsair@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-0.18.ebuild
Date: Sat, 02 Aug 2008 21:34:12
Message-Id: E1KPOjq-0004dH-5M@stork.gentoo.org
1 corsair 08/08/02 21:34:10
2
3 Modified: ChangeLog libssh2-0.18.ebuild
4 Log:
5 Stable on ppc64; bug #233122
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.14 net-libs/libssh2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 1 Aug 2008 18:38:37 -0000 1.13
22 +++ ChangeLog 2 Aug 2008 21:34:09 -0000 1.14
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.13 2008/08/01 18:38:37 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.14 2008/08/02 21:34:09 corsair Exp $
28 +
29 + 02 Aug 2008; Markus Rothe <corsair@g.o> libssh2-0.18.ebuild:
30 + Stable on ppc64; bug #233122
31
32 01 Aug 2008; nixnut <nixnut@g.o> libssh2-0.18.ebuild:
33 Stable on ppc wrt bug 233122
34
35
36
37 1.10 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.10&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?r1=1.9&r2=1.10
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.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- libssh2-0.18.ebuild 1 Aug 2008 18:38:37 -0000 1.9
50 +++ libssh2-0.18.ebuild 2 Aug 2008 21:34:09 -0000 1.10
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.9 2008/08/01 18:38:37 nixnut Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.10 2008/08/02 21:34:09 corsair 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 )