Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh: libssh-0.4.0.ebuild ChangeLog
Date: Fri, 08 Jan 2010 00:44:45
Message-Id: E1NT2y2-0004IS-4w@stork.gentoo.org
1 abcd 10/01/08 00:44:42
2
3 Modified: libssh-0.4.0.ebuild ChangeLog
4 Log:
5 Fix installation of examples when ROOT != /; add prefix keywords
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 net-libs/libssh/libssh-0.4.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/libssh-0.4.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/libssh-0.4.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/libssh-0.4.0.ebuild?r1=1.2&r2=1.3
14
15 Index: libssh-0.4.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libssh-0.4.0.ebuild 22 Dec 2009 15:41:44 -0000 1.2
22 +++ libssh-0.4.0.ebuild 8 Jan 2010 00:44:41 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.0.ebuild,v 1.2 2009/12/22 15:41:44 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.0.ebuild,v 1.3 2010/01/08 00:44:41 abcd Exp $
29
30 # Maintainer: check IUSE-defaults at DefineOptions.cmake
31
32 @@ -13,7 +13,7 @@
33 SRC_URI="http://www.${PN}.org/files/${P}.tar.gz"
34
35 LICENSE="LGPL-2.1"
36 -KEYWORDS="~amd64 ~hppa ~ppc ~s390 ~x86"
37 +KEYWORDS="~amd64 ~hppa ~ppc ~s390 ~x86 ~amd64-linux ~x86-linux"
38 SLOT="0"
39 IUSE="debug gcrypt examples +sftp ssh1 server static-libs zlib"
40
41 @@ -49,7 +49,7 @@
42 cmake-utils_src_install
43
44 if use examples; then
45 - insinto "${ROOT}"usr/share/doc/"${PF}"/examples
46 + insinto /usr/share/doc/${PF}/examples
47 doins examples/*.c
48 fi
49 }
50
51
52
53 1.24 net-libs/libssh/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.24&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.24&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/ChangeLog?r1=1.23&r2=1.24
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
62 retrieving revision 1.23
63 retrieving revision 1.24
64 diff -u -r1.23 -r1.24
65 --- ChangeLog 22 Dec 2009 15:41:44 -0000 1.23
66 +++ ChangeLog 8 Jan 2010 00:44:41 -0000 1.24
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-libs/libssh
69 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.23 2009/12/22 15:41:44 jer Exp $
71 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.24 2010/01/08 00:44:41 abcd Exp $
73 +
74 + 08 Jan 2010; Jonathan Callen <abcd@g.o> libssh-0.4.0.ebuild:
75 + Fix installation of examples when ROOT != /; add prefix keywords
76
77 22 Dec 2009; Jeroen Roovers <jer@g.o> libssh-0.4.0.ebuild:
78 Marked ~hppa (bug #297899).