summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-20 04:00:22 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-20 04:00:22 +0000
commite219f9dfac3cabc677a7ef2d16b86e89b929cfb5 (patch)
tree9d4027a3fa6142d134ba2acb8c1cd8ce4b3376fc /dev-util
parent+sys-apps/util-linux:loop-aes (diff)
downloadgentoo-2-e219f9dfac3cabc677a7ef2d16b86e89b929cfb5.tar.gz
gentoo-2-e219f9dfac3cabc677a7ef2d16b86e89b929cfb5.tar.bz2
gentoo-2-e219f9dfac3cabc677a7ef2d16b86e89b929cfb5.zip
s390 love
(Portage version: 2.1.4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/boost-build/boost-build-1.34.1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-util/boost-build/boost-build-1.34.1.ebuild b/dev-util/boost-build/boost-build-1.34.1.ebuild
index 80d3ca92fc9d..771533ef68b5 100644
--- a/dev-util/boost-build/boost-build-1.34.1.ebuild
+++ b/dev-util/boost-build/boost-build-1.34.1.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.3 2007/09/27 17:16:25 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.34.1.ebuild,v 1.4 2008/01/20 04:00:22 vapier Exp $
inherit flag-o-matic toolchain-funcs versionator
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-
MY_PV=$(replace_all_version_separators _)
DESCRIPTION="A system for large project software construction, which is simple to use and powerfull."
HOMEPAGE="http://www.boost.org/tools/build/v2/index.html"
SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2"
+
LICENSE="Boost-1.0"
SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="!<dev-libs/boost-1.34.0"
@@ -41,7 +41,6 @@ src_unpack() {
}
src_compile() {
-
cd jam/src
local toolset
@@ -58,10 +57,10 @@ src_compile() {
}
src_install() {
- dobin jam/src/bin.*/bjam
+ dobin jam/src/bin.*/bjam || die
cd "${S}/build/v2"
insinto /usr/share/boost-build
doins -r boost-build.jam bootstrap.jam build-system.jam site-config.jam user-config.jam \
- build kernel options tools util
+ build kernel options tools util || die
}