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/imhangul: imhangul-0.9.12.ebuild imhangul-0.9.11-r1.ebuild imhangul-0.9.13.ebuild
Date: Thu, 31 Dec 2009 21:22:45
Message-Id: E1NQSTd-00066g-Dq@stork.gentoo.org
1 ssuominen 09/12/31 21:22:37
2
3 Modified: imhangul-0.9.12.ebuild imhangul-0.9.11-r1.ebuild
4 imhangul-0.9.13.ebuild
5 Log:
6 fix quoting
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 app-i18n/imhangul/imhangul-0.9.12.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild?r1=1.7&r2=1.8
15
16 Index: imhangul-0.9.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- imhangul-0.9.12.ebuild 15 Jul 2007 07:12:30 -0000 1.7
23 +++ imhangul-0.9.12.ebuild 31 Dec 2009 21:22:36 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild,v 1.7 2007/07/15 07:12:30 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.12.ebuild,v 1.8 2009/12/31 21:22:36 ssuominen Exp $
30
31 IUSE=""
32
33 @@ -31,13 +31,13 @@
34 }
35
36 src_install() {
37 - make DESTDIR=${D} install || die
38 + make DESTDIR="${D}" install || die
39
40 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
41 }
42
43 pkg_postinst() {
44 - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules
45 + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules"
46
47 elog ""
48 elog "If you want to use one of the module as a default input method, "
49 @@ -48,5 +48,5 @@
50 }
51
52 pkg_postrm() {
53 - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules
54 + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules"
55 }
56
57
58
59 1.9 app-i18n/imhangul/imhangul-0.9.11-r1.ebuild
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild?rev=1.9&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild?rev=1.9&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild?r1=1.8&r2=1.9
64
65 Index: imhangul-0.9.11-r1.ebuild
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild,v
68 retrieving revision 1.8
69 retrieving revision 1.9
70 diff -u -r1.8 -r1.9
71 --- imhangul-0.9.11-r1.ebuild 15 Jul 2007 07:12:30 -0000 1.8
72 +++ imhangul-0.9.11-r1.ebuild 31 Dec 2009 21:22:36 -0000 1.9
73 @@ -1,6 +1,6 @@
74 -# Copyright 1999-2007 Gentoo Foundation
75 +# Copyright 1999-2009 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild,v 1.8 2007/07/15 07:12:30 mr_bones_ Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.11-r1.ebuild,v 1.9 2009/12/31 21:22:36 ssuominen Exp $
79
80 IUSE=""
81
82 @@ -31,13 +31,13 @@
83 }
84
85 src_install() {
86 - make DESTDIR=${D} install || die
87 + make DESTDIR="${D}" install || die
88
89 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
90 }
91
92 pkg_postinst() {
93 - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules
94 + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules"
95
96 elog ""
97 elog "If you want to use one of the module as a default input method, "
98 @@ -48,5 +48,5 @@
99 }
100
101 pkg_postrm() {
102 - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules
103 + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules"
104 }
105
106
107
108 1.5 app-i18n/imhangul/imhangul-0.9.13.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.13.ebuild?rev=1.5&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.13.ebuild?rev=1.5&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/imhangul/imhangul-0.9.13.ebuild?r1=1.4&r2=1.5
113
114 Index: imhangul-0.9.13.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.13.ebuild,v
117 retrieving revision 1.4
118 retrieving revision 1.5
119 diff -u -r1.4 -r1.5
120 --- imhangul-0.9.13.ebuild 15 Jul 2007 07:12:30 -0000 1.4
121 +++ imhangul-0.9.13.ebuild 31 Dec 2009 21:22:36 -0000 1.5
122 @@ -1,6 +1,6 @@
123 -# Copyright 1999-2007 Gentoo Foundation
124 +# Copyright 1999-2009 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.13.ebuild,v 1.4 2007/07/15 07:12:30 mr_bones_ Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul/imhangul-0.9.13.ebuild,v 1.5 2009/12/31 21:22:36 ssuominen Exp $
128
129 IUSE=""
130
131 @@ -31,13 +31,13 @@
132 }
133
134 src_install() {
135 - make DESTDIR=${D} install || die
136 + make DESTDIR="${D}" install || die
137
138 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
139 }
140
141 pkg_postinst() {
142 - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules
143 + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules"
144
145 elog ""
146 elog "If you want to use one of the module as a default input method, "
147 @@ -48,5 +48,5 @@
148 }
149
150 pkg_postrm() {
151 - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules
152 + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules"
153 }