aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libxml++.rb
AgeCommit message (Collapse)Author
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-02-20libxml++ uses pkg-configJack Nagel
Fixes #17975.
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-02-06libxml++ 2.34.2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-29libxml++: depends_on LibXML on LeopardCharlie Sharpsteen
2011-05-01libxml++ 2.34.1Humza
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-11libxml++ 2.33.2Second Planet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>