diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 22:57:36 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-10-17 22:57:36 +0000 |
commit | 7a995d408fbb6a72ee3ab96afd83619d89b9830b (patch) | |
tree | 000f95f364ac51643d7d20a4d4514f4e5ccfa279 /app-dicts/ipadic | |
parent | QA fixes; unquoted variables (diff) | |
download | gentoo-2-7a995d408fbb6a72ee3ab96afd83619d89b9830b.tar.gz gentoo-2-7a995d408fbb6a72ee3ab96afd83619d89b9830b.tar.bz2 gentoo-2-7a995d408fbb6a72ee3ab96afd83619d89b9830b.zip |
QA fixes; unquoted variables
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/ipadic')
-rw-r--r-- | app-dicts/ipadic/ChangeLog | 8 | ||||
-rw-r--r-- | app-dicts/ipadic/ipadic-2.6.1.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/ipadic/ipadic-2.6.3.ebuild | 6 | ||||
-rw-r--r-- | app-dicts/ipadic/ipadic-2.7.0.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/app-dicts/ipadic/ChangeLog b/app-dicts/ipadic/ChangeLog index e41519b6231b..78f35ac0db44 100644 --- a/app-dicts/ipadic/ChangeLog +++ b/app-dicts/ipadic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-dicts/ipadic -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.16 2007/08/25 16:35:54 beandog Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.17 2009/10/17 22:57:36 halcy0n Exp $ + + 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> ipadic-2.6.1.ebuild, + ipadic-2.6.3.ebuild, ipadic-2.7.0.ebuild: + QA fixes; unquoted variables 25 Aug 2007; Steve Dibb <beandog@gentoo.org> ipadic-2.7.0.ebuild: amd64 stable diff --git a/app-dicts/ipadic/ipadic-2.6.1.ebuild b/app-dicts/ipadic/ipadic-2.6.1.ebuild index a420c7a52951..a1047c9a6070 100644 --- a/app-dicts/ipadic/ipadic-2.6.1.ebuild +++ b/app-dicts/ipadic/ipadic-2.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.10 2006/04/28 13:54:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.1.ebuild,v 1.11 2009/10/17 22:57:36 halcy0n Exp $ IUSE="" @@ -21,7 +21,7 @@ src_compile() { } src_install () { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die insinto /etc doins chasenrc diff --git a/app-dicts/ipadic/ipadic-2.6.3.ebuild b/app-dicts/ipadic/ipadic-2.6.3.ebuild index 90e4018b9832..4a9882214398 100644 --- a/app-dicts/ipadic/ipadic-2.6.3.ebuild +++ b/app-dicts/ipadic/ipadic-2.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.3.ebuild,v 1.7 2006/04/28 13:54:45 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.6.3.ebuild,v 1.8 2009/10/17 22:57:36 halcy0n Exp $ IUSE="" @@ -21,7 +21,7 @@ src_compile() { } src_install () { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die insinto /etc doins chasenrc diff --git a/app-dicts/ipadic/ipadic-2.7.0.ebuild b/app-dicts/ipadic/ipadic-2.7.0.ebuild index 37f07177edd8..86431c5b59ea 100644 --- a/app-dicts/ipadic/ipadic-2.7.0.ebuild +++ b/app-dicts/ipadic/ipadic-2.7.0.ebuild @@ -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-dicts/ipadic/ipadic-2.7.0.ebuild,v 1.12 2007/08/25 16:35:54 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0.ebuild,v 1.13 2009/10/17 22:57:36 halcy0n Exp $ IUSE="" @@ -21,7 +21,7 @@ src_compile() { } src_install () { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die insinto /etc doins chasenrc |