Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libssh: libssh-0.11.ebuild
Date: Fri, 02 Jan 2009 05:32:05
Message-Id: E1LIcdd-0006qx-Bn@stork.gentoo.org
1 vapier 09/01/02 05:32:01
2
3 Modified: libssh-0.11.ebuild
4 Log:
5 s390 love
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.5 net-libs/libssh/libssh-0.11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/libssh-0.11.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/libssh-0.11.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libssh/libssh-0.11.ebuild?r1=1.4&r2=1.5
14
15 Index: libssh-0.11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.11.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- libssh-0.11.ebuild 13 Aug 2007 21:41:37 -0000 1.4
22 +++ libssh-0.11.ebuild 2 Jan 2009 05:32:01 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 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.11.ebuild,v 1.4 2007/08/13 21:41:37 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/libssh-0.11.ebuild,v 1.5 2009/01/02 05:32:01 vapier Exp $
29
30 DESCRIPTION="access a working SSH implementation by means of a library"
31 HOMEPAGE="http://0xbadc0de.be/?part=libssh"
32 @@ -8,13 +8,13 @@
33
34 LICENSE="LGPL-2.1"
35 SLOT="0"
36 -KEYWORDS="~amd64 ppc x86"
37 +KEYWORDS="~amd64 ppc ~s390 x86"
38 IUSE=""
39
40 DEPEND="sys-libs/zlib
41 dev-libs/openssl"
42
43 src_install() {
44 - make prefix="${D}/usr" install || die "make install failed"
45 - chmod a-x ${D}/usr/include/libssh/*
46 + emake prefix="${D}/usr" install || die "make install failed"
47 + chmod a-x "${D}"/usr/include/libssh/*
48 }