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

Anatol Pomozov anatolik at archlinux.org
Tue Apr 17 20:53:10 UTC 2018


    Date: Tuesday, April 17, 2018 @ 20:53:09
  Author: anatolik
Revision: 316797

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-17 20:52:30 UTC (rev 316796)
+++ PKGBUILD	2018-04-17 20:53:09 UTC (rev 316797)
@@ -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.8
-pkgrel=2
-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=('9aff7ab9d6aea2218dba94791a1b3ba6f149fa57dc9c81634e54f0c59959d814')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
-    --no-user-install \
-    --ignore-dependencies \
-    -i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
-    $_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 316796, ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-17 20:53:09 UTC (rev 316797)
@@ -0,0 +1,30 @@
+# $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.3.0
+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=('c06fb86e46cde092b3f29d6c7f9ea01d27a80e4c492fc6beb18d3f41139a1911')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+    --no-user-install \
+    --ignore-dependencies \
+    --no-document \
+    -i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
+    $_pkgname-$pkgver.gem
+}



More information about the arch-commits mailing list