Gentoo Archives: gentoo-commits

From: "Marijn Schouten (hkbst)" <hkbst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lilypond: lilypond-2.11.33.ebuild lilypond-2.10.33.ebuild
Date: Mon, 24 Sep 2007 11:15:58
Message-Id: E1IZlmr-0000Xl-17@stork.gentoo.org
1 hkbst 07/09/24 11:07:37
2
3 Modified: lilypond-2.11.33.ebuild lilypond-2.10.33.ebuild
4 Log:
5 add quotes to ${D}
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 media-sound/lilypond/lilypond-2.11.33.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.11.33.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.11.33.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.11.33.ebuild?r1=1.1&r2=1.2
14
15 Index: lilypond-2.11.33.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.33.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lilypond-2.11.33.ebuild 23 Sep 2007 15:06:00 -0000 1.1
22 +++ lilypond-2.11.33.ebuild 24 Sep 2007 11:07:36 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.33.ebuild,v 1.1 2007/09/23 15:06:00 hkbst Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.11.33.ebuild,v 1.2 2007/09/24 11:07:36 hkbst Exp $
28
29 inherit eutils versionator toolchain-funcs elisp-common
30
31 @@ -89,7 +89,7 @@
32 RESTRICT=test
33
34 src_install () {
35 - emake DESTDIR=${D} vimdir=/usr/share/vim/vimfiles install || die "emake install failed"
36 + emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install || die "emake install failed"
37
38 # if use doc; then
39 # # Note: installs .html docs, .pdf docs and examples
40
41
42
43 1.2 media-sound/lilypond/lilypond-2.10.33.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild?r1=1.1&r2=1.2
48
49 Index: lilypond-2.10.33.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- lilypond-2.10.33.ebuild 23 Sep 2007 15:06:01 -0000 1.1
56 +++ lilypond-2.10.33.ebuild 24 Sep 2007 11:07:36 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild,v 1.1 2007/09/23 15:06:01 hkbst Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.10.33.ebuild,v 1.2 2007/09/24 11:07:36 hkbst Exp $
62
63 inherit eutils versionator toolchain-funcs elisp-common
64
65 @@ -89,7 +89,7 @@
66 RESTRICT=test
67
68 src_install () {
69 - emake DESTDIR=${D} vimdir=/usr/share/vim/vimfiles install || die "emake install failed"
70 + emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install || die "emake install failed"
71
72 # if use doc; then
73 # # Note: installs .html docs, .pdf docs and examples
74
75
76
77 --
78 gentoo-commits@g.o mailing list