Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/iax: iax-0.2.2.ebuild
Date: Thu, 28 Oct 2010 14:28:21
Message-Id: 20101028142814.3B1D620051@flycatcher.gentoo.org
1 ssuominen 10/10/28 14:28:14
2
3 Modified: iax-0.2.2.ebuild
4 Log:
5 quoting, unnecessary license install
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 net-libs/iax/iax-0.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild?r1=1.8&r2=1.9
15
16 Index: iax-0.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- iax-0.2.2.ebuild 23 Sep 2009 18:47:58 -0000 1.8
23 +++ iax-0.2.2.ebuild 28 Oct 2010 14:28:14 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.8 2009/09/23 18:47:58 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.9 2010/10/28 14:28:14 ssuominen Exp $
30
31 IUSE=""
32
33 @@ -25,6 +25,6 @@
34 }
35
36 src_install () {
37 - make prefix=${D}/${D_PREFIX} install
38 - dodoc NEWS COPYING AUTHORS README
39 + make prefix="${D}"/${D_PREFIX} install
40 + dodoc NEWS AUTHORS README
41 }