Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/saydate: saydate-0.3.0.ebuild
Date: Mon, 03 Aug 2009 13:11:46
Message-Id: E1MXxKK-0004UK-F7@stork.gentoo.org
1 ssuominen 09/08/03 13:11:44
2
3 Modified: saydate-0.3.0.ebuild
4 Log:
5 Quoting
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.16 media-sound/saydate/saydate-0.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild?r1=1.15&r2=1.16
14
15 Index: saydate-0.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- saydate-0.3.0.ebuild 5 Jan 2007 17:53:58 -0000 1.15
22 +++ saydate-0.3.0.ebuild 3 Aug 2009 13:11:44 -0000 1.16
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.15 2007/01/05 17:53:58 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.16 2009/08/03 13:11:44 ssuominen Exp $
29
30 S=${WORKDIR}/${PN}
31 DESCRIPTION="A Linux shell program that talks the date and system uptime."
32 @@ -20,15 +20,15 @@
33
34 src_install () {
35 insinto /usr/share/man/man1
36 - doins ${S}/man/saydate.1.gz ${S}/man/au2raw.1.gz
37 + doins "${S}"/man/saydate.1.gz "${S}"/man/au2raw.1.gz
38
39 dodir /usr/share/saydate
40 insinto /usr/share/saydate
41 - doins ${S}/data/*.raw
42 + doins "${S}"/data/*.raw
43
44 - sed -i "s:/dev/audio:/dev/dsp:" ${S}/saydate
45 - sed -i "s:/dev/audio:/dev/dsp:" ${S}/au2raw
46 - sed -i "s:/dev/audio:/dev/dsp:" ${S}/DESIGN
47 + sed -i "s:/dev/audio:/dev/dsp:" "${S}"/saydate
48 + sed -i "s:/dev/audio:/dev/dsp:" "${S}"/au2raw
49 + sed -i "s:/dev/audio:/dev/dsp:" "${S}"/DESIGN
50 dodoc README TODO HISTORY DESIGN
51 - dobin saydate au2raw
52 + dobin saydate au2raw || die "dobin failed"
53 }