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

2017-01-09 Thread Evangelos Foutras
Date: Monday, January 9, 2017 @ 18:23:03
  Author: foutrelis
Revision: 206216

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ruby-iconv/repos/community-staging-i686/PKGBUILD (from rev 206215, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-09 18:23:03 UTC (rev 206216)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=5
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-staging-x86_64/PKGBUILD (from rev 206215, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-09 18:23:03 UTC (rev 206216)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=5
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-28 Thread Evangelos Foutras
Date: Monday, December 28, 2015 @ 22:48:36
  Author: foutrelis
Revision: 154713

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ruby-iconv/repos/community-staging-i686/PKGBUILD (from rev 154712, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-28 21:48:36 UTC (rev 154713)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=4
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-staging-x86_64/PKGBUILD (from rev 154712, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-28 21:48:36 UTC (rev 154713)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=4
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-12-27 Thread Anatol Pomozov
Date: Saturday, December 27, 2014 @ 13:35:25
  Author: anatolik
Revision: 124695

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

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

---+
 community-staging-i686/PKGBUILD   |   27 +++
 community-staging-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: ruby-iconv/repos/community-staging-i686/PKGBUILD (from rev 124694, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-12-27 12:35:25 UTC (rev 124695)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=3
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-staging-x86_64/PKGBUILD (from rev 124694, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-12-27 12:35:25 UTC (rev 124695)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=3
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2014-01-25 Thread Maxime Gauduin
Date: Saturday, January 25, 2014 @ 20:08:52
  Author: alucryd
Revision: 104778

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

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

---+
 /PKGBUILD |   54 
 community-testing-i686/PKGBUILD   |   27 --
 community-testing-x86_64/PKGBUILD |   27 --
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-01-25 19:08:39 UTC (rev 104777)
+++ community-testing-i686/PKGBUILD 2014-01-25 19:08:52 UTC (rev 104778)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Wrapper library for iconv'
-arch=('i686' 'x86_64')
-url='https://github.com/nurse/iconv'
-license=('BSD')
-depends=('ruby')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-testing-i686/PKGBUILD (from rev 104777, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-25 19:08:52 UTC (rev 104778)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2014-01-25 19:08:39 UTC (rev 104777)
+++ community-testing-x86_64/PKGBUILD   2014-01-25 19:08:52 UTC (rev 104778)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Wrapper library for iconv'
-arch=('i686' 'x86_64')
-url='https://github.com/nurse/iconv'
-license=('BSD')
-depends=('ruby')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-testing-x86_64/PKGBUILD (from rev 104777, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-01-25 19:08:52 UTC (rev 104778)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=2
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f

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

2014-01-25 Thread Maxime Gauduin
Date: Saturday, January 25, 2014 @ 19:55:44
  Author: alucryd
Revision: 104768

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

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

---+
 /PKGBUILD |   54 
 community-testing-i686/PKGBUILD   |   41 ---
 community-testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 54 insertions(+), 82 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-01-25 18:55:30 UTC (rev 104767)
+++ community-testing-i686/PKGBUILD 2014-01-25 18:55:44 UTC (rev 104768)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Wrapper library for iconv'
-arch=('i686' 'x86_64')
-url='https://github.com/nurse/iconv'
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Native extension
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
-  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
-
-# Gem compatibility
-  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-testing-i686/PKGBUILD (from rev 104767, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-01-25 18:55:44 UTC (rev 104768)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/BSDL 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2014-01-25 18:55:30 UTC (rev 104767)
+++ community-testing-x86_64/PKGBUILD   2014-01-25 18:55:44 UTC (rev 104768)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.4
-pkgrel=1
-pkgdesc='Wrapper library for iconv'
-arch=('i686' 'x86_64')
-url='https://github.com/nurse/iconv'
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Native extension
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
-  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
-
-# Gem compatibility
-  mv ../.

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

2014-01-11 Thread Maxime Gauduin
Date: Saturday, January 11, 2014 @ 13:21:40
  Author: alucryd
Revision: 103758

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

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

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: ruby-iconv/repos/community-staging-i686/PKGBUILD (from rev 103757, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-11 12:21:40 UTC (rev 103758)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Native extension
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
+  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-staging-x86_64/PKGBUILD (from rev 103757, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-01-11 12:21:40 UTC (rev 103758)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Wrapper library for iconv'
+arch=('i686' 'x86_64')
+url='https://github.com/nurse/iconv'
+license=('BSD')
+depends=('ruby')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('5bd4e387a2e8070baf3ebf8d91f545200db25c08686f82cde66f118d9f914f9b')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Native extension
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
+  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
+}
+
+# vim: ts=2 sw=2 et:



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

2013-11-03 Thread Maxime Gauduin
Date: Sunday, November 3, 2013 @ 12:24:29
  Author: alucryd
Revision: 100391

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 82 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 11:24:10 UTC (rev 100390)
+++ community-i686/PKGBUILD 2013-11-03 11:24:29 UTC (rev 100391)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=5
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Native extension
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
-  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
-  ln -s ../$CARCH-linux/iconv.so 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/iconv/
-
-# Gem compatibility
-  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-i686/PKGBUILD (from rev 100390, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 11:24:29 UTC (rev 100391)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=6
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv";
+license=('BSD')
+depends=('ruby')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Native extension
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
+  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 11:24:10 UTC (rev 100390)
+++ community-x86_64/PKGBUILD   2013-11-03 11:24:29 UTC (rev 100391)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=5
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _

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

2013-11-03 Thread Maxime Gauduin
Date: Sunday, November 3, 2013 @ 12:23:17
  Author: alucryd
Revision: 100389

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 3 files changed, 84 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 11:23:00 UTC (rev 100388)
+++ community-i686/PKGBUILD 2013-11-03 11:23:17 UTC (rev 100389)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=4
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Native extension
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
-  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
-
-# Gem compatibility
-  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-i686/PKGBUILD (from rev 100388, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 11:23:17 UTC (rev 100389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=5
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv";
+license=('BSD')
+depends=('ruby')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Native extension
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
+  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+  ln -s ../$CARCH-linux/iconv.so 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/iconv/
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 11:23:00 UTC (rev 100388)
+++ community-x86_64/PKGBUILD   2013-11-03 11:23:17 UTC (rev 100389)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=4
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_ruby

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

2013-09-27 Thread Maxime Gauduin
Date: Friday, September 27, 2013 @ 10:51:25
  Author: alucryd
Revision: 97686

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-27 08:50:42 UTC (rev 97685)
+++ community-i686/PKGBUILD 2013-09-27 08:51:25 UTC (rev 97686)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-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:

Copied: ruby-iconv/repos/community-i686/PKGBUILD (from rev 97685, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-27 08:51:25 UTC (rev 97686)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv";
+license=('BSD')
+depends=('ruby')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Native extension
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
+  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-27 08:50:42 UTC (rev 97685)
+++ community-x86_64/PKGBUILD   2013-09-27 08:51:25 UTC (rev 97686)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-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},

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

2013-09-19 Thread Maxime Gauduin
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 
-
-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 
+
+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 
-
-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 
+
+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