Commit Graph

8 Commits (ee6fade1d6fb080135668cdce8ca65afdf5345ea)

Author SHA1 Message Date
Misty De Meo 596476ad78 Add conflicts_with DSL method
conflicts_with is a thin wrapper around Requirement which simplifies
marking conflicts between formulae.

Closes Homebrew/homebrew#13687.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-30 13:47:12 -03:00
Adam Vandenberg 1da58bc3f6 par2 fails to compile with clang 2012-06-14 20:59:24 -07:00
Weston Jossey d97824deee par2: update patch url
Closes Homebrew/homebrew#12824.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-14 10:55:26 -05:00
Adam Vandenberg b339a104fe par2: style updates 2012-02-10 20:43:19 -08:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Jari Bakken e4d7a6abe1 Add formula for par2 utility 2009-09-29 23:52:21 +01:00