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/fvwm_sounds: fvwm_sounds-1.0.ebuild
Date: Wed, 24 Feb 2010 14:52:46
Message-Id: E1NkIbU-0002oX-8P@stork.gentoo.org
1 ssuominen 10/02/24 14:52:44
2
3 Modified: fvwm_sounds-1.0.ebuild
4 Log:
5 Quoting
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild?r1=1.17&r2=1.18
14
15 Index: fvwm_sounds-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- fvwm_sounds-1.0.ebuild 18 Aug 2006 02:26:40 -0000 1.17
22 +++ fvwm_sounds-1.0.ebuild 24 Feb 2010 14:52:43 -0000 1.18
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/fvwm_sounds/fvwm_sounds-1.0.ebuild,v 1.17 2006/08/18 02:26:40 mcummings Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild,v 1.18 2010/02/24 14:52:43 ssuominen Exp $
29
30 S=${WORKDIR}
31 DESCRIPTION="Sounds for use with FVWM"
32 @@ -15,5 +15,5 @@
33 src_install () {
34 dodir /usr/share/sounds/fvwm
35 insinto /usr/share/sounds/fvwm
36 - doins ${S}/*
37 + doins "${S}"/*
38 }