diff options
author | 2006-02-12 00:07:04 +0000 | |
---|---|---|
committer | 2006-02-12 00:07:04 +0000 | |
commit | 38f4e08282a6203552f16c027ce9ad6cc3d11f62 (patch) | |
tree | 71ec71ba5388246811998d58c9a9e2dc5dcd14ee /dev-libs/boost | |
parent | revision bump (diff) | |
download | historical-38f4e08282a6203552f16c027ce9ad6cc3d11f62.tar.gz historical-38f4e08282a6203552f16c027ce9ad6cc3d11f62.tar.bz2 historical-38f4e08282a6203552f16c027ce9ad6cc3d11f62.zip |
Fix installation of documentation
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/Manifest | 14 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.33.1.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index f13f2b9297bb..9a08326c1d05 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.84 2006/02/06 09:21:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.85 2006/02/12 00:07:04 morfic Exp $ + + 12 Feb 2006; Daniel Goller <morfic@gentoo.org> boost-1.33.1.ebuild: + Fix installation of documentation 06 Feb 2006; Markus Rothe <corsair@gentoo.org> boost-1.33.1.ebuild: Stable on ppc64: bug #120840 diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest index ff4cc92ec11a..4c3ab3cb311e 100644 --- a/dev-libs/boost/Manifest +++ b/dev-libs/boost/Manifest @@ -1,11 +1,21 @@ -MD5 89d9875acdcff72b6a12dae1af3235cb ChangeLog 11422 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d0179062256cdacdf5a8d0a22a6034aa ChangeLog 11528 MD5 48a9e1b7d8d0a0b83513977929156c2d boost-1.31.0.ebuild 3975 MD5 4bd50ed4ff0b902ac1d78240bec0d3c9 boost-1.33.0-r1.ebuild 5646 MD5 421fe3be35fd6d405bf2b3381d51867f boost-1.33.0.ebuild 6259 -MD5 d2fd8fc417cbecc082f914d00e1569eb boost-1.33.1.ebuild 5689 +MD5 edc41175b13a2b6b3873f27ee3f47698 boost-1.33.1.ebuild 5686 MD5 238bb8043f0cdc8bd91f81bd0b55f92a files/boost-alpha-threads.patch 1111 MD5 4aa5a3b9a3818e9dce488a20cb5ff00b files/digest-boost-1.31.0 66 MD5 612f486fa190f86f9be3a17465036dd0 files/digest-boost-1.33.0 67 MD5 612f486fa190f86f9be3a17465036dd0 files/digest-boost-1.33.0-r1 67 MD5 afef39b54f8c7050345e448b9cfef207 files/digest-boost-1.33.1 247 MD5 16a0704d7282649d4c5920e3c8b39bee metadata.xml 343 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD7oo6/aM9DdBw91cRAudiAKDd5jpDvnLfi1U/z2FchWu2Ir+k9ACgjK/N +BKSBQYkO6DT8dSnPoPyWWlw= +=Pfa4 +-----END PGP SIGNATURE----- diff --git a/dev-libs/boost/boost-1.33.1.ebuild b/dev-libs/boost/boost-1.33.1.ebuild index e102968d6118..8ef05cc2db39 100644 --- a/dev-libs/boost/boost-1.33.1.ebuild +++ b/dev-libs/boost/boost-1.33.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild,v 1.7 2006/02/06 09:21:19 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild,v 1.8 2006/02/12 00:07:04 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python distutils multilib eutils @@ -154,7 +154,7 @@ 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" |