aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-06-01 00:17:43 -0500
committerJack Nagel2014-06-01 00:17:44 -0500
commitdb2fdcf055e070342a912a2d59fa696a22f1ecfa (patch)
tree5c5e6ff48319a89d1751b9ef2b3db4198137d33b
parent6017507faf566fedc41d8c8f3ae3071df8f74ab0 (diff)
downloadhomebrew-db2fdcf055e070342a912a2d59fa696a22f1ecfa.tar.bz2
Remove jstalk
Closes #29720.
-rw-r--r--Library/Formula/jstalk.rb24
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 24 deletions
diff --git a/Library/Formula/jstalk.rb b/Library/Formula/jstalk.rb
deleted file mode 100644
index aca1192b6..000000000
--- a/Library/Formula/jstalk.rb
+++ /dev/null
@@ -1,24 +0,0 @@
-require 'formula'
-
-class Jstalk < Formula
- homepage 'http://jstalk.org/'
- url 'https://github.com/ccgus/jstalk/archive/v1.0.1.tar.gz'
- sha1 '9257333ca347bc29cfc5e97cc199b61cfefa2168'
-
- head 'https://github.com/ccgus/jstalk.git'
-
- depends_on :macos => :snow_leopard
- depends_on :xcode
-
- def install
- ["JSTalk Framework", "jstalk command line", "JSTalk Editor"].each do |t|
- xcodebuild "-target", t, "-configuration", "Release", "ONLY_ACTIVE_ARCH=YES", "SYMROOT=build"
- end
-
- cd 'build/Release' do
- bin.install 'jstalk'
- prefix.install "JSTalk Editor.app"
- frameworks.install 'JSTalk.framework'
- end
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 2333e0c50..4da24c137 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -22,6 +22,7 @@ TAP_MIGRATIONS = {
"iulib" => "homebrew/boneyard",
"jscoverage" => "homebrew/boneyard",
"jsl" => "homebrew/binary",
+ "jstalk" => "homebrew/boneyard",
"justniffer" => "homebrew/boneyard",
"kerl" => "homebrew/headonly",
"kismet" => "homebrew/boneyard",