[milter-manager-commit] milter-manager/milter-manager at f4194f7 [import-ruby-glib2-3.1.1] binding ruby: Bundle ruby-glib2 source both 2.2.5 and 3.1.1

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Feb 15 16:04:32 JST 2017


Kenji Okimoto	2017-02-15 16:04:32 +0900 (Wed, 15 Feb 2017)

  New Revision: f4194f7f5f4137a5ae60f53a7ca98c2b462fab2e
  https://github.com/milter-manager/milter-manager/commit/f4194f7f5f4137a5ae60f53a7ca98c2b462fab2e

  Message:
    binding ruby: Bundle ruby-glib2 source both 2.2.5 and 3.1.1
    
    Because we should build packages for all supported platforms using
    tarball.

  Modified files:
    binding/ruby/Makefile.am

  Modified: binding/ruby/Makefile.am (+3 -16)
===================================================================
--- binding/ruby/Makefile.am    2017-02-15 15:55:00 +0900 (c72df0f)
+++ binding/ruby/Makefile.am    2017-02-15 16:04:32 +0900 (6082dbf)
@@ -16,16 +16,9 @@ SUBDIRS +=					\
 	sample
 
 EXTRA_DIST =					\
-	$(test_unit_files)
-
-if WITH_BUNDLED_RUBY_GLIB2_LATEST
-EXTRA_DIST += $(ruby_glib2_latest_files)
-endif
-
-if WITH_BUNDLED_RUBY_GLIB2_2_2_5
-EXTRA_DIST += $(ruby_glib2_2_2_5_files)
-endif
-
+	$(test_unit_files)			\
+	$(ruby_glib2_latest_files)		\
+	$(ruby_glib2_2_2_5_files)
 
 DISTCLEANFILES =				\
 	glib-2.2.5/Makefile			\
@@ -182,16 +175,11 @@ test_unit_files =						\
 # Use region and C-c C-\ for adding backslashes to the above list.
 ruby_glib2_2_2_5_files =						\
 	glib-2.2.5/COPYING.LIB						\
-	glib-2.2.5/Makefile						\
-	glib-2.2.5/Makefile.lib						\
 	glib-2.2.5/README						\
 	glib-2.2.5/Rakefile						\
 	glib-2.2.5/TODO							\
-	glib-2.2.5/ext/glib2/Makefile					\
 	glib-2.2.5/ext/glib2/depend					\
 	glib-2.2.5/ext/glib2/extconf.rb					\
-	glib-2.2.5/ext/glib2/glib-enum-types.c				\
-	glib-2.2.5/ext/glib2/glib-enum-types.h				\
 	glib-2.2.5/ext/glib2/glib2.def					\
 	glib-2.2.5/ext/glib2/rbgcompat.h				\
 	glib-2.2.5/ext/glib2/rbglib.c					\
@@ -258,7 +246,6 @@ ruby_glib2_2_2_5_files =						\
 	glib-2.2.5/ext/glib2/rbgutil_list.h				\
 	glib-2.2.5/ext/glib2/rbgutildeprecated.c			\
 	glib-2.2.5/ext/glib2/rbgutildeprecated.h			\
-	glib-2.2.5/ext/glib2/ruby-glib2.pc				\
 	glib-2.2.5/extconf.rb						\
 	glib-2.2.5/lib/glib-mkenums.rb					\
 	glib-2.2.5/lib/glib2.rb						\
-------------- next part --------------
An HTML attachment was scrubbed...
Descargar 



More information about the milter-manager-commit mailing list
Back to archive index