From 0d0a2c1c1b6b9be2bdd52a364714d0950cda1eff Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 13 Feb 2012 20:48:54 -0600 Subject: [PATCH] Boost-jam is now part of boost-build So remove it, and add/update the appropriate aliases. Signed-off-by: Jack Nagel --- Aliases/bjam | 2 +- Aliases/boost-jam | 1 + Formula/boost-jam.rb | 12 ------------ 3 files changed, 2 insertions(+), 13 deletions(-) create mode 120000 Aliases/boost-jam delete mode 100644 Formula/boost-jam.rb diff --git a/Aliases/bjam b/Aliases/bjam index 2e9f05d4513..238bf0317da 120000 --- a/Aliases/bjam +++ b/Aliases/bjam @@ -1 +1 @@ -../Formula/boost-jam.rb \ No newline at end of file +../Formula/boost-build.rb \ No newline at end of file diff --git a/Aliases/boost-jam b/Aliases/boost-jam new file mode 120000 index 00000000000..238bf0317da --- /dev/null +++ b/Aliases/boost-jam @@ -0,0 +1 @@ +../Formula/boost-build.rb \ No newline at end of file diff --git a/Formula/boost-jam.rb b/Formula/boost-jam.rb deleted file mode 100644 index 2efa3f893d8..00000000000 --- a/Formula/boost-jam.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'formula' - -class BoostJam < Formula - url 'http://downloads.sourceforge.net/project/boost/boost-jam/3.1.18/boost-jam-3.1.18.tgz' - homepage 'http://www.boost.org/boost-build2/doc/html/bbv2/jam.html' - md5 'f790e022d658db38db5cc4aeeccad3f1' - - def install - system "./build.sh" - bin.install Dir["bin.macos*/bjam"] - end -end