Commit graph

10 commits

Author SHA1 Message Date
BrewTestBot
620c8585cf asciitex: add 0.21 bottle. 2015-07-31 17:30:36 +01:00
Dominyk Tiller
a6cb2a4e22 asciitex: use pkgshare
Closes Homebrew/homebrew#42303.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-31 17:30:31 +01:00
Nikolaus Wittenstein
758f6e9533 Add descriptions to all remaining homebrew packages 2015-06-05 14:47:57 +01: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
Ted Pennings
4cd0935be7 Convert all 'def test' formulae to 'test do'
Closes Homebrew/homebrew#26942.
Closes Homebrew/homebrew#26946.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-24 19:54:02 -08:00
Adam Vandenberg
0ab65cb48f asciitex: style nit 2012-11-11 16:23:30 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Adam Vandenberg
742fe1bde1 Be more explicit about paths in test methods 2011-09-01 13:00:28 -07:00
Rui Pereira
ac23653faa asciiTeX 0.21
asciiTeX is an ASCII equation renderer with a syntax
similar to LaTeX.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-31 12:35:53 -07:00