summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-06-25 08:03:31 +0000
committerJon Portnoy <avenj@gentoo.org>2003-06-25 08:03:31 +0000
commit65ba01be344a757ca997dd8007376b488beddf82 (patch)
treec61e36c0cdfcedd15b89d32ea023bbf284dd95be /dev-util
parentInitial import. (diff)
downloadhistorical-65ba01be344a757ca997dd8007376b488beddf82.tar.gz
historical-65ba01be344a757ca997dd8007376b488beddf82.tar.bz2
historical-65ba01be344a757ca997dd8007376b488beddf82.zip
Initial import.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/boost-jam/Manifest4
-rw-r--r--dev-util/boost-jam/boost-jam-3.1.4.ebuild27
-rw-r--r--dev-util/boost-jam/files/digest-boost-jam-3.1.41
3 files changed, 30 insertions, 2 deletions
diff --git a/dev-util/boost-jam/Manifest b/dev-util/boost-jam/Manifest
index c592903ee096..32fcaeaec5ae 100644
--- a/dev-util/boost-jam/Manifest
+++ b/dev-util/boost-jam/Manifest
@@ -1,3 +1,3 @@
-MD5 cd593f0f1e884421121ee991df580896 boost-jam-3.1.4.ebuild 434
-MD5 c8c7c876dab123fc3d393931dc4375a1 files/digest-bjam-3.1.4 64
+MD5 d94e88cbd708c20fac5e916ef5c38a67 ChangeLog 438
+MD5 f592836c5a608b8a82fc95e1c1f9a70b boost-jam-3.1.4.ebuild 683
MD5 c8c7c876dab123fc3d393931dc4375a1 files/digest-boost-jam-3.1.4 64
diff --git a/dev-util/boost-jam/boost-jam-3.1.4.ebuild b/dev-util/boost-jam/boost-jam-3.1.4.ebuild
new file mode 100644
index 000000000000..6ca7aff733f5
--- /dev/null
+++ b/dev-util/boost-jam/boost-jam-3.1.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/boost-jam-3.1.4.ebuild,v 1.1 2003/06/25 08:03:25 avenj Exp $
+
+DESCRIPTION="Boost.Jam - an alternative to make based on Jam."
+HOMEPAGE="http://www.boost.org/tools/build/jam_src/index.html"
+SRC_URI="mirror://sourceforge/boost/boost-jam-${PV}.tgz"
+LICENSE="as-is"
+SLOT="0"
+
+# When keywording for your arch, check the note in src_install
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+
+src_compile() {
+ ./build.sh
+}
+
+src_install() {
+ # This is arch-specific:
+
+ use x86 && cd ${S}/bin.linuxx86
+
+ dobin bjam jam mkjambase yyacc
+}
diff --git a/dev-util/boost-jam/files/digest-boost-jam-3.1.4 b/dev-util/boost-jam/files/digest-boost-jam-3.1.4
new file mode 100644
index 000000000000..962a5748cc77
--- /dev/null
+++ b/dev-util/boost-jam/files/digest-boost-jam-3.1.4
@@ -0,0 +1 @@
+MD5 a927ff55c830d91d27d113182e0cf043 boost-jam-3.1.4.tgz 215914