summaryrefslogtreecommitdiff
path: root/archivers/ruby-xz/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-05-31This package is built with ruby22.taca1-3/+1
2015-03-01Update ruby-xz to 0.2.1.taca1-15/+4
0.2.1 (2014-02-08) * Build the gem properly on Ruby 2.0+ (PR #8 by Nana Sakisaka (saki7)) * Release the GIL when interfacing with liblzma (PR #7 by Lars Christensen * (larsch)) 0.2.0 (2013-06-23) * Fix #6 (errors on JRuby) by Ben Nagy * Remove 1.8 compatibility
2013-11-13Let ruby-xz use a full filename in loading a library.minskim1-1/+2
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-03-20Update ruby-xz package to 0.1.1.taca1-4/+4
== 0.1.0 * <b>Add XZ::StreamReader and XZ::StreamWriter for io-like behaviour.</b> * New dependency on the +io-like+ gem. * <b>Add Ruby 1.8 compatibility.</b> Thanks to Christoph Plank. * We now have proper unit tests.
2011-11-12- s/RUBY_VERSION_REQD/RUBY_VERSION_SUPPORTED/taca1-2/+2
- ALlow build with ruby193.
2011-11-11Move LICENSE up where it belongs. Remove duplicate PKG_DESTDIR_SUPPORT.joerg1-4/+2
2011-11-11Supports user-destdirjoerg1-1/+3
2011-11-07Set PKG_DEDTDIR_SUPPORT for ruby-xz.minskim1-1/+3
2011-10-08ruby-xz requires ruby19-base.minskim1-2/+3
2011-10-03Import ruby19-xz-0.0.1 as archivers/ruby-xz.minskim1-0/+36
ruby-xz is a basic binding for liblzma that allows you to create and extract XZ-compressed archives. It can cope with big files as well as small ones, but doesn't offer much of the possibilities liblzma itself has.