public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/nabi: nabi-0.14.ebuild nabi-0.15.ebuild nabi-0.13.ebuild
@ 2009-12-31 21:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-12-31 21:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/31 21:13:56

  Modified:             nabi-0.14.ebuild nabi-0.15.ebuild nabi-0.13.ebuild
  Log:
  Fix quoting
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-i18n/nabi/nabi-0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild?r1=1.8&r2=1.9

Index: nabi-0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nabi-0.14.ebuild	5 Jan 2007 16:22:08 -0000	1.8
+++ nabi-0.14.ebuild	31 Dec 2009 21:13:55 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild,v 1.8 2007/01/05 16:22:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild,v 1.9 2009/12/31 21:13:55 ssuominen Exp $
 
 DESCRIPTION="Simple Hanguk X Input Method"
 HOMEPAGE="http://nabi.kldp.net/"
@@ -16,7 +16,7 @@
 	dev-util/pkgconfig"
 
 src_install() {
-	make DESTDIR=${D} install || die "make install failed"
+	make DESTDIR="${D}" install || die "make install failed"
 
 	dodoc AUTHORS ChangeLog README NEWS
 }



1.7                  app-i18n/nabi/nabi-0.15.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild?r1=1.6&r2=1.7

Index: nabi-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nabi-0.15.ebuild	27 Mar 2008 16:58:59 -0000	1.6
+++ nabi-0.15.ebuild	31 Dec 2009 21:13:55 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.6 2008/03/27 16:58:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.15.ebuild,v 1.7 2009/12/31 21:13:55 ssuominen Exp $
 
 DESCRIPTION="Simple Hanguk X Input Method"
 HOMEPAGE="http://nabi.kldp.net/"
@@ -16,7 +16,7 @@
 	dev-util/pkgconfig"
 
 src_install() {
-	make DESTDIR=${D} install || die "make install failed"
+	make DESTDIR="${D}" install || die "make install failed"
 
 	dodoc AUTHORS ChangeLog README NEWS
 }



1.11                 app-i18n/nabi/nabi-0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild?r1=1.10&r2=1.11

Index: nabi-0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nabi-0.13.ebuild	5 Jan 2007 16:22:08 -0000	1.10
+++ nabi-0.13.ebuild	31 Dec 2009 21:13:55 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v 1.10 2007/01/05 16:22:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.13.ebuild,v 1.11 2009/12/31 21:13:55 ssuominen Exp $
 
 DESCRIPTION="Simple Hanguk X Input Method"
 HOMEPAGE="http://nabi.kldp.net/"
@@ -16,7 +16,7 @@
 	dev-util/pkgconfig"
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 
 	dodoc AUTHORS ChangeLog README NEWS
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-31 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-31 21:13 [gentoo-commits] gentoo-x86 commit in app-i18n/nabi: nabi-0.14.ebuild nabi-0.15.ebuild nabi-0.13.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox