Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh: libssh-0.4.8.ebuild ChangeLog libssh-9999.ebuild libssh-0.3.4.ebuild libssh-0.4.4.ebuild libssh-0.4.6.ebuild
Date: Mon, 21 Feb 2011 15:10:02
Message-Id: 20110221150951.5BE6320054@flycatcher.gentoo.org
1 scarabeus 11/02/21 15:09:51
2
3 Modified: libssh-0.4.8.ebuild ChangeLog libssh-9999.ebuild
4 Removed: libssh-0.3.4.ebuild libssh-0.4.4.ebuild
5 libssh-0.4.6.ebuild
6 Log:
7 Sync live ebuild with latest release. Drop overshadowed. Stabilise 0.4.8 on amd64 and x86.
8
9 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 net-libs/libssh/libssh-0.4.8.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.4.8.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.4.8.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-0.4.8.ebuild?r1=1.1&r2=1.2
17
18 Index: libssh-0.4.8.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.8.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- libssh-0.4.8.ebuild 1 Feb 2011 07:49:55 -0000 1.1
25 +++ libssh-0.4.8.ebuild 21 Feb 2011 15:09:51 -0000 1.2
26 @@ -1,19 +1,19 @@
27 # Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.8.ebuild,v 1.1 2011/02/01 07:49:55 radhermit Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.4.8.ebuild,v 1.2 2011/02/21 15:09:51 scarabeus Exp $
31
32 # Maintainer: check IUSE-defaults at DefineOptions.cmake
33
34 EAPI=3
35
36 -inherit cmake-utils
37 +inherit eutils cmake-utils
38
39 DESCRIPTION="Access a working SSH implementation by means of a library"
40 HOMEPAGE="http://www.libssh.org/"
41 SRC_URI="http://www.${PN}.org/files/${PV:0:3}/${P}.tar.gz"
42
43 LICENSE="LGPL-2.1"
44 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
45 +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
46 SLOT="0"
47 IUSE="debug examples gcrypt pcap +sftp ssh1 server static-libs zlib"
48
49 @@ -31,7 +31,7 @@
50 }
51
52 src_configure() {
53 - mycmakeargs=(
54 + local mycmakeargs=(
55 $(cmake-utils_use_with debug DEBUG_CALLTRACE)
56 $(cmake-utils_use_with debug DEBUG_CRYPTO)
57 $(cmake-utils_use_with gcrypt)
58 @@ -50,7 +50,7 @@
59 cmake-utils_src_install
60
61 if use examples; then
62 - insinto "${EROOT}"usr/share/doc/"${PF}"/examples
63 + insinto /usr/share/doc/"${PF}"/examples
64 doins examples/*.c
65 fi
66 }
67
68
69
70 1.39 net-libs/libssh/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.39&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?rev=1.39&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/ChangeLog?r1=1.38&r2=1.39
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v
79 retrieving revision 1.38
80 retrieving revision 1.39
81 diff -u -r1.38 -r1.39
82 --- ChangeLog 1 Feb 2011 07:49:55 -0000 1.38
83 +++ ChangeLog 21 Feb 2011 15:09:51 -0000 1.39
84 @@ -1,6 +1,18 @@
85 # ChangeLog for net-libs/libssh
86 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.38 2011/02/01 07:49:55 radhermit Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.39 2011/02/21 15:09:51 scarabeus Exp $
89 +
90 + 21 Feb 2011; Tomáš Chvátal <scarabeus@g.o> -libssh-0.3.4.ebuild,
91 + -libssh-0.4.4.ebuild, -libssh-0.4.6.ebuild, libssh-0.4.8.ebuild,
92 + libssh-9999.ebuild:
93 + Sync live ebuild with latest release. Drop overshadowed. Stabilise 0.4.8 on
94 + amd64 and x86.
95 +
96 + 21 Feb 2011; Tomáš Chvátal <scarabeus@g.o> -libssh-0.3.4.ebuild,
97 + -libssh-0.4.4.ebuild, -libssh-0.4.6.ebuild, libssh-0.4.8.ebuild,
98 + libssh-9999.ebuild:
99 + Sync live ebuild with latest release. Drop overshadowed. Stabilise 0.4.8 on
100 + amd64 and x86.
101
102 *libssh-0.4.8 (01 Feb 2011)
103
104
105
106
107 1.3 net-libs/libssh/libssh-9999.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-9999.ebuild?rev=1.3&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-9999.ebuild?rev=1.3&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh/libssh-9999.ebuild?r1=1.2&r2=1.3
112
113 Index: libssh-9999.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v
116 retrieving revision 1.2
117 retrieving revision 1.3
118 diff -u -r1.2 -r1.3
119 --- libssh-9999.ebuild 1 Jan 2011 15:59:57 -0000 1.2
120 +++ libssh-9999.ebuild 21 Feb 2011 15:09:51 -0000 1.3
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2011 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.2 2011/01/01 15:59:57 scarabeus Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-9999.ebuild,v 1.3 2011/02/21 15:09:51 scarabeus Exp $
126
127 EAPI=3
128
129 @@ -29,15 +29,16 @@
130 }
131
132 src_configure() {
133 - mycmakeargs=(
134 + local mycmakeargs=(
135 $(cmake-utils_use_with debug DEBUG_CALLTRACE)
136 $(cmake-utils_use_with debug DEBUG_CRYPTO)
137 $(cmake-utils_use_with gcrypt)
138 - $(cmake-utils_use_with zlib LIBZ)
139 + $(cmake-utils_use_with pcap)
140 + $(cmake-utils_use_with server)
141 $(cmake-utils_use_with sftp)
142 $(cmake-utils_use_with ssh1)
143 - $(cmake-utils_use_with server)
144 $(cmake-utils_use_with static-libs STATIC_LIB)
145 + $(cmake-utils_use_with zlib LIBZ)
146 )
147
148 cmake-utils_src_configure
149 @@ -47,7 +48,7 @@
150 cmake-utils_src_install
151
152 if use examples; then
153 - insinto "${EROOT}"usr/share/doc/"${PF}"/examples
154 + insinto /usr/share/doc/"${PF}"/examples
155 doins examples/*.c
156 fi
157 }