aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/e2fsprogs.rb
AgeCommit message (Collapse)Author
2015-04-22e2fsprogs: add 1.42.12 bottle.BrewTestBot
2015-04-22e2fsprogs 1.42.12Alex Dunn
Closes #38921. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-19e2fsprogs 1.42.11Brett Koonce
2014-06-18e2fsprogs 1.42.10thoso
Closes #30269. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-14e2fsprogs: use checksummed patchesJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-17e2fsprogs 1.42.9Brett Koonce
Closes #25957. Signed-off-by: Brett Koonce <koonce@gmail.com>
2013-07-05E2fsprogs: Drop obsoleted patches.Xiyue Deng
* New release fixed the return value issue. Closes #21016. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-04e2fsprogs 1.42.8Adam Vandenberg
2013-04-30e2fsprogs: fix compilation with clangAdam Vandenberg
Closes #19532.
2013-04-29e2fsprogs 1.42.7Adam Vandenberg
2012-09-23e2fsprogs 1.42.6nibbles 2bits
- Upgrade to 1.42.6 - Works well with superenv - Needed for ext2fuse Closes #15069. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
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-08-12e2fsprogs: fix audit warningJack Nagel
2012-08-05e2fsprogs 1.42.5Brett Koonce
Closes #13968. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-10e2fsprogs 1.42.3nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-19Remove redundant :using specsAdam Vandenberg
2012-04-18e2fsprogs: also install libsAdam Vandenberg
2012-04-18e2fsprogs: fix compilation under Lion w/ clangWill Ross
Fix derived from Macports issue 91359: https://trac.macports.org/changeset/91359 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18e2fsprogs 1.42.2Will Ross
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18e2fsprogs: add HEADWill Ross
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-11e2fsprogs 1.41.12Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-06-10Add e2fsprogs.Vincent Landgraf