Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/sawfish-themes: sawfish-themes-0.0.1-r3.ebuild
Date: Wed, 24 Feb 2010 14:22:56
Message-Id: E1NkI8c-0001ZK-IR@stork.gentoo.org
1 ssuominen 10/02/24 14:22:54
2
3 Modified: sawfish-themes-0.0.1-r3.ebuild
4 Log:
5 Fix quoting
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.21 x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild?r1=1.20&r2=1.21
14
15 Index: sawfish-themes-0.0.1-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- sawfish-themes-0.0.1-r3.ebuild 29 Mar 2007 08:39:54 -0000 1.20
22 +++ sawfish-themes-0.0.1-r3.ebuild 24 Feb 2010 14:22:54 -0000 1.21
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 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/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild,v 1.20 2007/03/29 08:39:54 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild,v 1.21 2010/02/24 14:22:54 ssuominen Exp $
29
30 DESCRIPTION="Some nice themes for Sawfish"
31 HOMEPAGE="http://themes.freshmeat.net/"
32 @@ -66,11 +66,9 @@
33 RDEPEND="=x11-wm/sawfish-1*"
34 S=${WORKDIR}
35
36 -src_compile() {
37 - einfo "Nothing to compile"
38 -}
39 +src_compile() { :; }
40
41 src_install() {
42 dodir /usr/share/sawfish/themes
43 - cp -pPR * ${D}/usr/share/sawfish/themes
44 + cp -pPR * "${D}"/usr/share/sawfish/themes
45 }