[arch-commits] Commit in ruby-rspec-expectations/repos/community-any (2 files)

Levente Polyak anthraxx at archlinux.org
Fri Aug 4 09:13:31 UTC 2017


    Date: Friday, August 4, 2017 @ 09:13:31
  Author: anthraxx
Revision: 248168

archrelease: copy trunk to community-any

Added:
  ruby-rspec-expectations/repos/community-any/PKGBUILD
    (from rev 248167, ruby-rspec-expectations/trunk/PKGBUILD)
Deleted:
  ruby-rspec-expectations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-04 09:13:25 UTC (rev 248167)
+++ PKGBUILD	2017-08-04 09:13:31 UTC (rev 248168)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Artem Vorotnikov <artem at vorotnikov.me>
-
-_gemname=rspec-expectations
-pkgname=ruby-${_gemname}
-pkgver=3.5.0
-pkgrel=2
-pkgdesc='Provides a readable API to express expected outcomes of a code example'
-url='https://github.com/rspec/rspec-expectations'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support' 'ruby-diff-lcs')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('18a4c45bbc2bbc8207d8eaad42476eb516b54befc0c224640ada274ec6ba258838270557f89000cc5b565d1001179cce669fc69a1766303a0981117af4c77faf')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-expectations/repos/community-any/PKGBUILD (from rev 248167, ruby-rspec-expectations/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-04 09:13:31 UTC (rev 248168)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Artem Vorotnikov <artem at vorotnikov.me>
+
+_gemname=rspec-expectations
+pkgname=ruby-${_gemname}
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Provides a readable API to express expected outcomes of a code example'
+url='https://github.com/rspec/rspec-expectations'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support' 'ruby-diff-lcs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('8a339d482bbed73aad29a5e3640392ed57ad0cce44852d88f4806f7f6ef81898478321e6d41da3cd22929a80aa72c3339d1f7b793a60c12f57f33020f71c8fc6')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list