summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/boost-jam/ChangeLog9
-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
4 files changed, 39 insertions, 2 deletions
diff --git a/dev-util/boost-jam/ChangeLog b/dev-util/boost-jam/ChangeLog
new file mode 100644
index 000000000000..a47cab53a190
--- /dev/null
+++ b/dev-util/boost-jam/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-util/boost-jam
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-jam/ChangeLog,v 1.1 2003/06/25 08:03:25 avenj Exp $
+
+*boost-jam-3.1.4 (25 Jun 2003)
+
+ 25 Jun 2003; Jon Portnoy <avenj@gentoo.org> boost-jam-3.1.4.ebuild :
+ Initial import. See http://www.boost.org/tools/build/jam_src/index.html
+ for more information on boost-jam.
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