pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May 30 16:02:25 UTC 2017

Modified Files:
        pkgsrc/lang/ruby: gem.mk

Log Message:
Remove use of USE_RAKE.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/ruby/gem.mk

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

Modified files:

Index: pkgsrc/lang/ruby/gem.mk
diff -u pkgsrc/lang/ruby/gem.mk:1.37 pkgsrc/lang/ruby/gem.mk:1.38
--- pkgsrc/lang/ruby/gem.mk:1.37        Sat Nov 19 15:35:03 2016
+++ pkgsrc/lang/ruby/gem.mk     Tue May 30 16:02:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: gem.mk,v 1.37 2016/11/19 15:35:03 taca Exp $
+# $NetBSD: gem.mk,v 1.38 2017/05/30 16:02:25 taca Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -127,10 +127,6 @@ GEM_BUILD?=        gemspec
 
 OVERRIDE_GEMSPEC?=     # default is empty
 
-.if ${GEM_BUILD} == "rake"
-USE_RAKE?=             YES
-.endif
-
 # Include this early in case some of its target are needed
 .include "../../lang/ruby/modules.mk"
 



Home | Main Index | Thread Index | Old Index