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-misc/gsasl: gsasl-0.2.21.ebuild
Date: Sun, 30 Sep 2007 21:51:08
Message-Id: E1Ic6YJ-0006HA-4A@stork.gentoo.org
1 ticho 07/09/30 21:42:15
2
3 Modified: gsasl-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-misc/gsasl/gsasl-0.2.21.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild?r1=1.2&r2=1.3
14
15 Index: gsasl-0.2.21.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gsasl-0.2.21.ebuild 30 Sep 2007 14:17:59 -0000 1.2
22 +++ gsasl-0.2.21.ebuild 30 Sep 2007 21:42:14 -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-misc/gsasl/gsasl-0.2.21.ebuild,v 1.2 2007/09/30 14:17:59 ticho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.21.ebuild,v 1.3 2007/09/30 21:42:14 ticho Exp $
28
29 DESCRIPTION="The GNU SASL client, server, and library"
30 HOMEPAGE="http://www.gnu.org/software/gsasl/"
31 @@ -35,7 +35,7 @@
32 }
33
34 src_install() {
35 - make DESTDIR=${D} install || die "einstall failed"
36 + emake DESTDIR="${D}" install || die "einstall failed"
37 dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README README-alpha THANKS
38 doman doc/gsasl.1
39
40
41
42
43 --
44 gentoo-commits@g.o mailing list