diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 17:52:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-18 17:52:41 +0000 |
commit | f492c9dd1038900a07cfd9324185edfa6c220982 (patch) | |
tree | f32880f20e2e865c1ad1e97b3c9c0e748ea9fec2 /dev-libs | |
parent | repomanz0r (diff) | |
download | gentoo-2-f492c9dd1038900a07cfd9324185edfa6c220982.tar.gz gentoo-2-f492c9dd1038900a07cfd9324185edfa6c220982.tar.bz2 gentoo-2-f492c9dd1038900a07cfd9324185edfa6c220982.zip |
files dont exist on servers anymore
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/boost-1.28.ebuild | 55 | ||||
-rw-r--r-- | dev-libs/boost/files/digest-boost-1.28 | 1 |
2 files changed, 0 insertions, 56 deletions
diff --git a/dev-libs/boost/boost-1.28.ebuild b/dev-libs/boost/boost-1.28.ebuild deleted file mode 100644 index fda1006f0d0c..000000000000 --- a/dev-libs/boost/boost-1.28.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.28.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ - -DESCRIPTION="Boost provides free peer-review portable C++ source libraries." -MY_V="`echo ${PV} |sed -e 's:\.:_:g'`" -S=${WORKDIR}/boost_${MY_V} -SRC_URI="http://boost.sourceforge.net/release/boost_${MY_V}.tar.gz" -HOMEPAGE="http://www.boost.org" -LICENSE="freedist" -DEPEND=">=dev-util/yacc-1.9.1-r1 - >=dev-lang/python-2.2.1" -KEYWORDS="x86" -SLOT="1" -IUSE="" - -src_compile() { - - # first compile jam (the boost build tool) - cd ${S}/tools/build/jam_src - emake || die "couldn't build jam" - - # now build boost libraries - cd ${S} - ./tools/build/jam_src/bin.linuxx86/bjam -j2 \ - -sBOOST_ROOT=${S} \ - -sPYTHON_ROOT=/usr \ - -sPYTHON_VERSION=2.2 \ - -sTOOLS=gcc || die "build error" -} - -src_install () { - - # jam does not provide smth like 'make install' :( - - cd ${S} - # install libraries - find libs -type f -name \*.a -exec dolib.a {} \; - find libs -type f -name \*.so -exec dolib.so {} \; - - # install source/header files - find boost -type f -exec install -D -m0644 {} ${D}/usr/include/{} \; - - # install documentation - dodoc README - - # this part should really use dohtml -- karltk - for i in htm html jpg jpeg gif css - do - find . -type f -name "*.${i}" -exec \ - install -D -m0644 {} ${D}/usr/share/doc/${P}/html/{} \; - done - -} - diff --git a/dev-libs/boost/files/digest-boost-1.28 b/dev-libs/boost/files/digest-boost-1.28 deleted file mode 100644 index 33b59167ddaa..000000000000 --- a/dev-libs/boost/files/digest-boost-1.28 +++ /dev/null @@ -1 +0,0 @@ -MD5 281e0e4cd6160ce2ba0d4df4a590070e boost_1_28_0.tar.gz 4195589 |