[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Jun 7 02:04:02 UTC 2016
Date: Tuesday, June 7, 2016 @ 04:04:01
Author: anatolik
Revision: 178073
archrelease: copy trunk to community-any
Added:
ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 178072, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
ruby-pkg-config/repos/community-any/PKGBUILD
----------+
PKGBUILD | 55 +++++++++++++++++++++++++++++--------------------------
1 file changed, 29 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-07 02:02:27 UTC (rev 178072)
+++ PKGBUILD 2016-06-07 02:04:01 UTC (rev 178073)
@@ -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.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
-}
Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 178072, ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-06-07 02:04:01 UTC (rev 178073)
@@ -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.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')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+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