summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-11-01 05:56:06 +0000
committerDaniel Goller <morfic@gentoo.org>2005-11-01 05:56:06 +0000
commit7949fa83adde51d66d9b58a7ca803fa86c6ab603 (patch)
tree82d2ac412f3a82955af60d5425cbeeaeb6d58fc1 /dev-libs
parentVersion bump #106775 by tonich/Tudor Alexandru Dragos. (diff)
downloadhistorical-7949fa83adde51d66d9b58a7ca803fa86c6ab603.tar.gz
historical-7949fa83adde51d66d9b58a7ca803fa86c6ab603.tar.bz2
historical-7949fa83adde51d66d9b58a7ca803fa86c6ab603.zip
Fix quotation of vars
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/boost/ChangeLog5
-rw-r--r--dev-libs/boost/Manifest10
-rw-r--r--dev-libs/boost/boost-1.33.0-r1.ebuild24
3 files changed, 21 insertions, 18 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index 5bdefc738bac..38b5c25ec346 100644
--- a/dev-libs/boost/ChangeLog
+++ b/dev-libs/boost/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/boost
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.68 2005/11/01 03:18:05 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.69 2005/11/01 05:56:06 morfic Exp $
+
+ 01 Nov 2005; Daniel Goller <morfic@gentoo.org> boost-1.33.0-r1.ebuild:
+ Fix quoting of variables
01 Nov 2005; Daniel Goller <morfic@gentoo.org> boost-1.33.0-r1.ebuild:
Stable on ppc and amd64
diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest
index 627178bcbfaf..226a98cf1cf6 100644
--- a/dev-libs/boost/Manifest
+++ b/dev-libs/boost/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 c847a3807eee0ccdaedabc75fd0dbd11 ChangeLog 9407
+MD5 3353bb5f0c72e397220315bcd5d161d4 ChangeLog 9508
MD5 d259ae434e176df207cba3deab973f61 boost-1.29.0.ebuild 1426
MD5 34d13e0eeb58e13e1992908d04d51b45 boost-1.30.0.ebuild 2973
MD5 4759f9391ad73c487d4f6b3dbf8632a8 boost-1.30.2.ebuild 2960
@@ -11,7 +11,7 @@ MD5 37f8eb8b22a26f2bc30b6101d14cb9d0 boost-1.32.0-r2.ebuild 5690
MD5 76f87ddbbddd80f054d8d005d4d66d92 boost-1.32.0-r3.ebuild 6183
MD5 8d4eca3eb59bc23e2d53b3d0cfd06c97 boost-1.32.0.ebuild 2294
MD5 16a0704d7282649d4c5920e3c8b39bee metadata.xml 343
-MD5 4e68888759b99c06295a8b5170db0a46 boost-1.33.0-r1.ebuild 5619
+MD5 beb2c058a0d3ef7e4006e4864c1bb3e3 boost-1.33.0-r1.ebuild 5642
MD5 421fe3be35fd6d405bf2b3381d51867f boost-1.33.0.ebuild 6259
MD5 9f4b3bf1104d681375b01af831179ee8 boost-1.32.0-r4.ebuild 6263
MD5 ed187a2b2048776a7e5b27060d96938c files/digest-boost-1.29.0 65
@@ -29,7 +29,7 @@ MD5 612f486fa190f86f9be3a17465036dd0 files/digest-boost-1.33.0-r1 67
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDZt5S/aM9DdBw91cRAh6FAJ44Plki/uuMMFZLduDj2w7O5J3x/QCgordP
-vgxKdIn8a2Y2Am+L6djbZY8=
-=iQCI
+iD8DBQFDZwNc/aM9DdBw91cRApW0AKC/aspgG1+U6/u7QdSrWiZIZ2wiBgCg3uTN
+2ZSiEAM8+3Qs/lTHx6QDh8M=
+=VoEa
-----END PGP SIGNATURE-----
diff --git a/dev-libs/boost/boost-1.33.0-r1.ebuild b/dev-libs/boost/boost-1.33.0-r1.ebuild
index 1cebfc7bb891..101d0a4e1d27 100644
--- a/dev-libs/boost/boost-1.33.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.33.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.0-r1.ebuild,v 1.6 2005/11/01 03:18:05 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.0-r1.ebuild,v 1.7 2005/11/01 05:56:06 morfic Exp $
# This ebuild was generated by Ebuilder v0.4.
inherit python distutils multilib eutils
@@ -62,7 +62,7 @@ pkg_setup() {
BUILD="${BUILD} <threading>single"
fi
- BOOSTJAM=${S}/tools/build/jam_src/bin.*/bjam
+ BOOSTJAM="${S}/tools/build/jam_src/bin.*/bjam"
# we dont like what get_number_of_jobs does, so we borrow what counts to us,
# thanks H?kan Wessberg <nacka-gentoo@refug.org>, bug #13565
@@ -105,12 +105,12 @@ src_compile() {
--layout=system
if use pyste; then
- cd ${S}/libs/python/pyste/install
+ cd "${S}/libs/python/pyste/install"
distutils_src_compile
fi
if use bcp; then
- cd ${S}/tools/bcp/
+ cd "${S}/tools/bcp/"
${BOOSTJAM} || die "Building bcp failed"
fi
}
@@ -121,7 +121,7 @@ src_install () {
#do_whatever is too limiting here, need to move bunch of different stuff recursively
dodir /usr/share/boost-build
insinto /usr/share/boost-build
- cp -a index.html v1/ v2/ ${D}/usr/share/boost-build || die "failed to install docs"
+ cp -a index.html v1/ v2/ "${D}/usr/share/boost-build" || die "failed to install docs"
cd "${S}"
${BOOSTJAM} ${NUMJOBS} -sBOOST_ROOT="${S}" \
@@ -129,7 +129,7 @@ src_install () {
-sPYTHON_VERSION=${PYVER} \
-sTOOLS=${BOOST_TOOLSET} \
-sBUILD="${BUILD}" \
- --prefix=${D}/usr \
+ --prefix="${D}/usr" \
--layout=system \
install || die "Install failed"
@@ -153,10 +153,10 @@ src_install () {
-and -not -name \*.dsw \
-and -not -name \*.dsp \
-exec \
- install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \;
+ install -D -m0644 \{\} "${D}/usr/share/doc/${PF}/html/\{\}" \;
fi
#and finally set "default" links to -gcc-mt versions
- cd ${D}/usr/lib
+ cd "${D}/usr/lib"
for fn in `ls -1 *.${SOSUFFIX}| cut -d- -f1 | sort | uniq`; do
if [ -f "$fn.${SOSUFFIX}" ] ; then
@@ -188,21 +188,21 @@ src_install () {
fi
done
- [[ $(get_libdir) == "lib" ]] || mv ${D}/usr/lib ${D}/usr/$(get_libdir)
+ [[ $(get_libdir) == "lib" ]] || mv "${D}/usr/lib" "${D}/usr/$(get_libdir)"
if use pyste; then
- cd ${S}/libs/python/pyste/install
+ cd "${S}/libs/python/pyste/install"
distutils_src_install
fi
if use bcp; then
- cd ${S}/tools/bcp/run/
+ cd "${S}/tools/bcp/run/"
exeinto /usr/bin
doexe bcp || die "bcp install failed"
fi
if use bjam; then
- cd ${S}//tools/build/jam_src/bin.*/
+ cd "${S}"/tools/build/jam_src/bin.*/
exeinto /usr/bin
doexe bjam || die "bjam install failed"
fi