summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-10-29 04:12:59 +0000
committerDaniel Goller <morfic@gentoo.org>2005-10-29 04:12:59 +0000
commit2bd0b51edfdeb72c9704071933c6935388d42869 (patch)
tree71713bf31f5b5661594622062978701578a7fade /dev-libs/boost
parentVersion bumped. This closes bug #103507. (diff)
downloadhistorical-2bd0b51edfdeb72c9704071933c6935388d42869.tar.gz
historical-2bd0b51edfdeb72c9704071933c6935388d42869.tar.bz2
historical-2bd0b51edfdeb72c9704071933c6935388d42869.zip
Fix bjam location, closing Bug#110687
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-libs/boost')
-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.ebuild4
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index 4723879aa516..51cfe1e8a950 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.66 2005/10/26 03:33:48 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.67 2005/10/29 04:12:59 morfic Exp $
+
+ 29 Oct 2005; Daniel Goller <morfic@gentoo.org> boost-1.33.0-r1.ebuild:
+ Fix bjam directory, thanks to Phil Richards for reporting, Bug #110687
26 Oct 2005; Daniel Goller <morfic@gentoo.org> boost-1.33.0-r1.ebuild:
Deprecating icc at last
diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest
index e55c758e6601..31a287d15bbd 100644
--- a/dev-libs/boost/Manifest
+++ b/dev-libs/boost/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 81bedf9b2d1f532125cf0cb21d508b8b ChangeLog 9160
+MD5 8f62ca1d451e632fb13e983256a04378 ChangeLog 9307
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 80f79bf6db7e485997aee8f16a90f82d boost-1.33.0-r1.ebuild 5625
+MD5 004a05ae5711a351b93ea4bee14074fd boost-1.33.0-r1.ebuild 5621
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)
-iD8DBQFDXvkp/aM9DdBw91cRAk0pAJ9RL7K32imT0I3/wHW4ftNoov6fUgCfbv3l
-x813OEYP27y5/RvC9az+igQ=
-=GhYA
+iD8DBQFDYvba/aM9DdBw91cRAoWXAJ9YWDja5oiTtxMSMwZZ5JznPlkBvgCfTifB
+DtfMMPf6dUmRiLYtgBOxL9Q=
+=tWZR
-----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 b48be19ce9e6..e0ca3657a1e3 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.4 2005/10/26 03:33:48 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.0-r1.ebuild,v 1.5 2005/10/29 04:12:59 morfic Exp $
# This ebuild was generated by Ebuilder v0.4.
inherit python distutils multilib eutils
@@ -202,7 +202,7 @@ src_install () {
fi
if use bjam; then
- cd ${S}//tools/build/jam_src/bin.linux/
+ cd ${S}//tools/build/jam_src/bin.*/
exeinto /usr/bin
doexe bjam || die "bjam install failed"
fi