[arch-commits] Commit in ruby-iconv/repos (4 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Sep 19 13:00:39 UTC 2013


    Date: Thursday, September 19, 2013 @ 15:00:39
  Author: alucryd
Revision: 97425

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-19 13:00:23 UTC (rev 97424)
+++ community-i686/PKGBUILD	2013-09-19 13:00:39 UTC (rev 97425)
@@ -1,24 +0,0 @@
-# $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-i686/PKGBUILD (from rev 97424, ruby-iconv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-19 13:00:39 UTC (rev 97425)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=3
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv"
+license=('BSD')
+depends=('ruby')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+build() {
+  gem install --no-user-install --ignore-dependencies -i . ${pkgname#*-}-${pkgver}.gem
+}
+
+package() {
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby/${_rubyver}/$CARCH-linux}
+  mv gems/${pkgname#*-}-${pkgver}/lib/* "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/
+  mv doc specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+  mv "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {gems/${pkgname#*-}-${pkgver},"${pkgdir}"/usr/share/licenses/${pkgname}}/BSDL
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-09-19 13:00:23 UTC (rev 97424)
+++ community-x86_64/PKGBUILD	2013-09-19 13:00:39 UTC (rev 97425)
@@ -1,24 +0,0 @@
-# $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 97424, ruby-iconv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-19 13:00:39 UTC (rev 97425)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=3
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv"
+license=('BSD')
+depends=('ruby')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem")
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+build() {
+  gem install --no-user-install --ignore-dependencies -i . ${pkgname#*-}-${pkgver}.gem
+}
+
+package() {
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby/${_rubyver}/$CARCH-linux}
+  mv gems/${pkgname#*-}-${pkgver}/lib/* "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/
+  mv doc specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+  mv "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {gems/${pkgname#*-}-${pkgver},"${pkgdir}"/usr/share/licenses/${pkgname}}/BSDL
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list