diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-03-23 04:23:22 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-03-23 04:23:22 +0000 |
commit | a583bc743e295e3a1f90c77e7de7c6837bdfd0de (patch) | |
tree | e59b5f6caa87f9024b09715c5da3d433e661ba3c /dev-libs/boost | |
parent | Corrected init script to use 'svc_stop; svc_start' and not 'stop; start'. (diff) | |
download | historical-a583bc743e295e3a1f90c77e7de7c6837bdfd0de.tar.gz historical-a583bc743e295e3a1f90c77e7de7c6837bdfd0de.tar.bz2 historical-a583bc743e295e3a1f90c77e7de7c6837bdfd0de.zip |
Fixed html doc install path, closing bug 85938, thanks Benoit Boissinot
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 | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 4b88c0800d92..af4320ec1b69 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.47 2005/03/20 07:14:55 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.48 2005/03/23 04:23:22 morfic Exp $ + + 22 Mar 2005; Daniel Goller <morfic@gentoo.org> boost-1.32.0-r1.ebuild: + Fixed html doc install path, closing bug 85938, thanks Benoit Boissinot 20 Mar 2005; Daniel Goller <morfic@gentoo.org> boost-1.32.0-r1.ebuild: fixed parallel building for distcc and SMP users diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest index c6b51b83813b..0c745334dc71 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 076673c7190536c9766b449b4978e854 ChangeLog 7060 +MD5 886f33e7ae6591a7a976f99e7c71487d ChangeLog 7208 MD5 ac17509c51769ef73346e3d3d7733f67 metadata.xml 347 -MD5 2f2463145cb9b8df23e0bd632edc8ffc boost-1.32.0-r1.ebuild 5378 +MD5 7403141309dea4e7a191766eba147299 boost-1.32.0-r1.ebuild 5379 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) -iD8DBQFCPRxaUpKYMelfdYERAqZqAJ9b1WwrB8MuZBN2pAUywUB+UsWp9ACdFayj -Tea7De3sfMGUVXfkcjV1F6o= -=mxx5 +iD8DBQFCQOW7UpKYMelfdYERAveRAJ4nfwFIdTkouuo0yoz26Ni9uztugQCfd0QF +2oJSVvi7MmPgjHCmUPNELnA= +=hMgV -----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 590758233998..f66f8db3448a 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.10 2005/03/20 07:14:55 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.11 2005/03/23 04:23:22 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python multilib eutils @@ -155,7 +155,7 @@ src_install () { -and -not -name \*.dsw \ -and -not -name \*.dsp \ -exec \ - install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \; + install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \; #and finally set "default" links to -gcc-mt versions cd ${D}/usr/lib |