aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/scons.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-19use gzip multi-arg supportAdam Vandenberg
2010-09-17Update SCons to 2.0.1.Brett Cannon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-09Normalize SourceForge urlsAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-06Add explicit version to sconsAdam Vandenberg
2010-07-05Update SCons to 2.0.0.final0.Brett Cannon
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-01Update SCons to 1.3.0Adam Vandenberg
2010-02-20scons - put manuals in proper placeAdam Vandenberg
2009-11-11split command and arguments to system callGavin Heavyside
2009-10-19Some improvements to the Scons formulaelliottcable
2009-10-19Add Scons formulaKieran Pilkington
Signed-off-by: Max Howell <max@methylblue.com> Scons is now an example of a system that we do duplicated even though easy_install supports it. This is because: 1) Easy Install installs a version that is not current; 2) We may need to directly depend on this formula to build other formula.