Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gnutu: gnutu-2.0.ebuild
Date: Fri, 01 Jan 2010 18:21:16
Message-Id: E1NQm7d-0002us-OK@stork.gentoo.org
1 ssuominen 10/01/01 18:21:13
2
3 Modified: gnutu-2.0.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 app-misc/gnutu/gnutu-2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: gnutu-2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gnutu-2.0.ebuild 1 Jan 2006 09:48:23 -0000 1.2
22 +++ gnutu-2.0.ebuild 1 Jan 2010 18:21:13 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild,v 1.2 2006/01/01 09:48:23 chriswhite Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/gnutu-2.0.ebuild,v 1.3 2010/01/01 18:21:13 ssuominen Exp $
29
30 inherit mono eutils
31
32 @@ -23,9 +23,9 @@
33 epatch "${FILESDIR}"/${P}-event.patch
34
35 # lmao :/
36 - rm ${S}/pixmaps/Makefile.am~
37 + rm "${S}"/pixmaps/Makefile.am~
38 }
39
40 src_install() {
41 - make install DESTDIR=${D} || die
42 + make install DESTDIR="${D}" || die
43 }