[arch-commits] Commit in ruby-nats-pure/repos/community-any (4 files)

Thore Bödecker foxxx0 at gemini.archlinux.org
Wed Sep 1 09:21:20 UTC 2021


    Date: Wednesday, September 1, 2021 @ 09:21:15
  Author: foxxx0
Revision: 1010263

archrelease: copy trunk to community-any

Added:
  ruby-nats-pure/repos/community-any/LICENSE
    (from rev 1010262, ruby-nats-pure/trunk/LICENSE)
  ruby-nats-pure/repos/community-any/PKGBUILD
    (from rev 1010262, ruby-nats-pure/trunk/PKGBUILD)
Deleted:
  ruby-nats-pure/repos/community-any/LICENSE
  ruby-nats-pure/repos/community-any/PKGBUILD

----------+
 LICENSE  |   42 ++++++++++++------------
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2021-09-01 09:20:30 UTC (rev 1010262)
+++ LICENSE	2021-09-01 09:21:15 UTC (rev 1010263)
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2016-2017 Apcera Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: ruby-nats-pure/repos/community-any/LICENSE (from rev 1010262, ruby-nats-pure/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2021-09-01 09:21:15 UTC (rev 1010263)
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016-2017 Apcera Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-01 09:20:30 UTC (rev 1010262)
+++ PKGBUILD	2021-09-01 09:21:15 UTC (rev 1010263)
@@ -1,53 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Tim Meusel <tim at bastelfreak.de>
-
-_gemname='nats-pure'
-pkgname="ruby-${_gemname}"
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Ruby client for the NATS messaging system"
-url="https://github.com/nats-io/nats-pure.rb"
-arch=('any')
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rake' 'ruby-rspec' 'ruby-bundler' 'ruby-rdoc' 'ruby-test-unit')
-options=('!emptydirs')
-source=("${_gemname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('6c52f3b2c2b65fca1425178aef252f80eb8892a1d01ee5d98b66a30eee863cda3607cb694db6fb688d803a8cc1df6a764ebad39b85354670ece7ef1244a5b2f7')
-
-
-prepare() {
-  cd "${srcdir}/${_gemname}.rb-${pkgver}"
-  :
-}
-
-build() {
-  cd "${srcdir}/${_gemname}.rb-${pkgver}"
-  mkdir -p pkg
-  gem build -o "pkg/${_gemname}-${pkgver}.gem"
-}
-
-check() {
-  cd "${srcdir}/${_gemname}.rb-${pkgver}"
-  # testsuite requires a running nats server to test against
-  #rake spec
-}
-
-package() {
-  cd "${srcdir}/${_gemname}.rb-${pkgver}"
-  local _gemdir="$(gem env gemdir)"
-
-  gem install \
-    --verbose \
-    --ignore-dependencies \
-    --no-user-install \
-    --install-dir "${pkgdir}/${_gemdir}" \
-    --bindir "${pkgdir}/usr/bin" \
-    "pkg/${_gemname}-${pkgver}.gem"
-
-  rm -rf "${pkgdir}/${_gemdir}/cache"
-
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-nats-pure/repos/community-any/PKGBUILD (from rev 1010262, ruby-nats-pure/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-01 09:21:15 UTC (rev 1010263)
@@ -0,0 +1,53 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Tim Meusel <tim at bastelfreak.de>
+
+_gemname='nats-pure'
+pkgname="ruby-${_gemname}"
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Ruby client for the NATS messaging system"
+url="https://github.com/nats-io/nats-pure.rb"
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rake' 'ruby-rspec' 'ruby-bundler' 'ruby-rdoc' 'ruby-test-unit')
+options=('!emptydirs')
+source=("${_gemname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('0d24d368805651803949972e1c13d45ea863cb86e5cb92e60d6c2cafacfb00ffda0ab535bd7498641c058f98c5e7bdfc30316e06ac8db66533a9ca8cd95a9f9c')
+
+
+prepare() {
+  cd "${srcdir}/${_gemname}.rb-${pkgver}"
+  :
+}
+
+build() {
+  cd "${srcdir}/${_gemname}.rb-${pkgver}"
+  mkdir -p pkg
+  gem build -o "pkg/${_gemname}-${pkgver}.gem"
+}
+
+check() {
+  cd "${srcdir}/${_gemname}.rb-${pkgver}"
+  # testsuite requires a running nats server to test against
+  #rake spec
+}
+
+package() {
+  cd "${srcdir}/${_gemname}.rb-${pkgver}"
+  local _gemdir="$(gem env gemdir)"
+
+  gem install \
+    --verbose \
+    --ignore-dependencies \
+    --no-user-install \
+    --install-dir "${pkgdir}/${_gemdir}" \
+    --bindir "${pkgdir}/usr/bin" \
+    "pkg/${_gemname}-${pkgver}.gem"
+
+  rm -rf "${pkgdir}/${_gemdir}/cache"
+
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list