[arch-commits] Commit in ruby-iconv (5 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Sun Apr 28 10:01:07 UTC 2013


    Date: Sunday, April 28, 2013 @ 12:01:07
  Author: alucryd
Revision: 89242

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

Added:
  ruby-iconv/repos/
  ruby-iconv/repos/community-i686/
  ruby-iconv/repos/community-i686/PKGBUILD
    (from rev 89241, ruby-iconv/trunk/PKGBUILD)
  ruby-iconv/repos/community-x86_64/
  ruby-iconv/repos/community-x86_64/PKGBUILD
    (from rev 89241, ruby-iconv/trunk/PKGBUILD)

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

Copied: ruby-iconv/repos/community-i686/PKGBUILD (from rev 89241, ruby-iconv/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2013-04-28 10:01:07 UTC (rev 89242)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alucryd <alucryd at gmail dot com>
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv"
+license=('GPL3')
+depends=('ruby')
+makedepends=('rubygems')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+package() {
+  cd "${srcdir}"
+
+  local _gemdir="$(ruby -rubygems -e 'puts Gem.default_dir')"
+  gem install --no-user-install --ignore-dependencies -i "${pkgdir}"${_gemdir} ${pkgname#*-}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-x86_64/PKGBUILD (from rev 89241, ruby-iconv/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2013-04-28 10:01:07 UTC (rev 89242)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alucryd <alucryd at gmail dot com>
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv"
+license=('GPL3')
+depends=('ruby')
+makedepends=('rubygems')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+package() {
+  cd "${srcdir}"
+
+  local _gemdir="$(ruby -rubygems -e 'puts Gem.default_dir')"
+  gem install --no-user-install --ignore-dependencies -i "${pkgdir}"${_gemdir} ${pkgname#*-}-${pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list