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

Anatol Pomozov anatolik at archlinux.org
Wed Mar 16 00:01:24 UTC 2016


    Date: Wednesday, March 16, 2016 @ 01:01:23
  Author: anatolik
Revision: 166862

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-16 00:01:01 UTC (rev 166861)
+++ PKGBUILD	2016-03-16 00:01:23 UTC (rev 166862)
@@ -1,26 +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-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=('f89c285286d9bb1607022225d042d8ff96d41d2755d4de80611d52f3ab0f7626')
-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-pkgconfig/repos/community-any/PKGBUILD (from rev 166861, ruby-pkgconfig/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-16 00:01:23 UTC (rev 166862)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkgconfig
+_pkgname=pkg-config
+pkgver=1.1.7
+pkgrel=1
+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=('1f3cd171432f4634805ebf7cd187d1d728d732bfead3837c349f2c502d8e9252')
+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