[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-11-07 Thread Anatol Pomozov
Date: Tuesday, November 7, 2017 @ 14:51:19
  Author: anatolik
Revision: 265663

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 265662, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 265662, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 265662, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 265662, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-11-07 14:50:35 UTC 
(rev 265662)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-11-07 14:51:19 UTC 
(rev 265663)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 265662, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-11-07 14:51:19 UTC 
(rev 265663)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-07 14:50:35 UTC (rev 265662)
+++ community-i686/PKGBUILD 2017-11-07 14:51:19 UTC (rev 265663)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-10-18 Thread Anatol Pomozov
Date: Thursday, October 19, 2017 @ 05:36:34
  Author: anatolik
Revision: 263458

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 263457, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 263457, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 263457, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 263457, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-10-19 05:35:49 UTC 
(rev 263457)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-10-19 05:36:34 UTC 
(rev 263458)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 263457, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-10-19 05:36:34 UTC 
(rev 263458)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-19 05:35:49 UTC (rev 263457)
+++ community-i686/PKGBUILD 2017-10-19 05:36:34 UTC (rev 263458)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-07-23 Thread Anatol Pomozov
Date: Monday, July 24, 2017 @ 04:06:38
  Author: anatolik
Revision: 246171

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 246170, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 246170, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 246170, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 246170, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-07-24 04:05:50 UTC 
(rev 246170)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-07-24 04:06:38 UTC 
(rev 246171)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 246170, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-07-24 04:06:38 UTC 
(rev 246171)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-24 04:05:50 UTC (rev 246170)
+++ community-i686/PKGBUILD 2017-07-24 04:06:38 UTC (rev 246171)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-07-05 Thread Anatol Pomozov
Date: Thursday, July 6, 2017 @ 05:45:13
  Author: anatolik
Revision: 242477

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 242476, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 242476, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 242476, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 242476, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   23 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   23 -
 6 files changed, 120 insertions(+), 122 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-07-06 05:44:30 UTC 
(rev 242476)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-07-06 05:45:13 UTC 
(rev 242477)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 242476, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-07-06 05:45:13 UTC 
(rev 242477)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 05:44:30 UTC (rev 242476)
+++ community-i686/PKGBUILD 2017-07-06 05:45:13 UTC (rev 242477)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-06-03 Thread Anatol Pomozov
Date: Saturday, June 3, 2017 @ 15:46:04
  Author: anatolik
Revision: 233785

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 233784, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 233784, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 233784, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 233784, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   46 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   23 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   23 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-06-03 15:45:13 UTC 
(rev 233784)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-06-03 15:46:04 UTC 
(rev 233785)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 233784, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-06-03 15:46:04 UTC 
(rev 233785)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-03 15:45:13 UTC (rev 233784)
+++ community-i686/PKGBUILD 2017-06-03 15:46:04 UTC (rev 233785)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-04-26 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 05:11:17
  Author: anatolik
Revision: 225881

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 225880, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 225880, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 225880, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 225880, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   46 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   23 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   23 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-04-27 05:10:32 UTC 
(rev 225880)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-04-27 05:11:17 UTC 
(rev 225881)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 225880, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-04-27 05:11:17 UTC 
(rev 225881)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 05:10:32 UTC (rev 225880)
+++ community-i686/PKGBUILD 2017-04-27 05:11:17 UTC (rev 225881)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-04-26 Thread Anatol Pomozov
Date: Thursday, April 27, 2017 @ 01:08:34
  Author: anatolik
Revision: 225801

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 225800, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 225800, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 225800, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 225800, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   46 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 122 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-04-27 01:07:41 UTC 
(rev 225800)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-04-27 01:08:34 UTC 
(rev 225801)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 225800, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-04-27 01:08:34 UTC 
(rev 225801)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-27 01:07:41 UTC (rev 225800)
+++ community-i686/PKGBUILD 2017-04-27 01:08:34 UTC (rev 225801)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-01-26 Thread Anatol Pomozov
Date: Thursday, January 26, 2017 @ 18:32:22
  Author: anatolik
Revision: 209162

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 209161, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 209161, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 209161, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 209161, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-01-26 18:24:04 UTC 
(rev 209161)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-01-26 18:32:22 UTC 
(rev 209162)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 209161, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-01-26 18:32:22 UTC 
(rev 209162)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-26 18:24:04 UTC (rev 209161)
+++ community-i686/PKGBUILD 2017-01-26 18:32:22 UTC (rev 209162)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2017-01-26 Thread Anatol Pomozov
Date: Thursday, January 26, 2017 @ 18:07:54
  Author: anatolik
Revision: 209155

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 209154, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 209154, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 209154, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 209154, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2017-01-26 18:07:16 UTC 
(rev 209154)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-01-26 18:07:54 UTC 
(rev 209155)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 209154, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2017-01-26 18:07:54 UTC 
(rev 209155)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-26 18:07:16 UTC (rev 209154)
+++ community-i686/PKGBUILD 2017-01-26 18:07:54 UTC (rev 209155)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2016-11-16 Thread Anatol Pomozov
Date: Wednesday, November 16, 2016 @ 17:44:20
  Author: anatolik
Revision: 196048

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 196046, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 196046, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 196047, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 196047, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2016-11-16 17:44:01 UTC 
(rev 196047)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-11-16 17:44:20 UTC 
(rev 196048)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 196046, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-11-16 17:44:20 UTC 
(rev 196048)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-16 17:44:01 UTC (rev 196047)
+++ community-i686/PKGBUILD 2016-11-16 17:44:20 UTC (rev 196048)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2016-08-15 Thread Anatol Pomozov
Date: Monday, August 15, 2016 @ 15:56:54
  Author: anatolik
Revision: 186799

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 186798, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 186798, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 186798, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 186798, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2016-08-15 15:56:21 UTC 
(rev 186798)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-08-15 15:56:54 UTC 
(rev 186799)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 186798, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-08-15 15:56:54 UTC 
(rev 186799)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-15 15:56:21 UTC (rev 186798)
+++ community-i686/PKGBUILD 2016-08-15 15:56:54 UTC (rev 186799)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname

[arch-commits] Commit in ruby-glib2/repos (8 files)

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:49:28
  Author: anatolik
Revision: 177317

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 177316, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 177316, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 177316, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 177316, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2016-05-27 20:46:31 UTC 
(rev 177316)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-05-27 20:49:28 UTC 
(rev 177317)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 177316, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-05-27 20:49:28 UTC 
(rev 177317)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 20:46:31 UTC (rev 177316)
+++ community-i686/PKGBUILD 2016-05-27 20:49:28 UTC (rev 177317)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname