[arch-commits] Commit in ruby-pkgconfig/repos (2 files)

2015-12-28 Thread Evangelos Foutras
Date: Monday, December 28, 2015 @ 22:31:50
  Author: foutrelis
Revision: 154696

archrelease: copy trunk to community-staging-any

Added:
  ruby-pkgconfig/repos/community-staging-any/
  ruby-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 154695, ruby-pkgconfig/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: ruby-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 154695, 
ruby-pkgconfig/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-28 21:31:50 UTC (rev 154696)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkgconfig
+_pkgname=pkg-config
+pkgver=1.1.6
+pkgrel=2
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
+sha256sums=('f89c285286d9bb160705d042d8ff96d41d2755d4de80611d52f3ab0f7626')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+-i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \
+$_pkgname-$pkgver.gem
+}


[arch-commits] Commit in ruby-pkgconfig/repos (2 files)

2014-12-25 Thread Anatol Pomozov
Date: Thursday, December 25, 2014 @ 15:18:09
  Author: anatolik
Revision: 124561

archrelease: copy trunk to community-staging-any

Added:
  ruby-pkgconfig/repos/community-staging-any/
  ruby-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 124560, ruby-pkgconfig/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: ruby-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 124560, 
ruby-pkgconfig/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-12-25 14:18:09 UTC (rev 124561)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkgconfig
+_pkgname=pkg-config
+pkgver=1.1.6
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/rcairo/pkg-config'
+license=('LGPL')
+depends=('ruby')
+source=(http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
+sha256sums=('f89c285286d9bb160705d042d8ff96d41d2755d4de80611d52f3ab0f7626')
+noextract=($_pkgname-$pkgver.gem)
+
+package() {
+  cd $srcdir
+
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+-i $pkgdir$(ruby -rubygems -e'puts Gem.default_dir') \
+$_pkgname-$pkgver.gem
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in ruby-pkgconfig/repos (2 files)

2014-01-19 Thread Thomas Dziedzic
Date: Sunday, January 19, 2014 @ 17:46:40
  Author: td123
Revision: 104380

archrelease: copy trunk to community-staging-any

Added:
  ruby-pkgconfig/repos/community-staging-any/
  ruby-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 104379, ruby-pkgconfig/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: ruby-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 104379, 
ruby-pkgconfig/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-01-19 16:46:40 UTC (rev 104380)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkgconfig
+_pkgname=pkg-config
+pkgver=1.1.5
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/rcairo/pkg-config'
+license=('LGPL')
+depends=('ruby')
+source=(http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
+sha256sums=('c821a08679b447e9665639d7c12b6a1d566530dcc9920c2d5dfd5e2e7cab06a7')
+noextract=($_pkgname-$pkgver.gem)
+
+package() {
+  cd $srcdir
+
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+-i $pkgdir$(ruby -rubygems -e'puts Gem.default_dir') \
+$_pkgname-$pkgver.gem
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in ruby-pkgconfig/repos (2 files)

2013-03-07 Thread Alexander Rødseth
Date: Thursday, March 7, 2013 @ 15:33:49
  Author: arodseth
Revision: 85821

archrelease: copy trunk to community-staging-any

Added:
  ruby-pkgconfig/repos/community-staging-any/
  ruby-pkgconfig/repos/community-staging-any/PKGBUILD
(from rev 85820, ruby-pkgconfig/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: ruby-pkgconfig/repos/community-staging-any/PKGBUILD (from rev 85820, 
ruby-pkgconfig/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-03-07 14:33:49 UTC (rev 85821)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkgconfig
+_pkgname=pkg-config
+pkgver=1.1.4
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/rcairo/pkg-config'
+license=('LGPL')
+depends=('ruby')
+source=(http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
+sha256sums=('c08fc6596eeef6f0fcfd4c8433010a143c22142f9cccbc2666f32c67c5af8b34')
+noextract=($_pkgname-$pkgver.gem)
+
+package() {
+  cd $srcdir
+
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+-i $pkgdir$(ruby -rubygems -e'puts Gem.default_dir') \
+$_pkgname-$pkgver.gem
+}
+
+# vim:set ts=2 sw=2 et: