Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh2: ChangeLog libssh2-0.18.ebuild
Date: Sun, 23 Dec 2007 12:15:45
Message-Id: E1J6Pk0-0004iA-Bm@stork.gentoo.org
1 cedk 07/12/23 12:15:36
2
3 Modified: ChangeLog
4 Added: libssh2-0.18.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.5 net-libs/libssh2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 13 Sep 2007 23:00:57 -0000 1.4
23 +++ ChangeLog 23 Dec 2007 12:15:35 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-libs/libssh2
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.4 2007/09/13 23:00:57 dragonheart Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.5 2007/12/23 12:15:35 cedk Exp $
29 +
30 +*libssh2-0.18 (23 Dec 2007)
31 +
32 + 23 Dec 2007; Cédric Krier <cedk@g.o> +libssh2-0.18.ebuild:
33 + Version bump
34
35 13 Sep 2007; Daniel Black <dragonheart@g.o> libssh2-0.17.ebuild:
36 added ~amd64 keyword - works with curl-7.17.0-r1
37
38
39
40 1.1 net-libs/libssh2/libssh2-0.18.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libssh2-0.18.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-0.18.ebuild,v 1.1 2007/12/23 12:15:35 cedk Exp $
50
51 inherit eutils
52
53 DESCRIPTION="Library implementing the SSH2 protocol"
54 HOMEPAGE="http://www.libssh2.org/"
55 SRC_URI="mirror://sourceforge/libssh2/${P}.tar.gz"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="libgcrypt"
61
62 DEPEND="!libgcrypt? ( dev-libs/openssl )
63 libgcrypt? ( dev-libs/libgcrypt )
64 sys-libs/zlib"
65 RDEPEND=${DEPEND}
66
67 src_compile() {
68 econf $(use_enable libgcrypt) || die "econf failed"
69 emake || die "emake failed"
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "emake install failed"
74 dodoc README
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list