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

Thore Bödecker foxxx0 at archlinux.org
Sun Mar 18 10:21:58 UTC 2018


    Date: Sunday, March 18, 2018 @ 10:21:57
  Author: foxxx0
Revision: 309034

archrelease: copy trunk to community-any

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

----------+
 LICENSE  |   42 ++++++++++++++++++------------------
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 57 insertions(+), 56 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2018-03-18 10:21:45 UTC (rev 309033)
+++ LICENSE	2018-03-18 10:21:57 UTC (rev 309034)
@@ -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 309033, ruby-nats-pure/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2018-03-18 10:21:57 UTC (rev 309034)
@@ -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	2018-03-18 10:21:45 UTC (rev 309033)
+++ PKGBUILD	2018-03-18 10:21:57 UTC (rev 309034)
@@ -1,35 +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.2.4
-pkgrel=2
-pkgdesc="Ruby client for the NATS messaging system"
-url="https://nats.io"
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem"
-        'LICENSE')
-noextract=("${_gemname}-${pkgver}.gem")
-sha512sums=('32cd6df93a050004d116b25a0db1b8c3844aaa8f3047b431eaf5285531b4b3ae791272d1e2e20c19fa529ab0329d579b2c8a4393723e3a9fa31410102e9fad11'
-            'ec05133944c3dc861ae437ce8681f54a871b614ff020fd4db1b3b3eb75f9e612222b682d1cceb5a3335e479e3541072abd4abc8f272d2e4d8803f97fe9f58b08')
-
-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
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-
-  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-nats-pure/repos/community-any/PKGBUILD (from rev 309033, ruby-nats-pure/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-18 10:21:57 UTC (rev 309034)
@@ -0,0 +1,36 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Tim Meusel <tim at bastelfreak.de>
+
+_gemname='nats-pure'
+pkgname="ruby-${_gemname}"
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Ruby client for the NATS messaging system"
+url="https://nats.io"
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem"
+        'LICENSE')
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('198a07de4bebb2735748038d688c2ff1f1843a6329619be1144105bb8780918048c024cc3c0595ea7761d6bc3bbc031efcc627303f4c885961fb28655169109f'
+            'ec05133944c3dc861ae437ce8681f54a871b614ff020fd4db1b3b3eb75f9e612222b682d1cceb5a3335e479e3541072abd4abc8f272d2e4d8803f97fe9f58b08')
+
+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
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+
+  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list