[arch-commits] Commit in ruby-gdk_pixbuf2/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Jan 10 00:40:15 UTC 2017


    Date: Tuesday, January 10, 2017 @ 00:40:14
  Author: foutrelis
Revision: 206322

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

Added:
  ruby-gdk_pixbuf2/repos/community-staging-i686/
  ruby-gdk_pixbuf2/repos/community-staging-i686/PKGBUILD
    (from rev 206321, ruby-gdk_pixbuf2/trunk/PKGBUILD)
  ruby-gdk_pixbuf2/repos/community-staging-x86_64/
  ruby-gdk_pixbuf2/repos/community-staging-x86_64/PKGBUILD
    (from rev 206321, ruby-gdk_pixbuf2/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: ruby-gdk_pixbuf2/repos/community-staging-i686/PKGBUILD (from rev 206321, ruby-gdk_pixbuf2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-01-10 00:40:14 UTC (rev 206322)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('36d29873387daf0d7910b21fec61e4ede2738ece')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}

Copied: ruby-gdk_pixbuf2/repos/community-staging-x86_64/PKGBUILD (from rev 206321, ruby-gdk_pixbuf2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-01-10 00:40:14 UTC (rev 206322)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.1.0
+pkgrel=2
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('36d29873387daf0d7910b21fec61e4ede2738ece')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}



More information about the arch-commits mailing list