[arch-commits] Commit in ruby/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-01 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 1, 2019 @ 14:14:39
  Author: anatolik
Revision: 363613

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/PKGBUILD
(from rev 363612, ruby/trunk/PKGBUILD)
Deleted:
  ruby/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  192 ++---
 1 file changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-01 14:14:06 UTC (rev 363612)
+++ PKGBUILD2019-10-01 14:14:39 UTC (rev 363613)
@@ -1,96 +0,0 @@
-# Contributor: Thomas Dziedzic 
-# Contributor: Allan McRae 
-# Contributor: John Proctor 
-# Contributor: Jeramy Rutley 
-
-pkgname=(ruby ruby-docs)
-pkgver=2.6.4
-pkgrel=1
-arch=(x86_64)
-url='https://www.ruby-lang.org/en/'
-license=(BSD custom)
-makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
-options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('930a4162fdb008d2446247908c14269fd13db4dc80bd2bb201a65a69c03f5933f97b4c5079ccd2a12db4934ff97b2debaa10a6c6f5c3060e55873f4397747eaa')
-
-prepare() {
-  cd ruby-${pkgver}
-  # remove bundled gems, we are going to ship them as separate packages
-  rm -rf gems/
-}
-
-build() {
-  cd ruby-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sharedstatedir=/var/lib \
---libexecdir=/usr/lib/ruby \
---enable-shared \
---disable-rpath \
---with-dbm-type=gdbm_compat
-
-  make
-}
-
-check() {
-  cd ruby-${pkgver}
-
-  make test
-}
-
-package_ruby() {
-  pkgdesc='An object-oriented language for quick and easy programming'
-  depends=(gdbm openssl libffi libyaml gmp zlib rubygems)
-  optdepends=(
-  'ruby-docs: Ruby documentation'
-  'tk: for Ruby/TK'
-  )
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-
-  rubyver=${pkgver:0:3}.0
-
-  # remove rubygems as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rubygems,rubygems.rb}
-  rm "${pkgdir}"/usr/bin/gem
-
-  # remove bundler as it shipped as a separate package
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{bundler,bundler.rb}
-  rm "${pkgdir}"/usr/bin/{bundle,bundler}
-  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/bundler-*.gemspec
-  rm "${pkgdir}"/usr/share/man/man1/{bundle,bundle-*}.1
-
-  # remove bundled rdoc gem
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{rdoc,rdoc.rb}
-  rm "${pkgdir}"/usr/bin/{rdoc,ri}
-  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/rdoc-*.gemspec
-
-  # remove irb as it is a separate package now
-  rm -r "${pkgdir}"/usr/lib/ruby/${rubyver}/{irb,irb.rb}
-  rm "${pkgdir}"/usr/bin/irb
-  rm 
"${pkgdir}"/usr/lib/ruby/gems/${rubyver}/specifications/default/irb-*.gemspec
-  rm "${pkgdir}"/usr/share/man/man1/irb.1
-
-  # remove all bundled gems to avoid conflicts with ruby-* Arch packages
-  rm -r "${pkgdir}"/usr/lib/ruby/gems/${rubyver}/gems/*
-}
-
-package_ruby-docs() {
-  pkgdesc='Documentation files for ruby'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-doc install-capi
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby-docs/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby-docs/BSDL"
-}

Copied: ruby/repos/extra-x86_64/PKGBUILD (from rev 363612, ruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-01 14:14:39 UTC (rev 363613)
@@ -0,0 +1,96 @@
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+pkgname=(ruby ruby-docs)
+pkgver=2.6.5
+pkgrel=1
+arch=(x86_64)
+url='https://www.ruby-lang.org/en/'
+license=(BSD custom)
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('e8ae3b5d4d23a93d0ef6057235ad0e573665a8b4b6544e1c70b4cce9c4d2fb9094e5c8fe8a9ab7b9996efe3ada603f9b4ef1fd08fb5a83253c1ae2b5e3f202db')
+
+prepare() {
+  cd ruby-${pkgver}
+  # remove bundled gems, we are going to ship them as separate packages
+  rm -rf gems/
+}
+
+build() {
+  cd ruby-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=(gdbm openssl libffi libyaml gmp zlib rubygems)
+  optdepends=(
+  'ruby-docs: Ruby 

[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-07-15 Thread Eric Bélanger
Date: Friday, July 15, 2011 @ 23:11:06
  Author: eric
Revision: 131849

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-07-15 Thread Eric Bélanger
Date: Friday, July 15, 2011 @ 23:11:15
  Author: eric
Revision: 131850

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-07-06 Thread Stéphane Gaudreault
Date: Wednesday, July 6, 2011 @ 08:36:36
  Author: stephane
Revision: 130480

db-move: ruby removed by stephane for move to [extra] (x86_64)

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64 testing-x86_64)

2011-07-06 Thread Stéphane Gaudreault
Date: Wednesday, July 6, 2011 @ 08:36:38
  Author: stephane
Revision: 130481

db-move: moved ruby from [testing] to [extra] (x86_64)

Added:
  ruby/repos/extra-x86_64/
Deleted:
  ruby/repos/testing-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-05-31 Thread Andrea Scarpino
Date: Tuesday, May 31, 2011 @ 17:34:17
  Author: andrea
Revision: 125921

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-05-31 Thread Andrea Scarpino
Date: Tuesday, May 31, 2011 @ 17:34:30
  Author: andrea
Revision: 125922

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-02-18 Thread Eric Bélanger
Date: Saturday, February 19, 2011 @ 02:24:44
  Author: eric
Revision: 110400

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-02-18 Thread Eric Bélanger
Date: Saturday, February 19, 2011 @ 02:24:56
  Author: eric
Revision: 110401

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-01-07 Thread Ionut Biru
Date: Friday, January 7, 2011 @ 07:21:09
  Author: ibiru
Revision: 105184

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2011-01-07 Thread Ionut Biru
Date: Friday, January 7, 2011 @ 07:21:21
  Author: ibiru
Revision: 105185

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 12:22:20
  Author: andrea
Revision: 104066

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 12:22:33
  Author: andrea
Revision: 104067

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64 testing-x86_64)

2010-11-02 Thread Allan McRae
Date: Tuesday, November 2, 2010 @ 08:00:25
  Author: allan
Revision: 97973

db-move: moved ruby from [testing] to [extra] (x86_64)

Added:
  ruby/repos/extra-x86_64/
Deleted:
  ruby/repos/testing-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-09-02 Thread Ionut Biru
Date: Thursday, September 2, 2010 @ 08:52:50
  Author: ibiru
Revision: 89607

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-09-02 Thread Ionut Biru
Date: Thursday, September 2, 2010 @ 08:53:22
  Author: ibiru
Revision: 89608

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-09-01 Thread Ionut Biru
Date: Wednesday, September 1, 2010 @ 15:14:18
  Author: ibiru
Revision: 89574

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-09-01 Thread Ionut Biru
Date: Wednesday, September 1, 2010 @ 15:14:34
  Author: ibiru
Revision: 89575

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-09-01 Thread Ionut Biru
Date: Wednesday, September 1, 2010 @ 16:26:22
  Author: ibiru
Revision: 89579

archrelease: remove extra-x86_64

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-09-01 Thread Ionut Biru
Date: Wednesday, September 1, 2010 @ 16:26:43
  Author: ibiru
Revision: 89580

archrelease: copy trunk to extra-x86_64

Added:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-07-13 Thread Eric Bélanger
Date: Tuesday, July 13, 2010 @ 22:38:18
  Author: eric
Revision: 85469

db-move: ruby removed by eric for move to extra

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64 testing-x86_64)

2010-07-13 Thread Eric Bélanger
Date: Tuesday, July 13, 2010 @ 22:38:20
  Author: eric
Revision: 85470

db-move: moved ruby from [testing] to [extra] (x86_64)

Added:
  ruby/repos/extra-x86_64/
Deleted:
  ruby/repos/testing-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:10:22
  Author: pierre
Revision: 76763

db-move: ruby removed by pierre for move to extra

Deleted:
  ruby/repos/extra-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64 testing-x86_64)

2010-04-08 Thread Pierre Schmitz
Date: Thursday, April 8, 2010 @ 17:10:23
  Author: pierre
Revision: 76764

db-move: moved ruby from [testing] to [extra] (x86_64)

Added:
  ruby/repos/extra-x86_64/
Deleted:
  ruby/repos/testing-x86_64/



[arch-commits] Commit in ruby/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2010-01-25 Thread Allan McRae
Date: Monday, January 25, 2010 @ 22:21:26
  Author: allan
Revision: 65258

Merged revisions 65256 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/ruby/trunk


  r65256 | allan | 2010-01-26 13:08:25 +1000 (Tue, 26 Jan 2010) | 2 lines
  
  upgpkg: ruby 1.9.1_p378-1
  upstream security update


Modified:
  ruby/repos/extra-x86_64/  (properties)
  ruby/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Property changes on: ruby/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /ruby/trunk:1-61136
   + /ruby/trunk:1-65257

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2010-01-26 03:09:25 UTC (rev 65257)
+++ extra-x86_64/PKGBUILD   2010-01-26 03:21:26 UTC (rev 65258)
@@ -4,8 +4,8 @@
 # Contributor: Jeramy Rutley jrut...@gmail.com
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.1_p376
-_pkgver=1.9.1-p376
+pkgver=1.9.1_p378
+_pkgver=1.9.1-p378
 pkgrel=1
 pkgdesc=An object-oriented language for quick and easy programming
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'tk')
 source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/${pkgname}-${_pkgver}.tar.bz2) 
 options=('!emptydirs')
-md5sums=('e019ae9c643c5efe91be49e29781fb94')
+md5sums=('5922459622a23612eb9b68a3586cb5f8')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}



[arch-commits] Commit in ruby/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-12-12 Thread Allan McRae
Date: Saturday, December 12, 2009 @ 07:30:33
  Author: allan
Revision: 61137

Merged revisions 61135 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/ruby/trunk


  r61135 | allan | 2009-12-12 22:22:00 +1000 (Sat, 12 Dec 2009) | 2 lines
  
  upgpkg: ruby 1.9.1_p376-1
  upstream update, remove versioned deps as they were mostly out of date 
anyway...


Modified:
  ruby/repos/extra-x86_64/  (properties)
  ruby/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)


Property changes on: ruby/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /ruby/trunk:1-53113
   + /ruby/trunk:1-61136

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-12-12 12:22:59 UTC (rev 61136)
+++ extra-x86_64/PKGBUILD   2009-12-12 12:30:33 UTC (rev 61137)
@@ -4,18 +4,17 @@
 # Contributor: Jeramy Rutley jrut...@gmail.com
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=1.9.1_p243
-_pkgver=1.9.1-p243
-pkgrel=2
+pkgver=1.9.1_p376
+_pkgver=1.9.1-p376
+pkgrel=1
 pkgdesc=An object-oriented language for quick and easy programming
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://www.ruby-lang.org/en/;
-makedepends=('gdbm=1.8.3' 'db=4.8' 'openssl=0.9.8k' 'zlib=1.2.3.3' \
- 'readline=5.2.013' 'tk=8.5')
+makedepends=('gdbm' 'db' 'openssl' 'zlib' 'readline' 'tk')
 source=(ftp://ftp.ruby-lang.org/pub/ruby/1.9/${pkgname}-${_pkgver}.tar.bz2) 
 options=('!emptydirs')
-md5sums=('66d4f8403d13623051091347764881a0')
+md5sums=('e019ae9c643c5efe91be49e29781fb94')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
@@ -25,7 +24,7 @@
 
 package_ruby()
 {
-  depends=('gdbm=1.8.3' 'db=4.8' 'openssl=0.9.8k' 'zlib=1.2.3.3' 
'readline=5.2.013')
+  depends=('gdbm' 'db' 'openssl' 'zlib' 'readline')
   provides=('rubygems' 'rake')
   conflicts=('rubygems' 'rake')
   optdepends=('tk: for Ruby/TK')