diff options
| author | Dominyk Tiller | 2014-11-20 17:59:54 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2014-11-21 01:18:10 -0600 | 
| commit | e62d8d9eaa2653cea6435b8d6a868de7274dd904 (patch) | |
| tree | 7d6b337ae2b44d549c2268d32e5af35a49c406bc | |
| parent | 7eea92a3b784109f47bde40eaf5e23d394a77c7d (diff) | |
| download | homebrew-e62d8d9eaa2653cea6435b8d6a868de7274dd904.tar.bz2 | |
authexec: migrating taps
This formula no longer works on anything newer than Lion (See #34039),
so handing it over to Misty’s Tigerbrew fork where it could still be
useful. As far as tap_migrations goes though, it's being moved to the
boneyard due to Misty's fork not technically being a 'tap'.
Closes #34348.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/authexec.rb | 19 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
2 files changed, 1 insertions, 19 deletions
| diff --git a/Library/Formula/authexec.rb b/Library/Formula/authexec.rb deleted file mode 100644 index ff2693e8f..000000000 --- a/Library/Formula/authexec.rb +++ /dev/null @@ -1,19 +0,0 @@ -require "formula" - -class Authexec < Formula -  homepage "https://github.com/tcurdt/authexec" -  url "https://github.com/tcurdt/authexec/archive/1.0.tar.gz" -  sha1 "73d8fb4202ae99057691788442bb192972ef304c" - -  head "https://github.com/tcurdt/authexec.git" - -  # AuthorizationExecuteWithPrivileges was depreciated in OS X 10.7 -  # Installing this on newer systems throws up an ugly, blunt OS X warning. -  # Running anything under it on newer systems also gets a `status: -60031` error -  depends_on MaximumMacOSRequirement => :lion - -  def install -    system ENV.cc, "authexec.c", "-framework", "Security", "-o", "authexec" -    bin.install "authexec" -  end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 7288614f8..3189204a9 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -5,6 +5,7 @@ TAP_MIGRATIONS = {    "apple-gcc42" => "homebrew/dupes",    "appledoc" => "homebrew/boneyard",    "appswitch" => "homebrew/binary", +  "authexec" => "homebrew/boneyard",    "aws-iam-tools" => "homebrew/boneyard",    "blackbox" => "homebrew/boneyard",    "boost149" => "homebrew/versions", | 
