Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/scim-wnn: scim-wnn-1.0.0.ebuild scim-wnn-0.2.4.ebuild
Date: Thu, 31 Dec 2009 21:03:17
Message-Id: E1NQSAt-0005CN-2W@stork.gentoo.org
1 ssuominen 09/12/31 21:03:15
2
3 Modified: scim-wnn-1.0.0.ebuild scim-wnn-0.2.4.ebuild
4 Log:
5 Fix quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?r1=1.3&r2=1.4
14
15 Index: scim-wnn-1.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- scim-wnn-1.0.0.ebuild 5 Jan 2007 16:32:48 -0000 1.3
22 +++ scim-wnn-1.0.0.ebuild 31 Dec 2009 21:03:14 -0000 1.4
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/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.3 2007/01/05 16:32:48 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.4 2009/12/31 21:03:14 ssuominen Exp $
29
30 DESCRIPTION="Japanese input method Wnn IMEngine for SCIM"
31 HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D"
32 @@ -19,16 +19,16 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38 sed -i -e 's:$LDFLAGS conftest.$ac_ext $LIBS:conftest.$ac_ext $LIBS $LDFLAGS:g' \
39 configure || die "ldflags sed failed"
40 - cd ${S}/src
41 + cd "${S}"/src
42 sed -i -e "s:/usr/lib/wnn7:/usr/lib/wnn:g" \
43 scim_wnn_def.h wnnconversion.cpp || die "sed failed"
44 }
45
46 src_install() {
47 - make DESTDIR=${D} install || die "make install failed"
48 + make DESTDIR="${D}" install || die "make install failed"
49
50 dodoc AUTHORS THANKS README
51 }
52
53
54
55 1.5 app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild?rev=1.5&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild?rev=1.5&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild?r1=1.4&r2=1.5
60
61 Index: scim-wnn-0.2.4.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild,v
64 retrieving revision 1.4
65 retrieving revision 1.5
66 diff -u -r1.4 -r1.5
67 --- scim-wnn-0.2.4.ebuild 5 Jan 2007 16:32:48 -0000 1.4
68 +++ scim-wnn-0.2.4.ebuild 31 Dec 2009 21:03:14 -0000 1.5
69 @@ -1,6 +1,6 @@
70 -# Copyright 1999-2007 Gentoo Foundation
71 +# Copyright 1999-2009 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild,v 1.4 2007/01/05 16:32:48 flameeyes Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild,v 1.5 2009/12/31 21:03:14 ssuominen Exp $
75
76 DESCRIPTION="Japanese input method Wnn IMEngine for SCIM"
77 HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D"
78 @@ -19,13 +19,13 @@
79
80 src_unpack() {
81 unpack ${A}
82 - cd ${S}/src
83 + cd "${S}"/src
84 sed -i -e "s:/usr/lib/wnn7:/usr/lib/wnn:g" \
85 scim_wnn_def.h wnnconversion.cpp || die "sed failed"
86 }
87
88 src_install() {
89 - make DESTDIR=${D} install || die "make install failed"
90 + make DESTDIR="${D}" install || die "make install failed"
91
92 dodoc AUTHORS THANKS README
93 }