Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libgsasl: libgsasl-0.2.21.ebuild
Date: Sun, 30 Sep 2007 21:49:33
Message-Id: E1Ic6Wm-0006DQ-7z@stork.gentoo.org
1 ticho 07/09/30 21:40:40
2
3 Modified: libgsasl-0.2.21.ebuild
4 Log:
5 Use emake instead of make, fix quoting.
6 (Portage version: 2.1.3.7)
7
8 Revision Changes Path
9 1.3 net-libs/libgsasl/libgsasl-0.2.21.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild?r1=1.2&r2=1.3
14
15 Index: libgsasl-0.2.21.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libgsasl-0.2.21.ebuild 30 Sep 2007 18:47:21 -0000 1.2
22 +++ libgsasl-0.2.21.ebuild 30 Sep 2007 21:40:39 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild,v 1.2 2007/09/30 18:47:21 ticho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.21.ebuild,v 1.3 2007/09/30 21:40:39 ticho Exp $
28
29 DESCRIPTION="The GNU SASL library"
30 HOMEPAGE="http://www.gnu.org/software/gsasl/"
31 @@ -31,6 +31,6 @@
32 }
33
34 src_install() {
35 - make DESTDIR=${D} install || die "installation failed"
36 + emake DESTDIR="${D}" install || die "installation failed"
37 dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS
38 }
39
40
41
42 --
43 gentoo-commits@g.o mailing list