[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sun Aug 13 18:33:11 UTC 2017


    Date: Sunday, August 13, 2017 @ 18:33:10
  Author: anatolik
Revision: 250052

archrelease: copy trunk to community-any

Added:
  ruby-pkg-config/repos/community-any/PKGBUILD
    (from rev 250051, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
  ruby-pkg-config/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-13 18:32:35 UTC (rev 250051)
+++ PKGBUILD	2017-08-13 18:33:10 UTC (rev 250052)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: gem2arch 0.1
-# Contributor: theapodan
-
-pkgname=ruby-pkg-config
-_pkgname=pkg-config
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-url='http://github.com/ruby-gnome2/pkg-config'
-license=('LGPL')
-depends=('ruby')
-provides=('ruby-pkgconfig')
-replaces=('ruby-pkgconfig')
-conflicts=('ruby-pkgconfig')
-source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem")
-sha256sums=('bc193fda2ceb83cd0eeca87e1c9eba8e142dcd785699205246e28b1a7f14a84a')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
-    --no-user-install \
-    --ignore-dependencies \
-    -i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \
-    $_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 250051, ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-13 18:33:10 UTC (rev 250052)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.2.4
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem")
+sha256sums=('cf3f95210991dd3e4c54b5e41ac7b7dfaeddb5a0564e437b63a7516c01e75802')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+    --no-user-install \
+    --ignore-dependencies \
+    -i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \
+    $_pkgname-$pkgver.gem
+}



More information about the arch-commits mailing list