Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdrkit: cdrkit-1.1.7.1.ebuild
Date: Fri, 18 Apr 2008 14:42:12
Message-Id: E1Jmrn0-0006h4-Kr@stork.gentoo.org
1 beandog 08/04/18 14:42:10
2
3 Modified: cdrkit-1.1.7.1.ebuild
4 Log:
5 quote variables
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.2 app-cdr/cdrkit/cdrkit-1.1.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.7.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.7.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.7.1.ebuild?r1=1.1&r2=1.2
14
15 Index: cdrkit-1.1.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.7.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cdrkit-1.1.7.1.ebuild 18 Apr 2008 14:39:11 -0000 1.1
22 +++ cdrkit-1.1.7.1.ebuild 18 Apr 2008 14:42:10 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.7.1.ebuild,v 1.1 2008/04/18 14:39:11 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrkit/cdrkit-1.1.7.1.ebuild,v 1.2 2008/04/18 14:42:10 beandog Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -42,7 +42,7 @@
32 }
33
34 src_install() {
35 - emake DESTDIR=${D} install || die "emake install failed"
36 + emake DESTDIR="${D}" install || die "emake install failed"
37
38 dosym /usr/bin/wodim /usr/bin/cdrecord
39 dosym /usr/bin/genisoimage /usr/bin/mkisofs
40 @@ -53,33 +53,33 @@
41 dosym /usr/share/man/man1/icedax.1.bz2 /usr/share/man/man1/cdda2wav.1.bz2
42 dosym /usr/share/man/man1/readom.1.bz2 /usr/share/man/man1/readcd.1.bz2
43
44 - cd ${S}
45 + cd "${S}"
46 dodoc ABOUT Changelog FAQ FORK START TODO VERSION
47
48 - cd ${S}/doc/READMEs
49 + cd "${S}"/doc/READMEs
50 dodoc README*
51
52 - cd ${S}/doc/wodim
53 + cd "${S}"/doc/wodim
54 dodoc README*
55
56 - cd ${S}/doc/genisoimage
57 + cd "${S}"/doc/genisoimage
58 docinto genisoimage
59 dodoc *
60
61 - cd ${S}/doc/icedax
62 + cd "${S}"/doc/icedax
63 docinto icedax
64 dodoc FAQ Frontends HOWTOUSE NEEDED README TODO
65
66 - cd ${S}/doc/plattforms
67 + cd "${S}"/doc/plattforms
68 docinto platforms
69 dodoc README.{linux,parallel}
70
71 - cd ${S}
72 + cd "${S}"
73 insinto /etc
74 newins wodim/wodim.dfl wodim.conf
75 newins netscsid/netscsid.dfl netscsid.conf
76
77 - cd ${S}
78 + cd "${S}"
79 insinto /usr/include/scsilib
80 doins include/*.h
81 insinto /usr/include/scsilib/usal
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list