Date: Tuesday, December 29, 2015 @ 01:59:51 Author: foutrelis Revision: 154779
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: ruby-atk/repos/community-staging-i686/ ruby-atk/repos/community-staging-i686/PKGBUILD (from rev 154778, ruby-atk/trunk/PKGBUILD) ruby-atk/repos/community-staging-x86_64/ ruby-atk/repos/community-staging-x86_64/PKGBUILD (from rev 154778, ruby-atk/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 22 ++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) Copied: ruby-atk/repos/community-staging-i686/PKGBUILD (from rev 154778, ruby-atk/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2015-12-29 00:59:51 UTC (rev 154779) @@ -0,0 +1,22 @@ +# Generated by gem2arch (https://github.com/anatol/gem2arch) +# Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com> + +_gemname=atk +pkgname=ruby-$_gemname +pkgver=2.2.5 +pkgrel=2 +pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.' +arch=(i686 x86_64) +url='http://ruby-gnome2.sourceforge.jp/' +license=(LGPL2.1) +depends=(ruby atk ruby-glib2=$pkgver) +options=(!emptydirs) +source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) +noextract=($_gemname-$pkgver.gem) +sha1sums=('ddf32b6e1fcf7fe363d383de30f58c87d29461aa') + +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-atk/repos/community-staging-x86_64/PKGBUILD (from rev 154778, ruby-atk/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2015-12-29 00:59:51 UTC (rev 154779) @@ -0,0 +1,22 @@ +# Generated by gem2arch (https://github.com/anatol/gem2arch) +# Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com> + +_gemname=atk +pkgname=ruby-$_gemname +pkgver=2.2.5 +pkgrel=2 +pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.' +arch=(i686 x86_64) +url='http://ruby-gnome2.sourceforge.jp/' +license=(LGPL2.1) +depends=(ruby atk ruby-glib2=$pkgver) +options=(!emptydirs) +source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) +noextract=($_gemname-$pkgver.gem) +sha1sums=('ddf32b6e1fcf7fe363d383de30f58c87d29461aa') + +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" +}