Gentoo Archives: gentoo-commits

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