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/vdr-channel-logos: vdr-channel-logos-0.2.ebuild
Date: Wed, 24 Feb 2010 14:21:58
Message-Id: E1NkI7c-0001WD-Vr@stork.gentoo.org
1 ssuominen 10/02/24 14:21:52
2
3 Modified: vdr-channel-logos-0.2.ebuild
4 Log:
5 Fix quoting, remove default src_unpack
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild?r1=1.4&r2=1.5
14
15 Index: vdr-channel-logos-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- vdr-channel-logos-0.2.ebuild 12 Jul 2007 07:35:24 -0000 1.4
22 +++ vdr-channel-logos-0.2.ebuild 24 Feb 2010 14:21:52 -0000 1.5
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/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild,v 1.4 2007/07/12 07:35:24 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/vdr-channel-logos/vdr-channel-logos-0.2.ebuild,v 1.5 2010/02/24 14:21:52 ssuominen Exp $
29
30 inherit eutils
31
32 @@ -17,13 +17,7 @@
33
34 S=${WORKDIR}/logos
35
36 -src_unpack() {
37 - unpack ${A}
38 - cd ${S}
39 -}
40 -
41 src_install() {
42 -
43 insinto /usr/share/vdr/channel-logos
44 - find -maxdepth 1 -name "*.xpm" -print0|xargs -0 cp -a --target=${D}/usr/share/vdr/channel-logos/
45 + find -maxdepth 1 -name "*.xpm" -print0|xargs -0 cp -a --target="${D}/usr/share/vdr/channel-logos/"
46 }