BrewTestBot
a8746689a9
abcde: update 2.8.1_1 bottle.
2017-03-19 12:56:30 +01:00
JCount
0dea8576e2
abcde: patch to correctly set md5 utility name
...
Closes #11250 .
Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2017-03-19 12:56:28 +01:00
ilovezfs
2d223464a8
Revert "abcde: add missing dependency md5sha1sum"
2017-03-03 08:28:50 -08:00
Lukas Solanka
0547f4ec3d
abcde: add missing dependency md5sha1sum ( #10563 )
2017-03-03 17:24:42 +01:00
BrewTestBot
b79b382177
abcde: update 2.8.1 bottle.
2017-01-20 02:22:41 -08:00
ilovezfs
6b3025dc88
abcde 2.8.1
...
Closes #9040 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-01-20 02:22:41 -08:00
BrewTestBot
7b175cbeb3
abcde: update 2.8 bottle.
2017-01-14 16:53:29 -08:00
ilovezfs
29101b3fed
abcde 2.8
...
Closes #8837 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2017-01-14 16:53:29 -08:00
BrewTestBot
74ebba3207
abcde: update 2.7.2 bottle.
2016-09-25 00:25:01 -04:00
BrewTestBot
4b9f403cb2
abcde: update 2.7.2 bottle.
2016-06-04 20:51:40 -07:00
ilovezfs
94a5a09b8b
abcde 2.7.2
...
Also,
- remove patch since change was merged upstream
- match against the version in the test
- etcdir is now sysconfdir in the Makefile
Closes #1716 .
Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-06-04 20:51:38 -07:00
Viktor Szakats
282fc6001e
abcde: use secure urls
2016-04-18 11:20:18 -04:00
Dominyk Tiller
8a1482c6b4
abcde: don't patch head
2016-01-04 03:14:50 +00:00
BrewTestBot
41c7a83188
abcde: update 2.7.1_1 bottle.
2016-01-04 03:14:50 +00:00
Benjamin Frank
4a764c7ab2
abcde: fix redir expansion bug.
...
Closes Homebrew/homebrew#47643 .
Closes Homebrew/homebrew#47644 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-01-04 03:14:26 +00:00
BrewTestBot
186538d437
abcde: update 2.7.1 bottle.
2015-12-24 18:32:17 +01:00
Tomasz Pajor
a5c4052a62
abcde 2.7.1
...
Closes Homebrew/homebrew#47330 .
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-12-24 18:32:15 +01:00
Dominyk Tiller
15973c1c3e
abcde: prefer berkeley debian mirror
2015-11-01 18:38:36 +00:00
BrewTestBot
29e7e2725e
abcde: update 2.7 bottle.
2015-10-02 21:55:24 -07:00
Randy Stauner
a03dbb4075
abcde: add glyr as optional dependency
...
The getalbumart function keeps the program from running without glyr.
Closes Homebrew/homebrew#44364 .
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-10-02 21:55:10 -07:00
BrewTestBot
1e83c77add
abcde: update 2.7 bottle.
2015-08-06 09:07:23 -07:00
Alex Dunn
96132be321
abcde 2.7
...
Closes Homebrew/homebrew#42531 .
2015-08-06 09:07:21 -07:00
BrewTestBot
95884bae22
Formula files style updates.
...
Closes Homebrew/homebrew#42407 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00
Nikolaus Wittenstein
758f6e9533
Add descriptions to all remaining homebrew packages
2015-06-05 14:47:57 +01:00
Baptiste Fontaine
b330bd06dc
abcde: modernize + head added
...
Closes Homebrew/homebrew#35430 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-03 21:38:41 -05:00
BrewTestBot
1bb5a095cb
abcde: add 2.6 bottle.
2014-11-03 21:18:57 +00:00
Philippe Sam-Long
5700e22b13
abcde 2.6
...
Closes Homebrew/homebrew#33878 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-03 21:18:55 +00:00
Ian Lancaster
9c098cb9b6
Batch convert http urls from Google Code to https
...
Closes Homebrew/homebrew#27218 .
2014-03-08 09:12:58 -08:00
Mike McQuaid
870133a0b4
abcde: use new etc.install overwrite handling.
2013-10-10 16:46:47 +01:00
Adam Vandenberg
b7992493be
abcde: sort deps
2013-06-13 10:46:07 -07:00
Brett Koonce
b7fbe67395
abcde 2.5.4
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-01 19:33:33 -08:00
Laurent Drouet
77cda89a7a
abcde 2.5.3
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 10:51:53 -07:00
Adam Vandenberg
669cbc492a
abcde 2.5.2
2012-06-03 18:35:02 -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
1a258f139a
abcde: comment use of inreplace
2012-02-08 20:55:40 -08:00
Adam Vandenberg
4147b05c57
Use ruby style for inheritance.
2011-03-12 11:55:09 -08:00
Douglas Creager
04da040773
Update abcde to depends on mkcue
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-05 11:22:57 -08:00
Ralph Angenendt
e9503968c7
abcde - a commandline Audio CD ripper
...
This is the first push for abcde, which is an Audio CD ripper for
the commandline. Rips into several formats, like mp3, flac, aac.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-15 11:39:15 -07:00