aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-28 11:56:26 -0800
committerAdam Vandenberg2013-11-28 11:56:26 -0800
commitc16cced13e4e754c82a04853f4b635a1daaf1a31 (patch)
treeb7b56292ad79b043d4479a534d197a87249e5199 /Library
parent682ec9abcfe8dd2327073aa151fe7a0d6adb3a33 (diff)
downloadhomebrew-c16cced13e4e754c82a04853f4b635a1daaf1a31.tar.bz2
Move aimage to boneyard
No longer maintained; homepage suggests alternatives. Closes #24728.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/aimage.rb15
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 15 deletions
diff --git a/Library/Formula/aimage.rb b/Library/Formula/aimage.rb
deleted file mode 100644
index a1c8a34d6..000000000
--- a/Library/Formula/aimage.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'formula'
-
-class Aimage < Formula
- homepage 'http://www.forensicswiki.org/wiki/Aimage'
- url 'http://pkgs.fedoraproject.org/repo/pkgs/aimage/aimage-3.2.5.tar.gz/07a11d653cdd1d7a5aefe4d99cdbd408/aimage-3.2.5.tar.gz'
- sha1 '8f3136e9ad3204fb4c91149b3f01a32cc83e0371'
-
- depends_on 'afflib'
-
- def install
- system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
- system "make install"
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 862c68ea1..6984139dc 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -11,4 +11,5 @@ TAP_MIGRATIONS = {
'librets' => 'homebrew/boneyard',
'drizzle' => 'homebrew/boneyard',
'boost149' => 'homebrew/versions',
+ 'aimage' => 'homebrew/boneyard',
}