[arch-commits] Commit in ruby-async-io/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue May 1 00:00:48 UTC 2018
Date: Tuesday, May 1, 2018 @ 00:00:43
Author: anthraxx
Revision: 318543
archrelease: copy trunk to community-any
Added:
ruby-async-io/repos/community-any/PKGBUILD
(from rev 318542, ruby-async-io/trunk/PKGBUILD)
Deleted:
ruby-async-io/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-01 00:00:26 UTC (rev 318542)
+++ PKGBUILD 2018-05-01 00:00:43 UTC (rev 318543)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-_gemname=async-io
-pkgname=ruby-${_gemname}
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
-url='https://github.com/socketry/async-io'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-async')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
-sha256sums=('05a1995b480aa98646084f1e319f260b61bdb0ca7f779c2a65a75e91d15a5ce5')
-sha512sums=('44ad51077e70b0e767b4500b00f8ea2649360e980d7c3a2bafd6acaf2e4f47efa24eae442230ea4ecb896a41a8db40e64f2bb026f4db8d7d571c59ddb33f0cc8')
-
-prepare() {
- cd ${_gemname}-${pkgver}
- sed 's|git ls-files|find|' -i ${_gemname}.gemspec
- sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla
-}
-
-build() {
- cd ${_gemname}-${pkgver}
- gem build ${_gemname}.gemspec
-}
-
-package() {
- cd ${_gemname}-${pkgver}
- local _gemdir="$(gem env gemdir)"
- gem install --ignore-dependencies --no-user-install -i "${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
- rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
-}
-
-# vim: ts=2 sw=2 et:
Copied: ruby-async-io/repos/community-any/PKGBUILD (from rev 318542, ruby-async-io/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-01 00:00:43 UTC (rev 318543)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+_gemname=async-io
+pkgname=ruby-${_gemname}
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='Provides support for asynchonous TCP, UDP, UNIX and SSL sockets'
+url='https://github.com/socketry/async-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-async')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async-io/archive/v${pkgver}.tar.gz)
+sha256sums=('268dbd2acdee0960906229d3556e5032917fa063ae8ba7984f8b1438f8df4961')
+sha512sums=('308c061bcff7dfe2eaacd604baba347106e36935031e8bf90c2086435afcb8aa37a9cf473aba30d55067beeb7dba947b7c9d5bd11c2291e537e0afc3becdaf70')
+
+prepare() {
+ cd ${_gemname}-${pkgver}
+ sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+ sed 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys bla bla
+}
+
+build() {
+ cd ${_gemname}-${pkgver}
+ gem build ${_gemname}.gemspec
+}
+
+package() {
+ cd ${_gemname}-${pkgver}
+ local _gemdir="$(gem env gemdir)"
+ gem install --ignore-dependencies --no-user-install -i "${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list