Commit graph

53 commits

Author SHA1 Message Date
Misty De Meo
b66f5ad161 Formula: provide compiler failure collections
`needs` allows formulae to specify dependencies on cross-compiler
dependencies, allowing multiple failures to be specified in a single
statement. For instance, `needs :cxx11` adds seven compiler failures.

Closes Homebrew/homebrew#22912.
2014-04-12 10:36:00 -07:00
BrewTestBot
7be3035e32 aria2: update 1.18.5 bottle. 2014-04-06 20:12:41 -05:00
Jack Nagel
6b3a26b0ce aria2 1.18.5 2014-04-06 20:12:35 -05:00
BrewTestBot
620766c32b aria2: add 1.18.4 bottle. 2014-03-27 21:42:09 -05:00
Jack Nagel
165c7000c2 aria2 1.18.4 2014-03-27 19:41:24 -05:00
Jaime Marquínez Ferrándiz
74c83fa9f6 Batch convert http download urls from SourceForge to https
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-02 09:16:53 -08:00
Jack Nagel
796c48eb4e aria2 1.18.3 2014-01-14 12:43:52 -06:00
Misty De Meo
6ee094d3a1 aria2: fix finding system sqlite
Fixes Homebrew/homebrew#25769.
2014-01-10 21:42:05 -08:00
Jack Nagel
5bafd7e362 aria2 1.18.2 2013-12-28 19:16:51 -06:00
Jack Nagel
b6198df4cb aria2: enable zlib support 2013-12-28 19:16:51 -06:00
Jack Nagel
1c39ca4059 aria2: always build with Apple TLS support
aria2 requires C++11, so its C++ dependencies (gnutls, gmp) must have
C++11 options as well, unless we use Apple's built-in TLS support
instead.

Fixes Homebrew/homebrew#24709.
2013-11-29 11:52:21 -06:00
Stian Eikeland
37f290bda3 aria2 1.18.1
Closes Homebrew/homebrew#23526.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-24 13:06:23 +01:00
chdiza
5c577ae7d9 aria2: Only require gnutls when necessary
gnutls isn't required when the user asks for aria2 to be brewed
`--with-appletls`.

Closes Homebrew/homebrew#22561.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-15 09:47:09 -07:00
Adam Vandenberg
7d7f613abd aria: use system sqlite
System sqlite is sufficient on all supported platforms.

Closes Homebrew/homebrew#21870.
2013-09-14 15:57:07 -07:00
Alexis Hildebrandt
c2e5cbc379 aria 1.18.0
Closes Homebrew/homebrew#22451.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-14 15:57:07 -07:00
Leeroy Ding
6516d24be7 aria2: fix compilation on Clang 5
Closes Homebrew/homebrew#21356.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-24 09:14:45 -07:00
Adam Vandenberg
b0dadd92cf aria2: use sqlite, install completion
Closes Homebrew/homebrew#21194.
2013-07-14 11:01:30 -07:00
Misty De Meo
f7a044271e Replace == :leopard with <= :leopard 2013-07-10 01:51:09 -07:00
antbryan
a164008a90 aria2 1.17.1
Closes Homebrew/homebrew#19392.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-29 21:01:34 -07:00
Jack Nagel
ef3ef27355 aria2 1.16.5 2013-03-24 14:32:24 -05:00
Stian Eikeland
9ab3a265ed aria2 1.16.4
Closes Homebrew/homebrew#18696.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-24 14:25:50 -05:00
noe111
3dd09e69ff aria2: add recommended dep on curl-ca-bundle
Closes Homebrew/homebrew#17985.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-01 18:14:57 -06:00
Stian Eikeland
b27a9da12e Aria2 1.16.3
Closes Homebrew/homebrew#17614.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-05 19:59:58 -08:00
Stian Eikeland
d01987ad0b Aria2 1.16.1
Bumped aria2 to 1.16.1

Closes Homebrew/homebrew#16803.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-30 16:41:26 -08:00
Adam Vandenberg
457b89750b aria2: depends on gnutls
Closes Homebrew/homebrew#16528.
2012-12-14 21:00:03 -08:00
antbryan
5f927f9ddf aria2 1.16.0
Closes Homebrew/homebrew#16518.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-12-11 09:29:26 -08:00
Stian Eikeland
c701a011bc aria2 1.15.2
Closes Homebrew/homebrew#14868.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-12 07:20:34 -07:00
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Stian Eikeland
76a011e8ce aria2 1.15.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-30 07:08:11 -07:00
Stian Eikeland
6513df2988 aria2: 1.15.0
[jn: Clang issues were fixed upstream, so remove fails_with block]

Closes Homebrew/homebrew#11661.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 14:51:42 -05:00
Jack Nagel
e62cb2b3ab aria2: fails with clang
Fixes Homebrew/homebrew#11501.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-07 20:20:26 -05:00
Rogério Brito
bbd0c8bcfb aria2: Use a newer version of libxml2 on Leopard
Closes Homebrew/homebrew#10940.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-14 17:03:52 -07:00
Adam Vandenberg
2ca7cfd24f Aria2 1.14.2 2012-03-05 21:47:22 -08:00
toki
b973253db2 aria2 1.14.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24 06:54:21 -08:00
Alexis Hildebrandt
017f6387d1 aria2 1.12.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-04 14:19:45 -05:00
Ruben Fonseca
15195b1f7a aria2 1.12.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-29 08:07:20 -07:00
Alexis Hildebrandt
6b1a3e00b1 aria2 1.11.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-28 21:52:41 -07:00
Adam Vandenberg
99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Ali Asad Lotia
6415873182 Update aria2 to 1.10.9.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-10 09:16:56 -08:00
Ali Asad Lotia
c311702054 Update aria2 to 1.10.8.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-20 18:58:08 -08:00
Alexis Hildebrandt
30882d790c Update Formula: aria2 to 1.10.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Fixes Homebrew/homebrew#3034
2010-11-02 18:44:24 -07:00
Alexis Hildebrandt
b8990a24b9 Update Formula: aria2
Version bump to 1.10.0

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-08 08:36:15 -07:00
Adam Vandenberg
e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Adam Vandenberg
22ff9c22af Update aria2 to 1.9.4 2010-06-05 08:34:45 -07:00
Adam Vandenberg
286ed8175c Aria 2 1.9.3, possibly more stable URL. 2010-05-10 13:26:07 -07:00
David Höppner
f63f27a0d6 Fixes Homebrew/homebrew#1235 2010-04-28 23:06:25 +02:00
Ali Asad Lotia
24d999b82a Updated aria2 to 1.9.0.
The version was updated from 1.8.2 to 1.9.0. 1.8.2 was no longer
available at the specified download location and installation was
failing because a 404 was returned when attempting to download aria2
1.8.2.

Signed-off-by: David Höppner <0xffea@gmail.com>
2010-03-24 10:31:32 +01:00
Adam Vandenberg
fa023e3f49 Update Aria2 to 1.8.2; use GCC. 2010-02-11 14:50:16 -08:00
Abhinay Omkar
f9c4454e2d Changed URL and md5 sum of aria2 formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-11 14:36:42 -08:00