Commit graph

28255 commits

Author SHA1 Message Date
Aku Kotkavuo
96162a2c28 Chicken 4.9.0.1
Closes Homebrew/homebrew#30689.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06 11:47:23 -05:00
David Holm
926d39efed amtterm SOAP::Lite resource
Closes Homebrew/homebrew#30688.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06 11:46:46 -05:00
Chongyu Zhu
89c4b6f1d7 pyenv 20140705
Closes Homebrew/homebrew#30687.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06 11:46:10 -05:00
BrewTestBot
e58972ed32 uwsgi: update 2.0.6 bottle. 2014-07-06 11:45:52 -05:00
David Holm
a66b6e9f8c uwsgi 2.0.6
Closes Homebrew/homebrew#30686.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06 11:45:45 -05:00
BrewTestBot
56f0474b1b leptonica: update 1.71 bottle. 2014-07-05 17:52:21 -05:00
Ed Porras
b8418e81b3 leptonica 1.71
Closes Homebrew/homebrew#30621.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-05 17:52:06 -05:00
BrewTestBot
50523f7498 sysdig: update 0.1.84 bottle. 2014-07-05 15:49:03 -05:00
Stian Eikeland
4ac89ad3bb sysdig 0.1.84
Closes Homebrew/homebrew#30674.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-05 15:48:51 -05:00
BrewTestBot
7a1741337e juju: update 1.20.0 bottle. 2014-07-05 15:48:22 -05:00
Curtis Hovey
dd331b2122 Juju 1.20.0
Closes Homebrew/homebrew#30672.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-05 15:48:15 -05:00
Yamashita Yuu
d44a6ddf2a pyenv-virtualenv 20140705
Changes:

* Display information on auto-(de)?activation
* Support manual (de)?activation with auto-activation enabled
* Exit as error when (de)?activation failed
* Use https://bootstrap.pypa.io/ to install setuptools and pip
* Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade`

Closes Homebrew/homebrew#30669.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-05 15:47:53 -05:00
BrewTestBot
dee9f8e766 l-smash: update 1.11.8 bottle. 2014-07-05 15:45:34 -05:00
Tsukasa OMOTO
4021fc9b93 l-smash v1.11.8
Closes Homebrew/homebrew#30679.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-05 15:45:15 -05:00
Megazord
fb611a7c37 Typesafe Activator 1.2.3
Closes Homebrew/homebrew#30677.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-05 15:44:13 -05:00
BrewTestBot
c81ff63d27 youtube-dl: update 2014.06.26 bottle. 2014-07-05 15:43:56 -05:00
Sergey M․
07a582cf43 youtube-dl 2014.06.26
Closes Homebrew/homebrew#30676.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-05 15:43:21 -05:00
BrewTestBot
a3af1017af chibi-scheme: add 0.7 bottle.
Closes Homebrew/homebrew#30656.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-05 11:39:44 +01:00
tizoc
effa114860 chibi-scheme 0.7 2014-07-05 11:39:22 +01:00
BrewTestBot
3ec7fba410 boot2docker: update 1.1.0 bottle.
Closes Homebrew/homebrew#30663.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-05 09:14:49 +01:00
Misty De Meo
00c1e721d5 boot2docker 1.1.0 2014-07-05 09:14:49 +01:00
BrewTestBot
6c3908c95c docker: update 1.1.0 bottle.
Closes Homebrew/homebrew#30649.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-05 09:14:33 +01:00
Andy Shinn
87a46b3eba docker 1.1.0 2014-07-05 09:14:33 +01:00
Martin Williams
81ef7c4f6f wine: ENV.libxml2 needed if no CLT
libxml2 support will be compiled into wine if configure finds it. But
configure will not find it in an 'XCode only' environment.

Adding ENV.libxml2 to the formula appears to resolve the issue
satisfactorily. (The formula specifies 'env :std'.)

'wine without libxml2' breaks at least one Windows InstallShield based
'exe style' installer. InstallShield is widely used to develop Windows
installer packages, so there are probably many Windows installers that
will fail in libxml2's absence.

Closes Homebrew/homebrew#30591.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 23:23:37 -05:00
Qiangning Hong
efcc2dd4b2 python: add --with-docs option
This option will install HTML documentation.

Closes Homebrew/homebrew#30608.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 23:22:57 -05:00
Ian Lancaster
d9d6ee9f2b pstoedit: depends on xz
Closes Homebrew/homebrew#30622.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 23:19:11 -05:00
Wesley Bland
dc8e958cb7 Fix fortran flag in MPICH
MPICH changed the way the fortran flag works. Instead of using --disable-fc
and --disable-f77, it now just has one --disable-fortran. This patch updates
the formula to follow that convention.

Closes Homebrew/homebrew#30572.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 23:18:58 -05:00
Benjamin Weber
ef2508c8dc Fix broken Perl::Curses link.
Closes Homebrew/homebrew#30662.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 23:17:38 -05:00
George Gastaldi
b88f1ab5d3 JBoss Forge 2.7.0.Final
Closes Homebrew/homebrew#30666.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 23:17:01 -05:00
Tim D. Smith
59fa5fc296 python3: don't install bottles on Xcode-only systems
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 22:17:48 -05:00
Tim D. Smith
50a4ab28d6 python: don't install bottles on Xcode-only systems
Closes Homebrew/homebrew#30633.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 22:17:17 -05:00
BrewTestBot
803d5f5fd0 libestr: update 0.1.9 bottle. 2014-07-04 22:15:19 -05:00
David Holm
e64c840ac0 libestr 0.1.9
Closes Homebrew/homebrew#30640.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 22:15:01 -05:00
Kyle Mathews
16523c0d08 czmq: fix checksum for stealth update
Closes Homebrew/homebrew#30636.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 22:12:54 -05:00
BrewTestBot
3d76a72aea fswatch: update 1.3.8 bottle. 2014-07-04 22:02:19 -05:00
Enrico M. Crisostomo
67db228930 fswatch 1.3.8
Closes Homebrew/homebrew#30657.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 22:02:19 -05:00
Mike McQuaid
4a233bd080 onetime: further improve test, fix --devel. 2014-07-04 18:53:07 +01:00
BrewTestBot
949dd55742 liblas: add 1.7.0 bottle.
Closes Homebrew/homebrew#30647.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-04 18:37:28 +01:00
Larry Shaffer
8072124c95 liblas: fix gdal, libgeotiff defined type conflict 2014-07-04 18:37:28 +01:00
BrewTestBot
57864a186a onetime: add 1.81 bottle.
Closes Homebrew/homebrew#30643.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-04 18:35:00 +01:00
Mike McQuaid
bfc49ffddd onetime: add better test. 2014-07-04 18:35:00 +01:00
Dominyk Tiller
4fe4b207d1 onetime 1.8.1 (new formula)
Assists users in creating one-time pads. Still actively supported
upstream, and has gathered a lot of renewed interest thanks to Hak5
covering the tool recently.
2014-07-04 18:34:50 +01:00
BrewTestBot
b93d7a805b the_silver_searcher: update 0.23.0 bottle.
Closes Homebrew/homebrew#30655.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-04 13:31:04 +01:00
George Hickman
3f9c3521b7 the_silver_searcher 0.23.0 2014-07-04 13:30:54 +01:00
yrammos
1a8f73c6bf lilypond devel 2.19.9
Closes Homebrew/homebrew#30651.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-04 09:47:34 +01:00
BrewTestBot
1a31ff0e11 mercurial: update 3.0.2 bottle.
Closes Homebrew/homebrew#30644.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-04 08:05:18 +01:00
Takumi IINO
fdd2782582 mercurial 3.0.2 2014-07-04 08:05:18 +01:00
Dominyk Tiller
269d4f803c dirmngr: add a mirror.
The current mirror seems to be dead. I've given it about 36 hours but
no sign of revival yet. Just in case, this merge adds the debian
package mirror.

Closes Homebrew/homebrew#30642.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-04 08:05:18 +01:00
Valentin Novikov
f917e540f7 transmission 2.84
Update to latest stable release.

Closes Homebrew/homebrew#30648.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 00:05:20 -05:00
Akhil Kodali
8f66b352cc predictionio 0.7.2
Closes Homebrew/homebrew#30638.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-04 00:03:16 -05:00