| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-26 | Add syntax sugar for MPIDependency | Jack Nagel | |
| Closes #20797. | |||
| 2013-06-26 | audit: don't try to audit missing deps | Jack Nagel | |
| Refs #20829. | |||
| 2013-06-24 | Update audit for Fortran dependency | Adam Vandenberg | |
| 2013-06-09 | Separate formula conflicts from requirements | Jack Nagel | |
| Closes #20357. | |||
| 2013-06-07 | Improved audit of python stuff | Samuel John | |
| 2013-06-04 | Remove postgresql and mysql audit noise | Jack Nagel | |
| Closes #20159. | |||
| 2013-06-03 | Python 2.x and 3.x support | Samuel 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-27 | Audit url/devel/head for redundant :using | Adam Vandenberg | |
| 2013-05-27 | audit: drop redundant 'each' after 'grep' | Jack Nagel | |
| 2013-05-14 | audit: fix version audit for Version subclasses | Jack Nagel | |
| The version isn't redundant if a subclass of Version is specified. | |||
| 2013-05-07 | audit: only generate aliases list once | Jack Nagel | |
| 2013-05-07 | audit: only set up the build environment once | Jack Nagel | |
| 2013-04-26 | audit: fix interpolation check | Jack Nagel | |
| Fixes #19363. | |||
| 2013-04-22 | audit: warn about top-level methods | Jack Nagel | |
| 2013-04-06 | audit: clean up some regexps | Jack Nagel | |
| 2013-04-06 | audit: check build-time deps programmatically | Jack Nagel | |
| 2013-04-06 | audit: rescue only FormulaUnavailableError | Jack Nagel | |
| 2013-04-06 | audit: clean up URL audits | Jack Nagel | |
| 2013-04-06 | brew audit: find *.github.com pages | Jaime Marquínez Ferrándiz | |
| And suggest changing them to *.github.io Closes #19012. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-04-05 | Make some groups non-capturing | Jack Nagel | |
| 2013-04-05 | Use #grep where it will suffice | Jack Nagel | |
| 2013-04-01 | audit: fix check for depending on requirement classes | Jack Nagel | |
| Don't complain if it's instantiating the class so that it can pass arguments. Fixes #18883. | |||
| 2013-03-28 | audit: don't complain about postgis using postgresql | Adam Vandenberg | |
| 2013-03-15 | audit github downloads | Adam Vandenberg | |
| We want the new-style "/archive/" downloads. | |||
| 2013-03-15 | audit: Improve url audits. | Tobias Lidskog | |
| * Add url check for GitHub home pages using http. * Add url check for GitHub repo urls using http. * Include url in error messages about url issues. Closes #18372. | |||
| 2013-03-10 | audit: allow ARGV.find | Tobias Lidskog | |
| This fixes a false positive for mongodb. Closes #18370. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-03-09 | audit: correct inverted has_trailing_newline condition | Tobias Lidskog | |
| has_trailing_newline? checked if formula did not have a trailing newline. Invert regex and invert audit check. Closes #18359. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-02-21 | audit: don't complain about versioned automake depending on autoconf | Jack Nagel | |
| 2013-02-18 | Silence warning about unescaped square brackets | Jack Nagel | |
| 2013-02-18 | Remove unused variables | Jack Nagel | |
| 2013-02-18 | Don't use deprecated form of attr | Jack Nagel | |
| The form "attr :name, true" is deprecated and causes Ruby to emit a warning in verbose mode. Using attr_{reader,writer,accessor} is more clear anyway, so do so. | |||
| 2013-02-07 | audit: allow alpha.gnu.org URLs | Jack Nagel | |
| 2013-02-03 | audit: check for missing xz build-time dep | Jack Nagel | |
| Closes #17565. | |||
| 2013-02-03 | audit: mark intltool as a build-time dep | Jack Nagel | |
| 2013-02-02 | audit: inspect dep name, not dep object | Jack Nagel | |
| 2013-02-01 | audit: wrap patches in ENV.with_build_environment block | Jack Nagel | |
| 2013-01-30 | Remove MD5 support. | Mike McQuaid | |
| Closes #17317. | |||
| 2013-01-27 | audit: hint about depends_on Class | Adam Vandenberg | |
| 2013-01-26 | audit: warn about nonexistent options passed to deps | Jack Nagel | |
| 2013-01-04 | audit: remove silly audit, remove duplicate audit | Adam Vandenberg | |
| 2013-01-03 | audit: check conflict names | Adam Vandenberg | |
| 2012-10-21 | audit: loosen ARGV check | Adam Vandenberg | |
| 2012-09-18 | Provide more information about bad sf urls | Max Howell | |
| 2012-09-13 | Add skip_clean :all to audit | Adam Vandenberg | |
| 2012-09-10 | Audit check for old MacOS version methods | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-09-06 | audit: allow some forms of gist patches | Jack Nagel | |
| The problem is not the raw URLs, but URLs that do not contain the commit hash corresponding to a particular version of the gist. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-09-05 | audit: swig is a build time dep | Adam Vandenberg | |
| 2012-09-04 | Audit check for MACOS_VERSION | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-09-04 | Exempt automake from some audits | Adam Vandenberg | |
| 2012-09-03 | add audit for ENV.x11 | Adam Vandenberg | |
