[arch-commits] Commit in ruby-pg/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Fri Aug 4 11:09:42 UTC 2017


    Date: Friday, August 4, 2017 @ 11:09:42
  Author: anthraxx
Revision: 248272

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ruby-pg/repos/community-i686/PKGBUILD
    (from rev 248271, ruby-pg/trunk/PKGBUILD)
  ruby-pg/repos/community-x86_64/PKGBUILD
    (from rev 248271, ruby-pg/trunk/PKGBUILD)
Deleted:
  ruby-pg/repos/community-i686/PKGBUILD
  ruby-pg/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 ---------------------
 community-x86_64/PKGBUILD |   24 ---------------------
 3 files changed, 50 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-04 11:09:33 UTC (rev 248271)
+++ community-i686/PKGBUILD	2017-08-04 11:09:42 UTC (rev 248272)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Niels Abspoel <aboe76 (at) Gmail.com>
-
-_gemname=pg
-pkgname=ruby-pg
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='Pg is the Ruby interface to the Postgresql RDBMS'
-url='https://bitbucket.org/ged/ruby-pg'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ruby' 'ruby-rspec-core' 'postgresql-libs')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('8c7ef2e3b0cb43f42b4f96c5995cd9ff8b01a0d0fc1cfd24d1053e27fa6d16f4eb7008fcb5f86445ad000429898df0215f7ee89b4da9500ddc4df04f5f2a10e2')
-
-package() {
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" pg-${pkgver}.gem
-  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-pg/repos/community-i686/PKGBUILD (from rev 248271, ruby-pg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-04 11:09:42 UTC (rev 248272)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Niels Abspoel <aboe76 (at) Gmail.com>
+
+_gemname=pg
+pkgname=ruby-pg
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='Pg is the Ruby interface to the Postgresql RDBMS'
+url='https://bitbucket.org/ged/ruby-pg'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ruby' 'ruby-rspec-core' 'postgresql-libs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha256sums=('10b7cc05782236fb840c247a4ecb859f4b77001416774e1646c911c6b1567003')
+sha512sums=('590a8c34487d2cf030082cfff87b2cc83b636df06a931e394acfb098ecb5728e793d777f125b036ee9953bbd21ec5facf91c932930acccb507d3394f2fc4cc5b')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" pg-${pkgver}.gem
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) -delete
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-04 11:09:33 UTC (rev 248271)
+++ community-x86_64/PKGBUILD	2017-08-04 11:09:42 UTC (rev 248272)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Niels Abspoel <aboe76 (at) Gmail.com>
-
-_gemname=pg
-pkgname=ruby-pg
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='Pg is the Ruby interface to the Postgresql RDBMS'
-url='https://bitbucket.org/ged/ruby-pg'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ruby' 'ruby-rspec-core' 'postgresql-libs')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('8c7ef2e3b0cb43f42b4f96c5995cd9ff8b01a0d0fc1cfd24d1053e27fa6d16f4eb7008fcb5f86445ad000429898df0215f7ee89b4da9500ddc4df04f5f2a10e2')
-
-package() {
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" pg-${pkgver}.gem
-  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-pg/repos/community-x86_64/PKGBUILD (from rev 248271, ruby-pg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-04 11:09:42 UTC (rev 248272)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Niels Abspoel <aboe76 (at) Gmail.com>
+
+_gemname=pg
+pkgname=ruby-pg
+pkgver=0.21.0
+pkgrel=1
+pkgdesc='Pg is the Ruby interface to the Postgresql RDBMS'
+url='https://bitbucket.org/ged/ruby-pg'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ruby' 'ruby-rspec-core' 'postgresql-libs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha256sums=('10b7cc05782236fb840c247a4ecb859f4b77001416774e1646c911c6b1567003')
+sha512sums=('590a8c34487d2cf030082cfff87b2cc83b636df06a931e394acfb098ecb5728e793d777f125b036ee9953bbd21ec5facf91c932930acccb507d3394f2fc4cc5b')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" pg-${pkgver}.gem
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) -delete
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list