Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 02, 2016
  2. Mar 01, 2016
  3. Feb 29, 2016
  4. Feb 28, 2016
  5. Feb 26, 2016
  6. Feb 25, 2016
  7. Feb 24, 2016
  8. Feb 23, 2016
  9. Feb 22, 2016
  10. Feb 21, 2016
    • Zhiming Wang's avatar
      synfigstudio: boneyard · 18b20c9e
      Zhiming Wang authored
      
      Main reasons for boneyard:
      
      * As this formula now stands, it fails to build (with a mysterious
        error) against FFmpeg 3.0 (#49178);
      
      * This is a GUI-only tool (look at its awkward test), so it doesn't
        quite belong to core to begin with; and due to the build issue above,
        work is needed if it is to be revived in homebrew/gui;
      
      * There's not enough interest, seeing that we are two releases or half a
        year behind, and no user even proposed a version bump;
      
      * Upstream's preferred method of installation is the app bundle (which
        seems to be a much more complete solution, given the app bundle's
        size), distributed in binary disk images.
      
      More discussions in Homebrew/homebrew#49178.
      
      Closes Homebrew/homebrew#49378.
      
      Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
      18b20c9e
    • Dominyk Tiller's avatar
      test_pathname: add append_lines tests · e00375e3
      Dominyk Tiller authored
      
      Closes Homebrew/homebrew#49233.
      
      Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
      e00375e3
    • Dominyk Tiller's avatar
      pathname: add append_lines method · ff4d16de
      Dominyk Tiller authored
      * Blocks writing of new files via accidental typos, etc, which the normal open("blah", "a") doesn't.
      * Where files don't exist they should ideally be using `(buildpath/"dog").write` instead of open("blah", "a") already.
      * It's a bit less cluttered looking if you need several writes to different files in the formula, IMO.
      ff4d16de
    • Xu Cheng's avatar
      plist_caveats: ensure it ending with newline · 7c9dff1f
      Xu Cheng authored
      
      Closes Homebrew/homebrew#49374.
      
      Signed-off-by: default avatarXu Cheng <xucheng@me.com>
      7c9dff1f
Loading