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/nabi: nabi-0.14.ebuild nabi-0.15.ebuild nabi-0.13.ebuild
Date: Thu, 31 Dec 2009 21:13:58
Message-Id: E1NQSLE-0005jb-7V@stork.gentoo.org
1 ssuominen 09/12/31 21:13:56
2
3 Modified: nabi-0.14.ebuild nabi-0.15.ebuild nabi-0.13.ebuild
4 Log:
5 Fix quoting
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 app-i18n/nabi/nabi-0.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild?r1=1.8&r2=1.9
14
15 Index: nabi-0.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- nabi-0.14.ebuild 5 Jan 2007 16:22:08 -0000 1.8
22 +++ nabi-0.14.ebuild 31 Dec 2009 21:13:55 -0000 1.9
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/nabi/nabi-0.14.ebuild,v 1.8 2007/01/05 16:22:08 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild,v 1.9 2009/12/31 21:13:55 ssuominen Exp $
29
30 DESCRIPTION="Simple Hanguk X Input Method"
31 HOMEPAGE="http://nabi.kldp.net/"
32 @@ -16,7 +16,7 @@
33 dev-util/pkgconfig"
34
35 src_install() {
36 - make DESTDIR=${D} install || die "make install failed"
37 + make DESTDIR="${D}" install || die "make install failed"
38
39 dodoc AUTHORS ChangeLog README NEWS
40 }
41
42
43
44 1.7 app-i18n/nabi/nabi-0.15.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?r1=1.6&r2=1.7
49
50 Index: nabi-0.15.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -u -r1.6 -r1.7
56 --- nabi-0.15.ebuild 27 Mar 2008 16:58:59 -0000 1.6
57 +++ nabi-0.15.ebuild 31 Dec 2009 21:13:55 -0000 1.7
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2008 Gentoo Foundation
60 +# Copyright 1999-2009 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.6 2008/03/27 16:58:59 nixnut Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.7 2009/12/31 21:13:55 ssuominen Exp $
64
65 DESCRIPTION="Simple Hanguk X Input Method"
66 HOMEPAGE="http://nabi.kldp.net/"
67 @@ -16,7 +16,7 @@
68 dev-util/pkgconfig"
69
70 src_install() {
71 - make DESTDIR=${D} install || die "make install failed"
72 + make DESTDIR="${D}" install || die "make install failed"
73
74 dodoc AUTHORS ChangeLog README NEWS
75 }
76
77
78
79 1.11 app-i18n/nabi/nabi-0.13.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild?rev=1.11&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild?rev=1.11&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild?r1=1.10&r2=1.11
84
85 Index: nabi-0.13.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v
88 retrieving revision 1.10
89 retrieving revision 1.11
90 diff -u -r1.10 -r1.11
91 --- nabi-0.13.ebuild 5 Jan 2007 16:22:08 -0000 1.10
92 +++ nabi-0.13.ebuild 31 Dec 2009 21:13:55 -0000 1.11
93 @@ -1,6 +1,6 @@
94 -# Copyright 1999-2007 Gentoo Foundation
95 +# Copyright 1999-2009 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v 1.10 2007/01/05 16:22:08 flameeyes Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v 1.11 2009/12/31 21:13:55 ssuominen Exp $
99
100 DESCRIPTION="Simple Hanguk X Input Method"
101 HOMEPAGE="http://nabi.kldp.net/"
102 @@ -16,7 +16,7 @@
103 dev-util/pkgconfig"
104
105 src_install() {
106 - make DESTDIR=${D} install || die
107 + make DESTDIR="${D}" install || die
108
109 dodoc AUTHORS ChangeLog README NEWS
110 }