pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/rubygems



Module Name:    pkgsrc
Committed By:   jlam
Date:           Thu Mar 13 14:38:46 UTC 2008

Modified Files:
        pkgsrc/misc/rubygems: rubygem.mk

Log Message:
+ Add a package-settable variable GEM_BUILD that sets the way that
  the local gem that is installed is built from the extracted sources.
  The possible values are "gemspec" and "rake", with "rake" being the
  default.

+ Change the do-gem-extract target so that it also extracts the gemspec
  file from the source gem.  This gemspec file is used when the
  "gemspec" GEM_BUILD method is chosen.

+ Add do-gem-${GEM_BUILD}-targets that build the local gem using the
  corresponding ${GEM_BUILD} method.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/misc/rubygems/rubygem.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index