diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-03-09 00:36:23 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-03-09 00:36:23 +0000 |
commit | e80f3f26489b9aa51d0e4030ace8b8afcf599d8a (patch) | |
tree | 5482e5ca710084944e20ac02383b17a17e632e9e /dev-libs/boost | |
parent | Version bump to clean crap up. (diff) | |
download | historical-e80f3f26489b9aa51d0e4030ace8b8afcf599d8a.tar.gz historical-e80f3f26489b9aa51d0e4030ace8b8afcf599d8a.tar.bz2 historical-e80f3f26489b9aa51d0e4030ace8b8afcf599d8a.zip |
fix boost install
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/Manifest | 10 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.32.0-r1.ebuild | 3 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 1f241934ea52..52de8dbd392a 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.42 2005/03/08 23:50:21 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.43 2005/03/09 00:36:23 morfic Exp $ + + 08 Mar 2005; Daniel Goller <morfic@gentoo.org> boost-1.32.0-r1.ebuild: + Fix stray \ 08 Mar 2005; Daniel Goller <morfic@gentoo.org> boost-1.32.0-r1.ebuild: adjust icc version diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest index 63121c48d6ad..182aecf0f535 100644 --- a/dev-libs/boost/Manifest +++ b/dev-libs/boost/Manifest @@ -5,9 +5,9 @@ MD5 12f996aa5f489e4e51055e537ea059a8 boost-1.31.0.ebuild 3967 MD5 8d4eca3eb59bc23e2d53b3d0cfd06c97 boost-1.32.0.ebuild 2294 MD5 d259ae434e176df207cba3deab973f61 boost-1.29.0.ebuild 1426 MD5 34d13e0eeb58e13e1992908d04d51b45 boost-1.30.0.ebuild 2973 -MD5 816848c7f2b828d73cc62761f64e1aab ChangeLog 6421 +MD5 454e59a474599f32e30ce779bdfcd302 ChangeLog 6509 MD5 ac17509c51769ef73346e3d3d7733f67 metadata.xml 347 -MD5 f667913e7954f5ffa522a463bb4b2f3a boost-1.32.0-r1.ebuild 3482 +MD5 2ef49c812c5d966e14d7cf76ccfa12fb boost-1.32.0-r1.ebuild 3517 MD5 4759f9391ad73c487d4f6b3dbf8632a8 boost-1.30.2.ebuild 2960 MD5 ed187a2b2048776a7e5b27060d96938c files/digest-boost-1.29.0 65 MD5 2b36d47323b021671d391600501685cc files/digest-boost-1.30.0 66 @@ -18,7 +18,7 @@ MD5 1d06245b53e5677556ae22e5f60f0df3 files/digest-boost-1.32.0-r1 67 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCLinRUpKYMelfdYERAhVBAJ9Z3W6uSuCv+y/Ka3ImjkigS1ZJIwCcDyll -06eFV8zJLqMxKExNDdd1mzY= -=zIbq +iD8DBQFCLjSTUpKYMelfdYERAnVDAJ9gtvQuadadzkxViOPH7ifX0GBjeQCeJah8 +XKqncCmZ7KhE7KlmR9GJmPo= +=tClW -----END PGP SIGNATURE----- diff --git a/dev-libs/boost/boost-1.32.0-r1.ebuild b/dev-libs/boost/boost-1.32.0-r1.ebuild index fd2bd178a6f0..125d032c1e58 100644 --- a/dev-libs/boost/boost-1.32.0-r1.ebuild +++ b/dev-libs/boost/boost-1.32.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.32.0-r1.ebuild,v 1.5 2005/03/08 23:50:21 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.6 2005/03/09 00:36:23 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python multilib @@ -64,6 +64,7 @@ src_install () { -sINTEL_LINUX_VERSION="80" --prefix=${D}/usr \ --layout=system \ + install || die "Install failed" else ${BOOSTJAM} -sBOOST_ROOT=${S} \ -sPYTHON_ROOT=/usr \ |