diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 21:24:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-31 21:24:54 +0000 |
commit | 0527acff1f2ce0c64155c729e9782367af504248 (patch) | |
tree | dd13889a57930ff79b87c6425830e83281017bf8 /app-i18n | |
parent | Drop old with repoman issues (diff) | |
download | historical-0527acff1f2ce0c64155c729e9782367af504248.tar.gz historical-0527acff1f2ce0c64155c729e9782367af504248.tar.bz2 historical-0527acff1f2ce0c64155c729e9782367af504248.zip |
Fix quoting
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-i18n')
22 files changed, 101 insertions, 105 deletions
diff --git a/app-i18n/atokx2/atokx2-17.0-r2.ebuild b/app-i18n/atokx2/atokx2-17.0-r2.ebuild index ff9cc4fb3942..6e1203292c91 100644 --- a/app-i18n/atokx2/atokx2-17.0-r2.ebuild +++ b/app-i18n/atokx2/atokx2-17.0-r2.ebuild @@ -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/atokx2/atokx2-17.0-r2.ebuild,v 1.4 2008/09/26 17:47:59 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/atokx2/atokx2-17.0-r2.ebuild,v 1.5 2009/12/31 21:10:45 ssuominen Exp $ inherit eutils @@ -32,7 +32,7 @@ src_unpack() { } src_install() { - cd ${D} + cd "${D}" local iiimgcf if has_version '>=x11-libs/gtk+-2.4' ; then @@ -57,19 +57,19 @@ src_install() { for i in ${iiimgcf} do - tar xzf ${WORKDIR}/${UPDATE_P}/bin/IIIMF/$i || die + tar xzf "${WORKDIR}"/${UPDATE_P}/bin/IIIMF/$i || die done # /etc files - newinitd ${FILESDIR}/iiim.initd iiim || die - newconfd ${FILESDIR}/iiim.confd iiim || die + newinitd "${FILESDIR}"/iiim.initd iiim || die + newconfd "${FILESDIR}"/iiim.confd iiim || die tar xzf ${CDROM_ROOT}/bin/ATOK/atokx-${PV}-2.0.i386.tar.gz \ || die "Failed to unpack atokx-${PV}-2.0.i386.tar.gz" - tar xzf ${WORKDIR}/${UPDATE_P}/bin/ATOK/atokx-${PV}-2.1.i386.patch.tar.gz \ + tar xzf "${WORKDIR}"/${UPDATE_P}/bin/ATOK/atokx-${PV}-2.1.i386.patch.tar.gz \ || die "Failed to unpack atokx-${PV}-2.1.i386.patch.tar.gz" - newinitd ${FILESDIR}/atokx2.initd atokx2 || die + newinitd "${FILESDIR}"/atokx2.initd atokx2 || die dohtml -r ${CDROM_ROOT}/doc/* || die insinto /usr/share/doc/${PF} @@ -92,9 +92,9 @@ pkg_postinst() { elog "# /sbin/rc-update add iiim default" elog "Also, call /opt/atokx2/bin/atokx2_client.sh from appropriate file." elog - gtk-query-immodules-2.0 > ${ROOT}/$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/$(get_gtk_confdir)/gtk.immodules" } pkg_postrm() { - gtk-query-immodules-2.0 > ${ROOT}/$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/$(get_gtk_confdir)/gtk.immodules" } diff --git a/app-i18n/atokx2/atokx2-17.0.ebuild b/app-i18n/atokx2/atokx2-17.0.ebuild index e72558755e3a..c7e62414c974 100644 --- a/app-i18n/atokx2/atokx2-17.0.ebuild +++ b/app-i18n/atokx2/atokx2-17.0.ebuild @@ -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/atokx2/atokx2-17.0.ebuild,v 1.5 2008/09/26 17:47:59 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/atokx2/atokx2-17.0.ebuild,v 1.6 2009/12/31 21:10:45 ssuominen Exp $ inherit eutils @@ -30,7 +30,7 @@ src_unpack() { } src_install() { - cd ${D} + cd "${D}" local iiimgcf if has_version '>=x11-libs/gtk+-2.4' ; then @@ -53,9 +53,9 @@ src_install() { tar xzf ${CDROM_ROOT}/bin/ATOK/atokx-${PV}-2.0.i386.tar.gz || die "Failed to unpack atokx-${PV}-2.0.i386.tar.gz" - newinitd ${FILESDIR}/atokx2.initd atokx2 || die - newinitd ${FILESDIR}/iiim.initd iiim || die - newconfd ${FILESDIR}/iiim.confd iiim || die + newinitd "${FILESDIR}"/atokx2.initd atokx2 || die + newinitd "${FILESDIR}"/iiim.initd iiim || die + newconfd "${FILESDIR}"/iiim.confd iiim || die dohtml -r ${CDROM_ROOT}/doc/* || die insinto /usr/share/doc/${PF} @@ -78,9 +78,9 @@ pkg_postinst() { elog "# /sbin/rc-update add iiim default" elog "Also, call /opt/atokx2/bin/atokx2_client.sh from appropriate file." elog - gtk-query-immodules-2.0 > ${ROOT}/$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/$(get_gtk_confdir)/gtk.immodules" } pkg_postrm() { - gtk-query-immodules-2.0 > ${ROOT}/$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/$(get_gtk_confdir)/gtk.immodules" } diff --git a/app-i18n/canfep/canfep-1.0.ebuild b/app-i18n/canfep/canfep-1.0.ebuild index e82f27a5c285..20cc0a746d97 100644 --- a/app-i18n/canfep/canfep-1.0.ebuild +++ b/app-i18n/canfep/canfep-1.0.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-i18n/canfep/canfep-1.0.ebuild,v 1.5 2005/01/01 14:25:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canfep/canfep-1.0.ebuild,v 1.6 2009/12/31 21:11:28 ssuominen Exp $ inherit eutils @@ -20,21 +20,17 @@ DEPEND="app-i18n/canna RDEPEND="app-i18n/canna" src_unpack() { - unpack ${P}.tar.gz - cd ${S} - use unicode && epatch ${DISTDIR}/canfep_utf8.diff + cd "${S}" + use unicode && epatch "${DISTDIR}"/canfep_utf8.diff } src_compile() { - make CXX="${CXX}" LIBS="-lcanna -lncurses" CFLAGS="${CFLAGS}" \ || die "make failed" } src_install() { - dobin canfep - dodoc 00changes 00readme } diff --git a/app-i18n/gtkimprime/gtkimprime-0.1.ebuild b/app-i18n/gtkimprime/gtkimprime-0.1.ebuild index 633e3913bdce..2500b61485cb 100644 --- a/app-i18n/gtkimprime/gtkimprime-0.1.ebuild +++ b/app-i18n/gtkimprime/gtkimprime-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/gtkimprime/gtkimprime-0.1.ebuild,v 1.3 2006/03/16 13:41:54 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/gtkimprime/gtkimprime-0.1.ebuild,v 1.4 2009/12/31 21:07:07 ssuominen Exp $ DESCRIPTION="Yet another PRIME client for GTK+2" HOMEPAGE="http://gtkimprime.sourceforge.jp/" @@ -23,15 +23,15 @@ get_gtk_confdir() { } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README } pkg_postinst() { - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules" } pkg_postrm() { - gtk-query-immodules-2.0 > ${ROOT}$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}$(get_gtk_confdir)/gtk.immodules" } diff --git a/app-i18n/im-canna/im-canna-0.3.2.2.ebuild b/app-i18n/im-canna/im-canna-0.3.2.2.ebuild index bd17139d67d1..d4baeed00fb3 100644 --- a/app-i18n/im-canna/im-canna-0.3.2.2.ebuild +++ b/app-i18n/im-canna/im-canna-0.3.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/im-canna/im-canna-0.3.2.2.ebuild,v 1.4 2006/10/14 09:18:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-canna/im-canna-0.3.2.2.ebuild,v 1.5 2009/12/31 21:12:04 ssuominen Exp $ DESCRIPTION="Japanese Canna input method module for GTK+2" HOMEPAGE="http://bonobo.gnome.gr.jp/~nakai/immodule/" @@ -22,14 +22,14 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README } pkg_postinst() { - gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/etc/gtk-2.0/gtk.immodules" } pkg_postrm() { - gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/etc/gtk-2.0/gtk.immodules" } diff --git a/app-i18n/im-freewnn/im-freewnn-0.0.2.ebuild b/app-i18n/im-freewnn/im-freewnn-0.0.2.ebuild index 7055d908b1e1..4474b08b633d 100644 --- a/app-i18n/im-freewnn/im-freewnn-0.0.2.ebuild +++ b/app-i18n/im-freewnn/im-freewnn-0.0.2.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-i18n/im-freewnn/im-freewnn-0.0.2.ebuild,v 1.6 2007/04/22 10:37:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-freewnn/im-freewnn-0.0.2.ebuild,v 1.7 2009/12/31 21:24:54 ssuominen Exp $ inherit eutils @@ -20,8 +20,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-wnnrc-gentoo.diff + cd "${S}" + epatch "${FILESDIR}"/${PN}-wnnrc-gentoo.diff } src_compile() { @@ -30,14 +30,14 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README } pkg_postinst() { - gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/etc/gtk-2.0/gtk.immodules" } pkg_postrm() { - gtk-query-immodules-2.0 > ${ROOT}/etc/gtk-2.0/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/etc/gtk-2.0/gtk.immodules" } diff --git a/app-i18n/im-ja/im-ja-1.5.ebuild b/app-i18n/im-ja/im-ja-1.5.ebuild index 121d1016719c..f4ae66a6b727 100644 --- a/app-i18n/im-ja/im-ja-1.5.ebuild +++ b/app-i18n/im-ja/im-ja-1.5.ebuild @@ -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/im-ja/im-ja-1.5.ebuild,v 1.9 2008/01/18 16:23:48 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/im-ja-1.5.ebuild,v 1.10 2009/12/31 21:23:13 ssuominen Exp $ inherit gnome2 eutils @@ -63,7 +63,7 @@ src_compile() { pkg_postinst() { if [ -x /usr/bin/gtk-query-immodules-2.0 ] ; then - gtk-query-immodules-2.0 > ${ROOT}/$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/$(get_gtk_confdir)/gtk.immodules" fi gnome2_pkg_postinst elog @@ -78,7 +78,7 @@ pkg_postinst() { pkg_postrm() { if [ -x /usr/bin/gtk-query-immodules-2.0 ] ; then - gtk-query-immodules-2.0 > ${ROOT}/$(get_gtk_confdir)/gtk.immodules + gtk-query-immodules-2.0 > "${ROOT}/$(get_gtk_confdir)/gtk.immodules" fi gnome2_pkg_postrm } diff --git a/app-i18n/imhangul-status-applet/imhangul-status-applet-0.2-r1.ebuild b/app-i18n/imhangul-status-applet/imhangul-status-applet-0.2-r1.ebuild index 461f3f31d3bb..34400ecb35fd 100644 --- a/app-i18n/imhangul-status-applet/imhangul-status-applet-0.2-r1.ebuild +++ b/app-i18n/imhangul-status-applet/imhangul-status-applet-0.2-r1.ebuild @@ -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/imhangul-status-applet/imhangul-status-applet-0.2-r1.ebuild,v 1.4 2008/09/24 15:15:16 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul-status-applet/imhangul-status-applet-0.2-r1.ebuild,v 1.5 2009/12/31 21:05:46 ssuominen Exp $ inherit gnome2 @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog INSTALL NEWS README } diff --git a/app-i18n/imhangul-status-applet/imhangul-status-applet-0.3.ebuild b/app-i18n/imhangul-status-applet/imhangul-status-applet-0.3.ebuild index 9925bb7e9b4b..0e9cbfcfe886 100644 --- a/app-i18n/imhangul-status-applet/imhangul-status-applet-0.3.ebuild +++ b/app-i18n/imhangul-status-applet/imhangul-status-applet-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/imhangul-status-applet/imhangul-status-applet-0.3.ebuild,v 1.3 2006/11/13 14:38:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/imhangul-status-applet/imhangul-status-applet-0.3.ebuild,v 1.4 2009/12/31 21:05:46 ssuominen Exp $ inherit gnome2 @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog INSTALL NEWS README } diff --git a/app-i18n/jless/jless-358.254.ebuild b/app-i18n/jless/jless-358.254.ebuild index 5c3700e1e687..185869dfdafc 100644 --- a/app-i18n/jless/jless-358.254.ebuild +++ b/app-i18n/jless/jless-358.254.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-358.254.ebuild,v 1.4 2009/09/23 15:40:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-358.254.ebuild,v 1.5 2009/12/31 21:20:37 ssuominen Exp $ inherit eutils @@ -22,8 +22,8 @@ S=${WORKDIR}/${LESS_P} src_unpack() { unpack ${LESS_P}.tar.gz - cd ${S} - epatch ${DISTDIR}/${LESS_P}-iso254.patch.gz + cd "${S}" + epatch "${DISTDIR}"/${LESS_P}-iso254.patch.gz } src_compile() { @@ -41,15 +41,15 @@ src_compile() { src_install() { einstall binprefix=j manprefix=j || die - newbin ${FILESDIR}/lesspipe.sh-r1 jlesspipe.sh + newbin "${FILESDIR}"/lesspipe.sh-r1 jlesspipe.sh - doenvd ${FILESDIR}/70jless + doenvd "${FILESDIR}"/70jless dodoc NEWS README* } pkg_postinst() { - if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then - ln -s /usr/bin/jlesspipe.sh ${ROOT}/usr/bin/lesspipe.sh + if [ ! -f "${ROOT}"/usr/bin/lesspipe.sh ] ; then + ln -s /usr/bin/jlesspipe.sh "${ROOT}"/usr/bin/lesspipe.sh fi } diff --git a/app-i18n/jless/jless-382.258.ebuild b/app-i18n/jless/jless-382.258.ebuild index b32451ec4272..6188fd7cfab7 100644 --- a/app-i18n/jless/jless-382.258.ebuild +++ b/app-i18n/jless/jless-382.258.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-382.258.ebuild,v 1.4 2009/09/23 15:40:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-382.258.ebuild,v 1.5 2009/12/31 21:20:37 ssuominen Exp $ inherit eutils @@ -27,12 +27,12 @@ S=${WORKDIR}/${LESS_P} src_unpack() { unpack ${LESS_P}.tar.gz - cd ${S} - epatch ${DISTDIR}/${LESS_P}-iso258.patch.gz - epatch ${DISTDIR}/${LESS_P}-iso258-259.patch.gz - epatch ${DISTDIR}/${LESS_P}-iso259-260.patch.gz - epatch ${DISTDIR}/${LESS_P}-iso260-261.patch.gz - epatch ${DISTDIR}/${LESS_P}-iso261-262.patch.gz + cd "${S}" + epatch "${DISTDIR}"/${LESS_P}-iso258.patch.gz + epatch "${DISTDIR}"/${LESS_P}-iso258-259.patch.gz + epatch "${DISTDIR}"/${LESS_P}-iso259-260.patch.gz + epatch "${DISTDIR}"/${LESS_P}-iso260-261.patch.gz + epatch "${DISTDIR}"/${LESS_P}-iso261-262.patch.gz } src_compile() { @@ -50,15 +50,15 @@ src_compile() { src_install() { einstall binprefix=j manprefix=j || die - newbin ${FILESDIR}/lesspipe.sh-r1 jlesspipe.sh + newbin "${FILESDIR}"/lesspipe.sh-r1 jlesspipe.sh - doenvd ${FILESDIR}/70jless + doenvd "${FILESDIR}"/70jless dodoc NEWS README* } pkg_postinst() { - if [ ! -f ${ROOT}/usr/bin/lesspipe.sh ] ; then - ln -s /usr/bin/jlesspipe.sh ${ROOT}/usr/bin/lesspipe.sh + if [ ! -f "${ROOT}"/usr/bin/lesspipe.sh ] ; then + ln -s /usr/bin/jlesspipe.sh "${ROOT}"/usr/bin/lesspipe.sh fi } diff --git a/app-i18n/kakasi/kakasi-2.3.4.ebuild b/app-i18n/kakasi/kakasi-2.3.4.ebuild index 5e2c8d02ab4a..8757a81a3fab 100644 --- a/app-i18n/kakasi/kakasi-2.3.4.ebuild +++ b/app-i18n/kakasi/kakasi-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4.ebuild,v 1.14 2009/09/23 15:41:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kakasi/kakasi-2.3.4.ebuild,v 1.15 2009/12/31 21:04:14 ssuominen Exp $ DESCRIPTION="Converts Japanese text between kanji, kana, and romaji" HOMEPAGE="http://kakasi.namazu.org/" @@ -14,7 +14,7 @@ IUSE="" DEPEND="" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die doman doc/kakasi.1 dodoc AUTHORS ChangeLog NEWS ONEWS README README-ja THANKS TODO dodoc doc/ChangeLog.lib doc/JISYO doc/README.lib README.wakati diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.6.3.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.6.3.ebuild index d34e2faf2b19..9ae37592ddc0 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.6.3.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.6.3.ebuild,v 1.14 2009/11/11 12:27:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.6.3.ebuild,v 1.15 2009/12/31 21:16:26 ssuominen Exp $ ARTS_REQUIRED=never inherit kde @@ -45,7 +45,7 @@ src_unpack() { src_compile() { local _S="${S}" local _KDE_S="${KDE_S}" - for dir in ${WORKDIR}/*; do + for dir in "${WORKDIR}"/*; do S=${dir} KDE_S=${dir} kde_src_compile diff --git a/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild b/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild index dd6a512e3b9c..889d92494210 100644 --- a/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild +++ b/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild @@ -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/man-pages-es/man-pages-es-1.55-r1.ebuild,v 1.8 2008/06/09 08:07:57 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-es/man-pages-es-1.55-r1.ebuild,v 1.9 2009/12/31 21:17:51 ssuominen Exp $ manpagesextra=${PN}-extra-0.8a S2=${WORKDIR}/${manpagesextra} @@ -41,7 +41,7 @@ src_install() { file -i man?/* | while read f ; do iconv -f ${f##*=} \ -t ${toencoding} ${d}/${f%%:*} \ - -o ${D}/usr/share/man/es/${f%%:*} + -o "${D}"/usr/share/man/es/${f%%:*} done done } diff --git a/app-i18n/nabi/nabi-0.13.ebuild b/app-i18n/nabi/nabi-0.13.ebuild index ecf78a9901a7..a45d2854b074 100644 --- a/app-i18n/nabi/nabi-0.13.ebuild +++ b/app-i18n/nabi/nabi-0.13.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-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 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README NEWS } diff --git a/app-i18n/nabi/nabi-0.14.ebuild b/app-i18n/nabi/nabi-0.14.ebuild index f59ef2cddc39..17e3b02c1374 100644 --- a/app-i18n/nabi/nabi-0.14.ebuild +++ b/app-i18n/nabi/nabi-0.14.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-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 @@ DEPEND="${RDEPEND} 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 } diff --git a/app-i18n/nabi/nabi-0.15.ebuild b/app-i18n/nabi/nabi-0.15.ebuild index 111936ae638b..c27dc16123e6 100644 --- a/app-i18n/nabi/nabi-0.15.ebuild +++ b/app-i18n/nabi/nabi-0.15.ebuild @@ -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 @@ DEPEND="${RDEPEND} 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 } diff --git a/app-i18n/prime/prime-1.0.0.1.ebuild b/app-i18n/prime/prime-1.0.0.1.ebuild index 3ace0bd52788..bc794f729e6c 100644 --- a/app-i18n/prime/prime-1.0.0.1.ebuild +++ b/app-i18n/prime/prime-1.0.0.1.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-i18n/prime/prime-1.0.0.1.ebuild,v 1.12 2007/02/04 05:32:10 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-1.0.0.1.ebuild,v 1.13 2009/12/31 21:03:44 ssuominen Exp $ inherit ruby @@ -29,7 +29,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install install-etc || die + make DESTDIR="${D}" install install-etc || die erubydoc } diff --git a/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild b/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild index 736e2a86a94b..c21d23aaf58f 100644 --- a/app-i18n/scim-wnn/scim-wnn-0.2.4.ebuild +++ b/app-i18n/scim-wnn/scim-wnn-0.2.4.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-i18n/scim-wnn/scim-wnn-0.2.4.ebuild,v 1.4 2007/01/05 16:32:48 flameeyes Exp $ +# $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 $ DESCRIPTION="Japanese input method Wnn IMEngine for SCIM" HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D" @@ -19,13 +19,13 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S}/src + cd "${S}"/src sed -i -e "s:/usr/lib/wnn7:/usr/lib/wnn:g" \ scim_wnn_def.h wnnconversion.cpp || die "sed failed" } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS THANKS README } diff --git a/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild b/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild index 0846fe523f04..894d6840cfe8 100644 --- a/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild +++ b/app-i18n/scim-wnn/scim-wnn-1.0.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-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.3 2007/01/05 16:32:48 flameeyes Exp $ +# $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 $ DESCRIPTION="Japanese input method Wnn IMEngine for SCIM" HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D" @@ -19,16 +19,16 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e 's:$LDFLAGS conftest.$ac_ext $LIBS:conftest.$ac_ext $LIBS $LDFLAGS:g' \ configure || die "ldflags sed failed" - cd ${S}/src + cd "${S}"/src sed -i -e "s:/usr/lib/wnn7:/usr/lib/wnn:g" \ scim_wnn_def.h wnnconversion.cpp || die "sed failed" } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS THANKS README } diff --git a/app-i18n/skkserv/skkserv-9.6-r2.ebuild b/app-i18n/skkserv/skkserv-9.6-r2.ebuild index 520aba111128..19042ee52f82 100644 --- a/app-i18n/skkserv/skkserv-9.6-r2.ebuild +++ b/app-i18n/skkserv/skkserv-9.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkserv/skkserv-9.6-r2.ebuild,v 1.13 2009/09/23 15:41:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skkserv/skkserv-9.6-r2.ebuild,v 1.14 2009/12/31 21:16:55 ssuominen Exp $ inherit eutils @@ -22,8 +22,8 @@ S="${WORKDIR}/skk-${PV}mu" src_unpack() { unpack ${A} - cd ${S}/skkserv - epatch ${FILESDIR}/${P}-segfault-gentoo.patch + cd "${S}"/skkserv + epatch "${FILESDIR}"/${P}-segfault-gentoo.patch } src_compile() { @@ -37,5 +37,5 @@ src_install() { dosbin skkserv || die # install rc script - newinitd ${FILESDIR}/skkserv.initd skkserv + newinitd "${FILESDIR}"/skkserv.initd skkserv } diff --git a/app-i18n/skktools/skktools-1.2-r1.ebuild b/app-i18n/skktools/skktools-1.2-r1.ebuild index 8ad263b45d58..7cc6a2b9d5c9 100644 --- a/app-i18n/skktools/skktools-1.2-r1.ebuild +++ b/app-i18n/skktools/skktools-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skktools/skktools-1.2-r1.ebuild,v 1.4 2009/09/23 15:42:14 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skktools/skktools-1.2-r1.ebuild,v 1.5 2009/12/31 21:17:19 ssuominen Exp $ inherit elisp-common eutils @@ -22,7 +22,7 @@ src_unpack() { } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die use ruby && dobin saihenkan.rb use emacs && elisp-site-file-install skk-xml.el |