aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ninja.rb
AgeCommit message (Collapse)Author
2015-03-25ninja: add testXu Cheng
Closes #38057. Signed-off-by: Xu Cheng <xucheng@me.com>
2014-11-25ninja: update 1.5.3 bottle.BrewTestBot
2014-11-25ninja: 1.5.3Chilledheart
notable changes: - the bootstrap.py script is being retired, `configure.py --bootstrap` now does what bootstrap.py used to do release note: - https://groups.google.com/forum/#!topic/ninja-build/PHgWwy4DL0c Closes #34447. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-19ninja: add 1.5.1 bottle.BrewTestBot
2014-11-19ninja: add support for build-time testsChilledheart
Closes #34306. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-07Ninja 1.5.1Lukas
Closes #30698. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-01-04ninja: cleanup python usage.Mike McQuaid
2013-09-16ninja 1.4.0Misty De Meo
Fixes #22587.
2013-07-01ninja: add URL for HEAD versionJacob Bandes-Storch
Closes #20928. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-14ninja v1.3.4Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03Python 2.x and 3.x supportSamuel John
New `depends_on :python` Dependency. New `depends_on :python3` Dependency. To avoid having multiple formulae with endings -py2 and -py3, we will handle support for different pythons (2.x vs. 3.x) in the same formula. Further brewed vs. external python will be transparently supported. The formula also gets a new object `python`, which is false if no Python is available or the user has disabled it. Otherwise it is defined and provides several support methods: python.site_packages # the site-packages in the formula's Cellar python.global_site_packages python.binary # the full path to the python binary python.prefix python.version python.version.major python.version.minor python.xy # => e.g. "python2.7" python.incdir # includes of python python.libdir # the python dylib library python.pkg_config_path # used internally by brew python.from_osx? python.framework? python.universal? python.pypy? python.standard_caveats # Text to set PYTHONPATH for python.from_osx? python.if3then3 # => "" for 2.x and to "3" for 3.x. Further, to avoid code duplication, `python` takes an optional block that is run twice if the formula defines depends_on :python AND :python3. python do system python, 'setup.py', "--prefix=#{prefix}" end Read more in the Homebrew wiki.
2013-05-21ninja v1.3.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-18ninja 1.3.2Markus Herb
Closes #19906. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-03use bash/zsh path helpersAdam Vandenberg
2013-03-29Change github /tarball/ URLs to /archive/ for formulae L-ZAndrew Janke
This takes care of a `brew audit` complaint. Closes #18828. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-01ninja v1.1.0Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-26Ninja 1.0.0Eashwar Ranganathan
Closes #15130. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09Ninja 120715Michael Maltese
Closes #14087. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16Remove ninja.Adam Vandenberg
Moving this head-only formula to homebrew-alt.
2012-01-28Fix Ninja buildMatthieu Dubet
Ninja bootstrap script is now in Python instead of shell Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-11Ninja: Use original Git repositoryAlex Brem
Closes #7559. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-05-26Use https for github repos.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12Add formula for ninja build system.Giulio Eulisse