From 120f9ae293dde0cc196cca2b40a4e74615a9e49f Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Sun, 27 Jan 2008 00:23:29 +0000 Subject: fixed quoting (Portage version: 2.1.4) --- dev-ada/xmlada/xmlada-1.0-r4.ebuild | 20 ++++++++++---------- dev-ada/xmlada/xmlada-2.2.0-r1.ebuild | 6 +++--- dev-ada/xmlada/xmlada-2.2.0.ebuild | 18 +++++++++--------- 3 files changed, 22 insertions(+), 22 deletions(-) (limited to 'dev-ada/xmlada') diff --git a/dev-ada/xmlada/xmlada-1.0-r4.ebuild b/dev-ada/xmlada/xmlada-1.0-r4.ebuild index 186f27c62066..1ca9d6beadfb 100644 --- a/dev-ada/xmlada/xmlada-1.0-r4.ebuild +++ b/dev-ada/xmlada/xmlada-1.0-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-1.0-r4.ebuild,v 1.7 2007/09/25 13:06:19 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-1.0-r4.ebuild,v 1.8 2008/01/27 00:23:29 george Exp $ inherit gnat versionator @@ -24,7 +24,7 @@ src_unpack() { unpack ${A} - cd ${S} + cd "${S}" #making .dvi docs is problemmatic. Skip that for now sed -i -e "s/all: obj test docs/all: obj test/" Makefile.in #increase stack size @@ -60,21 +60,21 @@ lib_compile() # here we need to use the $1 - passed gnat profile name lib_install() { - make PREFIX=${DL} install || die "install failed" + make PREFIX="${DL}" install || die "install failed" # fix xmlada-config hardsets locations sed -i -e "s:\${prefix}/include/xmlada:${AdalibSpecsDir}/${PN}:" \ -e "s:\${prefix}/lib:${AdalibLibTop}/$1/${PN}:g" \ - ${DL}/bin/xmlada-config + "${DL}"/bin/xmlada-config # now move stuff to proper location and delete extras - mv ${DL}/bin/xmlada-config ${DL}/lib/* ${DL}/include/${PN}/*.ali ${DL} - rm -rf ${DL}/bin ${DL}/include ${DL}/lib + mv "${DL}"/bin/xmlada-config "${DL}"/lib/* "${DL}"/include/${PN}/*.ali "${DL}" + rm -rf "${DL}"/bin "${DL}"/include "${DL}"/lib } src_install () { - cd ${S} + cd "${S}" dodir ${AdalibSpecsDir}/${PN} insinto ${AdalibSpecsDir}/${PN} doins dom/*.ad? input_sources/*.ad? sax/*.ad? unicode/*.ad? @@ -87,11 +87,11 @@ src_install () gnat_src_install - dodoc AUTHORS COPYING README docs/xml.ps + dodoc AUTHORS README docs/xml.ps dohtml docs/*.html doinfo docs/*.info #need to give a proper name to the info file - cd ${D}/usr/share/info + cd "${D}"/usr/share/info mv xml.info.gz ${PN}.info.gz } diff --git a/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild b/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild index 8f79ce558ef4..982a49777dbc 100644 --- a/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild +++ b/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild,v 1.2 2007/12/14 17:50:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0-r1.ebuild,v 1.3 2008/01/27 00:23:29 george Exp $ inherit gnat versionator @@ -90,7 +90,7 @@ src_install () gnat_src_install - dodoc AUTHORS COPYING README TODO features + dodoc AUTHORS README TODO features dohtml docs/*.html doinfo docs/*.info insinto /usr/share/doc/${PF} diff --git a/dev-ada/xmlada/xmlada-2.2.0.ebuild b/dev-ada/xmlada/xmlada-2.2.0.ebuild index c0595c2785ef..12ee46af6a1a 100644 --- a/dev-ada/xmlada/xmlada-2.2.0.ebuild +++ b/dev-ada/xmlada/xmlada-2.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0.ebuild,v 1.6 2007/07/15 04:21:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/xmlada-2.2.0.ebuild,v 1.7 2008/01/27 00:23:29 george Exp $ inherit gnat versionator @@ -28,22 +28,22 @@ lib_compile() # NOTE: we are using $1 - the passed gnat profile name lib_install() { - make PREFIX=${DL} install || die "install failed" + make PREFIX="${DL}" install || die "install failed" # fix xmlada-config hardsets locations sed -i -e "s:\${prefix}/include/xmlada:${AdalibSpecsDir}/${PN}:" \ -e "s:\${prefix}/lib/xmlada:${AdalibLibTop}/$1/${PN}/lib:" \ -e "s:\${prefix}/lib:${AdalibLibTop}/$1/${PN}/lib:g" \ - ${DL}/bin/xmlada-config + "${DL}"/bin/xmlada-config # now move stuff to proper location and delete extras -# mv ${DL}/bin/xmlada-config ${DL}/lib/* ${DL}/include/${PN}/*.ali ${DL} - rm -rf ${DL}/include ${DL}/share +# mv "${DL}"/bin/xmlada-config "${DL}"/lib/* "${DL}"/include/${PN}/*.ali "${DL}" + rm -rf "${DL}"/include "${DL}"/share } src_install () { - cd ${S} + cd "${S}" dodir ${AdalibSpecsDir}/${PN} insinto ${AdalibSpecsDir}/${PN} doins dom/*.ad? input_sources/*.ad? sax/*.ad? unicode/*.ad? schema/*.ad? @@ -56,11 +56,11 @@ src_install () gnat_src_install - dodoc AUTHORS COPYING README TODO features + dodoc AUTHORS README TODO features dohtml docs/*.html doinfo docs/*.info # give a proper name to the info file - mv ${D}/usr/share/info/xml.info.gz ${D}/usr/share/info/${PN}.info.gz + mv "${D}"/usr/share/info/xml.info.gz "${D}"/usr/share/info/${PN}.info.gz insinto /usr/share/doc/${PF} doins docs/*.pdf distrib/xmlada_gps.py -- cgit v1.2.3-65-gdbad