From 239a2222737f64d43d6eb897b3ea217a627dcb30 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 14 May 2016 07:44:50 -0700 Subject: [PATCH] embryo: boneyard Superseded by EFL. See also #1161 and #1162. Closes #1163. --- Formula/efl.rb | 1 - Formula/embryo.rb | 34 ---------------------------------- tap_migrations.json | 1 + 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 Formula/embryo.rb diff --git a/Formula/efl.rb b/Formula/efl.rb index deba716785..0bfe560086 100644 --- a/Formula/efl.rb +++ b/Formula/efl.rb @@ -12,7 +12,6 @@ class Efl < Formula end conflicts_with "eina", :because => "efl aggregates formerly distinct libs, one of which is eina" - conflicts_with "embryo", :because => "efl aggregates formerly distinct libs, one of which is embryo" option "with-docs", "Install development libraries/headers and HTML docs" diff --git a/Formula/embryo.rb b/Formula/embryo.rb deleted file mode 100644 index c9f7a6ddb8..0000000000 --- a/Formula/embryo.rb +++ /dev/null @@ -1,34 +0,0 @@ -class Embryo < Formula - desc "Version of the original Small abstract machine" - homepage "https://docs.enlightenment.org/stable/efl/embryo_main.html" - url "https://download.enlightenment.org/releases/embryo-1.7.10.tar.gz" - sha256 "d6700ba34d7903f53695246ca3edd3fe463ed1acbadd283219ec9678bc4989a0" - - bottle do - sha256 "c1030dbef24058dadb1fa7773b8284d38032a01d5839509f157f13416e7643c0" => :el_capitan - sha256 "079fa2a100ed0e5392ac1fe1bf9ff9262a43e1f1aeaa57326c3edef8979c7f70" => :yosemite - sha256 "70a2d8e13a3d699349ddb60cecbeeeaff3f82f9d6b827ebc80f984d9115a51b2" => :mavericks - sha256 "0a600c02ef8aba936e860a9f60cb1188048c9a589e31d8c787ea26d46ca84200" => :mountain_lion - end - - head do - url "https://git.enlightenment.org/legacy/embryo.git/" - - depends_on "autoconf" => :build - depends_on "automake" => :build - depends_on "libtool" => :build - end - - depends_on "pkg-config" => :build - depends_on "eina" - - conflicts_with "efl", :because => "both install `embryo_cc` binaries" - - def install - system "./autogen.sh" if build.head? - system "./configure", "--disable-dependency-tracking", - "--disable-silent-rules", - "--prefix=#{prefix}" - system "make", "install" - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 4924a3070b..91bb4faaa6 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -58,6 +58,7 @@ "echoping": "homebrew/boneyard", "eet": "homebrew/boneyard", "electric-fence": "homebrew/boneyard", + "embryo": "homebrew/boneyard", "encfs": "homebrew/fuse", "evas": "homebrew/boneyard", "ext2fuse": "homebrew/fuse",