diff options
author | Daniel Goller <morfic@gentoo.org> | 2004-12-11 19:21:16 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2004-12-11 19:21:16 +0000 |
commit | 408c692d64ad6add6f3f759c1a7f1ff4f9dd04b6 (patch) | |
tree | c906cde5c4ba75c1bb95634fdb78fd4886da168d /dev-libs/boost | |
parent | Stable on alpha. (diff) | |
download | historical-408c692d64ad6add6f3f759c1a7f1ff4f9dd04b6.tar.gz historical-408c692d64ad6add6f3f759c1a7f1ff4f9dd04b6.tar.bz2 historical-408c692d64ad6add6f3f759c1a7f1ff4f9dd04b6.zip |
fixing || die
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.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 371e30321e11..f6c38313df35 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.25 2004/12/11 18:03:34 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.26 2004/12/11 19:21:16 morfic Exp $ + + 11 Dec 2004; Daniel Goller <morfic@gentoo.org> boost-1.32.0.ebuild: + Remove | die where it doesn't belong 11 Dec 2004; Daniel Goller <morfic@gentoo.org> boost-1.32.0.ebuild: fixed up ${arch} to cover amd64 as not being recognized diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest index 713d0e105e85..dd3db18b73ea 100644 --- a/dev-libs/boost/Manifest +++ b/dev-libs/boost/Manifest @@ -2,10 +2,10 @@ Hash: SHA1 MD5 c0e0b430578e177a32295ce8f365302d boost-1.31.0.ebuild 3967 -MD5 1cd8a2e856dcfc4cdc0eca0c663eabe7 boost-1.32.0.ebuild 2299 +MD5 adcfa013de73a1a08b310a06fdb64aab boost-1.32.0.ebuild 2254 MD5 7a5736de479368e026895776885a1f4c boost-1.29.0.ebuild 1428 MD5 c38336b27cb2a10759ade6f16799d051 boost-1.30.0.ebuild 2977 -MD5 60ab1e8e03d8b095cae3bac4490fddf7 ChangeLog 4126 +MD5 69e371ab7163e4ab352bfeba9235d3f1 ChangeLog 4236 MD5 19f97285acdda370e331ee909e26df4c metadata.xml 340 MD5 6fd34399d93efc1de1221666ed6d37d1 boost-1.30.2.ebuild 2964 MD5 ed187a2b2048776a7e5b27060d96938c files/digest-boost-1.29.0 65 @@ -16,7 +16,7 @@ MD5 1d06245b53e5677556ae22e5f60f0df3 files/digest-boost-1.32.0 67 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD4DBQFBuzZmUpKYMelfdYERAh8IAJiubbUq32Lvg6/md82jO6U29EM2AJ932SOv -4a/p6aivf2zyFKe6NsX8xQ== -=o204 +iD8DBQFBu0idUpKYMelfdYERAktxAJ4pRxiNo3NEVV80e+7ZhnNJPRRjAACghwSJ +/jgQvZV2s13SPMUZt/k7i5Y= +=LBR/ -----END PGP SIGNATURE----- diff --git a/dev-libs/boost/boost-1.32.0.ebuild b/dev-libs/boost/boost-1.32.0.ebuild index 6bdb628782a0..650c1e38bcbe 100644 --- a/dev-libs/boost/boost-1.32.0.ebuild +++ b/dev-libs/boost/boost-1.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.3 2004/12/11 18:03:34 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0.ebuild,v 1.4 2004/12/11 19:21:16 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. @@ -41,7 +41,7 @@ src_compile() { -sTOOLS=gcc \ --prefix=${D}/usr \ --layout=system \ - stage || die "stage failed" + stage } src_install () { @@ -54,7 +54,7 @@ src_install () { -sTOOLS=gcc \ --prefix=${D}/usr \ --layout=system \ - install || die "install failed" + install # Install documentation; seems to be mostly under ${S}/lib # install documentation |