[arch-commits] CVS update of extra/devel/ruby (2 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Sep 24 21:27:42 UTC 2007


    Date: Monday, September 24, 2007 @ 17:27:42
  Author: andyrtr
    Path: /home/cvs-extra/extra/devel/ruby

Modified: PKGBUILD (1.37 -> 1.38)
 Removed: ruby-1.8.6_p36-rb_thread_status_prototype.patch (1.1)

updatepkg 1.8.6-p110


-------------------------------------------------+
 PKGBUILD                                        |   18 +++++++--------
 ruby-1.8.6_p36-rb_thread_status_prototype.patch |   25 ----------------------
 2 files changed, 9 insertions(+), 34 deletions(-)


Index: extra/devel/ruby/PKGBUILD
diff -u extra/devel/ruby/PKGBUILD:1.37 extra/devel/ruby/PKGBUILD:1.38
--- extra/devel/ruby/PKGBUILD:1.37	Sat Aug 25 12:42:08 2007
+++ extra/devel/ruby/PKGBUILD	Mon Sep 24 17:27:42 2007
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD,v 1.37 2007/08/25 16:42:08 daniel Exp $
+# $Id: PKGBUILD,v 1.38 2007/09/24 21:27:42 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributors: John Proctor <jproctor at prium.net>
 #               Jeramy Rutley <jrutley at gmail.com>
 pkgname=ruby
-pkgver=1.8.6_p36
-_pkgver=1.8.6-p36
-pkgrel=3
+pkgver=1.8.6_p110
+_pkgver=1.8.6-p110
+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/"
-depends=('gdbm' 'db>=4.5' 'openssl>=0.9.8b' 'zlib' 'readline')
+depends=('gdbm' 'db>=4.5' 'openssl>=0.9.8b' 'zlib' 'readline' 'termcap-compat')
 makedepends=('tk')
-source=(ftp://ftp.ruby-lang.org/pub/ruby/stable/${pkgname}-${_pkgver}.tar.bz2 ruby-1.8.6_p36-rb_thread_status_prototype.patch) 
+source=(ftp://ftp.ruby-lang.org/pub/ruby/stable/${pkgname}-${_pkgver}.tar.bz2) 
 force=y
+md5sums=('39cbf0cc610e636983cb3311bef3f2d0')
+options=('!emptydirs')
 
 build() {
   cd ${startdir}/src/${pkgname}-${_pkgver}
-  patch -Np0 -i ../ruby-1.8.6_p36-rb_thread_status_prototype.patch || return 1
   ./configure --prefix=/usr --enable-shared --enable-pthread
   make || return 1
   make DESTDIR=${startdir}/pkg install
@@ -25,5 +26,4 @@
   make DESTDIR=${startdir}/pkg install-doc
   install -Dm644 COPYING ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING
 }
-md5sums=('eb7f25818cb6993839b38d1f21bd4ea1'
-         '974baa2082c6ad34ec6a96bde01ca40a')
+
Index: extra/devel/ruby/ruby-1.8.6_p36-rb_thread_status_prototype.patch
diff -u extra/devel/ruby/ruby-1.8.6_p36-rb_thread_status_prototype.patch:1.1 extra/devel/ruby/ruby-1.8.6_p36-rb_thread_status_prototype.patch:removed
--- extra/devel/ruby/ruby-1.8.6_p36-rb_thread_status_prototype.patch:1.1	Sat Aug 25 12:42:08 2007
+++ extra/devel/ruby/ruby-1.8.6_p36-rb_thread_status_prototype.patch	Mon Sep 24 17:27:42 2007
@@ -1,25 +0,0 @@
-Index: intern.h
-===================================================================
---- intern.h	(revision 12566)
-+++ intern.h	(revision 12567)
-@@ -204,7 +204,6 @@
- void rb_thread_polling _((void));
- void rb_thread_sleep _((int));
- void rb_thread_sleep_forever _((void));
--enum rb_thread_status rb_thread_status _((VALUE));
- VALUE rb_thread_stop _((void));
- VALUE rb_thread_wakeup _((VALUE));
- VALUE rb_thread_wakeup_alive _((VALUE));
-Index: ext/thread/thread.c
-===================================================================
---- ext/thread/thread.c	(revision 12566)
-+++ ext/thread/thread.c	(revision 12567)
-@@ -14,6 +14,8 @@
- #include <rubysig.h>
- #include <node.h>
- 
-+enum rb_thread_status rb_thread_status _((VALUE));
-+
- static VALUE rb_cMutex;
- static VALUE rb_cConditionVariable;
- static VALUE rb_cQueue;




More information about the arch-commits mailing list