Commit graph

77 commits

Author SHA1 Message Date
Mike McQuaid
bb0cf539a6 class-dump: migrate to boneyard (#3887) 2016-08-14 17:43:02 +01:00
ilovezfs
fdd06c3114 disco: migrate to boneyard 2016-08-12 02:29:14 -07:00
Dominyk Tiller
e1c2344918
openlitespeed: migrate to boneyard
Closes https://github.com/Homebrew/homebrew-core/issues/3300.
2016-08-11 21:46:29 +01:00
Dominyk Tiller
5af93aec46
samba: migrate to boneyard
Closes https://github.com/Homebrew/homebrew-core/issues/470.
2016-08-10 05:24:15 +01:00
Anastasia Sulyagina
c6756fa5bf gimp: migrate to Homebrew Cask. 2016-08-08 11:20:28 +01:00
ilovezfs
98175d24f5 libdbusmenu-qt: migrate to boneyard
Closes #3687.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-08-07 06:18:50 -07:00
Dominyk Tiller
d249d6c45a ucspi-tools: migrate to boneyard (#3589)
Upstream hasn't cut a release in over 18 months. In the mean time this has gone
through 10 formula revisions & has a whole vendored LibreSSL because upstream
isn't keeping up with LibreSSL development, sadly, which is rapid & regularly
breaking.

I'm uncomfortable keeping an unsupported LibreSSL buried inside this formula
when it looks increasingly like that's going to become a permanent fixture rather
than the temporary hack it was intended to be when inserted initially.

We wouldn't accept this formula today due to notability issues in our audit and
our usage data shows only 18 "known" installations since analytics were
switched on a few months ago.

Let's remove this from Homebrew until the situation improves in terms of
mandating LibreSSL but not matching its release cadence.
2016-08-04 19:43:31 +01:00
AnastasiaSulyagina
8b660c4838 avidemux: migrate to Homebrew Cask.
Closes #3328.
2016-08-02 11:56:04 +01:00
Anastasia Sulyagina
e05b211652 sqlitebrowser: migrate to Homebrew Cask. 2016-08-02 11:53:35 +01:00
Anastasia Sulyagina
ee82d1a9d5 quassel: migrate to Homebrew Cask. 2016-08-02 11:52:31 +01:00
Anastasia Sulyagina
ff0b07b5c5 kdiff3: migrate to Homebrew Cask. 2016-08-02 11:52:12 +01:00
ilovezfs
b0b2f78ddb update tap_migrations
- removals from boneyard
- note that lmutil had previously been migrated from binary to boneyard

Closes #3501.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-08-01 05:58:23 -07:00
Andrew Janke
feb5997e68 icmake: migrate to boneyard
Newer versions (8.0+) of icmake are broken on non-GNU systems in new ways.
Icmake isn't used by anything in Homebrew core; it's just there to support
yodl in the future, for zsh development. Abandoning it instead of getting
the newer versions to build.

Closes #3487.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-08-01 01:14:31 -04:00
ilovezfs
10dc9b611c luyten: migrate to gui
Closes #3428.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-07-29 16:21:18 -07:00
Martin Afanasjew
71cdcedc3f folly: migrate to boneyard (#3321) 2016-07-26 17:57:28 +02:00
ilovezfs
634f05c6d7 vpnc: migrate to boneyard
due to tuntap requirement

Closes #3103.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-07-20 16:54:14 -07:00
ilovezfs
0b744ca667 shrewsoft-vpn-client: migrate to boneyard
due to tuntap requirement
2016-07-20 16:54:14 -07:00
ilovezfs
eeacd3e606 peervpn: migrate to boneyard
due to tuntap requirement
2016-07-20 16:54:14 -07:00
ilovezfs
17df29ee00 iodine: migrate to boneyard
due to tuntap requirement
2016-07-20 16:54:14 -07:00
Dominyk Tiller
6dc67ddbb2 libiomp: migrate to boneyard
Functionality is now available as part of LLVM in Homebrew.
2016-07-17 03:42:32 +01:00
Dominyk Tiller
c57e307172 clang-omp: migrate to boneyard
Functionality is now available as part of LLVM in Homebrew.
2016-07-17 03:42:32 +01:00
ilovezfs
e8ed144692 kubernetes-helm: migrate to boneyard
Closes #3058.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-07-16 09:20:58 -07:00
Anastasia Sulyagina
55c99c4d99 horndis: move to Homebrew Cask (#2924) 2016-07-15 22:30:56 +01:00
Anastasia Sulyagina
133584c2b4 tuntap: migrate to cask. 2016-07-11 14:52:57 +01:00
Anastasia Sulyagina
d30664101c osxfuse: migrate to cask. 2016-07-11 14:52:35 +01:00
Eran Meir
c1f3fe480a urweb 20160621 (migrate from boneyard)
Closes #2182.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-06-22 05:31:41 +02:00
Dominyk Tiller
e05298ad8a signing-party: boneyard (#2203)
I'm only intending for this to be temporary, but we're stuck between a rock and
a hard place on this formula & it's holding up work that's really more significant.

Essentially, for the new release Debian moved to requiring `libmd`, which is a
cryptographic library that is portable on BSD and Linux, and was included in OS X
until 10.8 when it was removed.

Various implementations are available to us:

We could use the "original" `libmd` that today needs heavy patching to build on OS X.

We could try to revive the old Apple `libmd` implementation, which doesn't build as-is.

We could attempt to use the one Debian uses, which although despite being slightly
modernised by Debian still doesn't build on OS X.

We could also ask Debian to go back to using a completely portable mechanism and
drop the `libmd` dependency.
2016-06-21 14:56:11 +01:00
Mike McQuaid
7dc3c0c437 vmalloc: migrate to boneyard.
Closes #2194.
2016-06-21 09:29:42 +01:00
Mike McQuaid
b0f418349a vcodex: migrate to boneyard. 2016-06-21 09:29:42 +01:00
Mike McQuaid
4ab132cdf5 swatchbooker: migrate to boneyard. 2016-06-21 09:29:42 +01:00
Mike McQuaid
052c70c370 skytools: migrate to boneyard. 2016-06-21 09:29:42 +01:00
Mike McQuaid
6357c06b3b pylucene: migrate to boneyard. 2016-06-21 09:29:42 +01:00
Mike McQuaid
7dcf583554 orfeo: migrate to boneyard. 2016-06-21 09:29:42 +01:00
Mike McQuaid
9596274371 ninja-ide: migrate to boneyard. 2016-06-21 09:29:42 +01:00
Martin Afanasjew
0348934a5a openwsman: migrate to boneyard
Closes Homebrew/legacy-homebrew#44047.

Closes #2195.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-06-20 18:48:03 +02:00
Martin Afanasjew
645d424296 wsmancli: migrate to boneyard 2016-06-20 18:48:03 +02:00
Dominyk Tiller
04fa6f5629 nant: boneyard (#2013)
nant currently blocks https://github.com/Homebrew/homebrew-core/pull/2011, and looks like it will for the foreseeable.
Upstream commits which fix this issue include:

4d2e97f2cf
85a6887316
09a4a2baa1

But we're not going to adopt an untested 4k+ diff when there's no obvious upstream
release coming; the last nant release was mid 2012, we're already carrying a patch
from 2013 & another build fix from 2015, and neither are in any release yet.

We're more than happy to take this formula back when there's a new release covering
the above, but till then the amount of hacking needed to bring it back to life from
the last release is onerous & I'd recommend people install it directly from git
if they want to use it in the meantime.
2016-06-15 18:18:38 +01:00
ilovezfs
baeef32519 soccerwindow2: migrate to boneyard
Closes #1821.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-06-10 02:24:32 -07:00
ilovezfs
41512ddf7b visualnetkit: migrate to boneyard
Closes #1820.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-06-10 02:07:48 -07:00
Tim D. Smith
532c4d8705 powerline: migrate to boneyard
Closes #1767. Closes #1804.
2016-06-07 20:29:35 -07:00
ilovezfs
5c05352754 memo: boneyard
Closes #1770.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-06-07 04:28:21 -07:00
Izaak Beekman
1bcae5f26e gdal-grass: boneyard
Hard dependency on grass, also boneyarded, which is blocking GCC
 6.1.0. See PR #676 for more discussion.

Closes #1756.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-06-06 22:46:17 +02:00
Izaak Beekman
9ff6db23ea grass: boneyard
Outdated and blocking gcc 6.1. In addition, more recent grass will be
 supported in the homebrew-geospatial tap. See PR #676 for further
 details.
2016-06-06 22:46:17 +02:00
Dominyk Tiller
d0f9017b38
miredo: boneyard
Requires the now removed Judy, and literally two people installed this formula
from bottle over the last 365 days.

Closes #1628.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-06-01 20:49:56 +01:00
Dominyk Tiller
28944f6587
validns: boneyard
It requires the now removed Judy to build/run.
2016-06-01 20:49:55 +01:00
Dominyk Tiller
1f390568f2
judy: boneyard
Closes #1562.
2016-06-01 20:49:55 +01:00
Martin Afanasjew
d86c2808dc n98-magerun: migrate to php (#1534) 2016-05-31 16:06:35 +02:00
Mike McQuaid
231548ab15 gambit-scheme: boneyard. (#1537)
It does not build with any version of Clang.
2016-05-30 11:17:40 +01:00
Alex Dunn
c0dc6dce12 ttytter: move to boneyard
Replaced by oysttyer: http://www.floodgap.com/software/ttytter/

Closes #1423.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2016-05-26 06:47:50 -07:00
Izaak Beekman
05ce2548ba GASNet: boneyard
The formula does not currently build useful installations of
 GASNet. The stub/include makefiles the GASNet installer writes contain
 references to `$(homebrew --prefix)/Library/ENV/4.3/ld` etc. which
 don't work outside the homebrew installation environment. These need to
 be patched to be useful, so that they resolve to the compiler used to
 build/install GASNet.

Closes #1368.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-05-24 00:31:36 +02:00