Another SSL/TLS toolkit has gone through a rebranding. Cyassl > WolfSSL
this time.
ClosesHomebrew/homebrew#37435.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Update gnome-icon-theme to 3.14.1 and alias adwaita-icon-theme.
In GNOME 3.14, gnome-icon-theme and gnome-icon-theme-symbolic were merged into
adwaita-icon-theme, because the symbolic icons are no longer considered
optional.[1]
Moving to the latest stable version of this package fixes the lack of symbolic
icons for GTK+3 in Homebrew.
The tests I've written are simple sanity checks that ensure certain files were
created in the install process.
Someone with GTK+3 knowledge could probably write better ones that check if GTK+
properly detects the icon files.
[1]: https://mail.gnome.org/archives/desktop-devel-list/2014-April/msg00086.html
The gnome-icon-theme-symbolic package (merged into adwaita-icon-theme, we call
it gnome-icon-theme for historic reasons) requires librsvg to generate PNG files
from the symbolic icon SVG files.
(This was not necessary beforehand, because all icons in the original
gnome-icon-theme were PNGs)
ClosesHomebrew/homebrew#37306.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Version bump.
The URL will be named mbedtls from this point forwards, and in the
future the website and git will follow. An alias has been created
consequently so people can find it under the new name as well as the
‘old’ name. See Homebrew/homebrew#36775.
ClosesHomebrew/homebrew#36790.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This is consistent with other package managers. The project is not being
referred to as "libcaf" anywhere.
ClosesHomebrew/homebrew#36289.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
`the_platinum_searcher` is also known as `pt` (the atomic symbol for
platinum).
ClosesHomebrew/homebrew#30715.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
``boot2docker-cli`` (an alias for ``boot2docker``) was named
``boot2docker-cli.rb``, while all other aliases are named without the
``.rb`` ending. This commit simply renames the alias to follow the
pre-existing alias-naming convention.
ClosesHomebrew/homebrew#30703.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Updates the boot2docker formula to version 1.0.0. This is the new, Go
based, boot2docker management utility. It's the official successor of
the old shell based version!
MPICH2 recently renamed itself to MPICH and bumped the version number
from 1.5 to 3.0. Even more recently, it switched from SVN to git for
version control.
The sbin hack is no longer needed, since MPE was removed between
MPICH2-1.5 and MPICH-3.0.
ClosesHomebrew/homebrew#17314.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The name of the binary for the_silver_searcher is "ag", so it's probably
helpful to provide an alias to that effect.
ClosesHomebrew/homebrew#17042.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.
Turns out one of the "other things" is a dealbreaker.
We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.
So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.
The implications of this are:
- Anything that depends on readline will reinstall it as
"gnu-readline". Anything already installed will continue to function.
- "brew upgrade readline" will say "gnu-readline not installed", as
"readline" is now an alias.
- Probably other things.
So there are some downsides, but we will just have to deal with them.
FixesHomebrew/homebrew#15776.
md5deep distributes two progarms, md5deep and hashdeep,
with distinct behaviour. The site documents both of them, so
users might conceivable search for 'hashdeep' by name.
The proctools package is known primarily for its "pgrep" and "pkill"
utilities. Adding these aliases will make it easier to find the right
formula when those tools are needed.
ClosesHomebrew/homebrew#11898.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>