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

Anatol Pomozov anatolik at archlinux.org
Mon Sep 22 16:08:06 UTC 2014


    Date: Monday, September 22, 2014 @ 18:08:05
  Author: anatolik
Revision: 222676

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

Added:
  ruby/repos/testing-i686/PKGBUILD
    (from rev 222675, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/disable_sse2_on_i686.patch
    (from rev 222675, ruby/trunk/disable_sse2_on_i686.patch)
  ruby/repos/testing-i686/gemrc
    (from rev 222675, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
    (from rev 222675, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/PKGBUILD
    (from rev 222675, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/disable_sse2_on_i686.patch
    (from rev 222675, ruby/trunk/disable_sse2_on_i686.patch)
  ruby/repos/testing-x86_64/gemrc
    (from rev 222675, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
    (from rev 222675, ruby/trunk/ruby.install)
Deleted:
  ruby/repos/testing-i686/PKGBUILD
  ruby/repos/testing-i686/disable_sse2_on_i686.patch
  ruby/repos/testing-i686/gemrc
  ruby/repos/testing-i686/ruby.install
  ruby/repos/testing-x86_64/PKGBUILD
  ruby/repos/testing-x86_64/disable_sse2_on_i686.patch
  ruby/repos/testing-x86_64/gemrc
  ruby/repos/testing-x86_64/ruby.install

-------------------------------------------+
 /PKGBUILD                                 |  164 ++++++++++++++++++++++++++++
 /disable_sse2_on_i686.patch               |   54 +++++++++
 /gemrc                                    |   10 +
 /ruby.install                             |   44 +++++++
 testing-i686/PKGBUILD                     |   82 --------------
 testing-i686/disable_sse2_on_i686.patch   |   27 ----
 testing-i686/gemrc                        |    5 
 testing-i686/ruby.install                 |   22 ---
 testing-x86_64/PKGBUILD                   |   82 --------------
 testing-x86_64/disable_sse2_on_i686.patch |   27 ----
 testing-x86_64/gemrc                      |    5 
 testing-x86_64/ruby.install               |   22 ---
 12 files changed, 272 insertions(+), 272 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-i686/PKGBUILD	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,82 +0,0 @@
-# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-# Contributor: Jeramy Rutley <jrutley at gmail.com>
-
-pkgname=('ruby' 'ruby-docs')
-pkgver=2.1.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
-# https://bugs.ruby-lang.org/issues/8000
-# wait for upstream to start supporting tk 8.6
-makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml') # 'tk'
-options=('!emptydirs' '!makeflags' 'staticlibs')
-source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz"
-        'gemrc'
-        'disable_sse2_on_i686.patch')
-sha1sums=('d4e5447f0f6a5fda206cdadbfda470b97943ea7a'
-          'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
-          '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
-
-
-prepare() {
-  cd ruby-${pkgver}
-
-  # FS#39470
-  patch -Np1 -i ${srcdir}/disable_sse2_on_i686.patch
-}
-
-build() {
-  cd ruby-${pkgver}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./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')
-  optdepends=('ruby-docs: Ruby documentation') # 'tk: for Ruby/TK'
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-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/testing-i686/PKGBUILD (from rev 222675, ruby/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,82 @@
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Jeramy Rutley <jrutley at gmail.com>
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=2.1.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
+# https://bugs.ruby-lang.org/issues/8000
+# wait for upstream to start supporting tk 8.6
+makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 'ttf-dejavu') # 'tk'
+options=('!emptydirs' '!makeflags' 'staticlibs')
+source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz"
+        'gemrc'
+        'disable_sse2_on_i686.patch')
+sha1sums=('d4e5447f0f6a5fda206cdadbfda470b97943ea7a'
+          'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
+          '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
+
+
+prepare() {
+  cd ruby-${pkgver}
+
+  # FS#39470
+  patch -Np1 -i ${srcdir}/disable_sse2_on_i686.patch
+}
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./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')
+  optdepends=('ruby-docs: Ruby documentation') # 'tk: for Ruby/TK'
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+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"
+}

Deleted: testing-i686/disable_sse2_on_i686.patch
===================================================================
--- testing-i686/disable_sse2_on_i686.patch	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-i686/disable_sse2_on_i686.patch	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,27 +0,0 @@
-diff --git a/configure.in b/configure.in
-index fc01f3b..bd9f950 100644
---- a/configure.in
-+++ b/configure.in
-@@ -858,22 +858,6 @@ if test "$GCC" = yes; then
-     for oflag in -fno-fast-math; do
- 	RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
-     done
--    AS_CASE(["$target"],
--	[*-darwin*], [
--	    # doesn't seem necessary on Mac OS X
--	],
--	[[i[4-6]86*|i386*mingw*]], [
--	    RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [
--		RUBY_APPEND_OPTION(XCFLAGS, -msse2 -mfpmath=sse)
--	    ])
--            AS_CASE(["$XCFLAGS"],
--                [[*-msse2*]], [
--                    RUBY_TRY_CFLAGS(-mstackrealign, [
--                        RUBY_APPEND_OPTION(XCFLAGS, -mstackrealign)
--                    ])
--                ])
--	]
--    )
- fi
- 
- AC_ARG_WITH(opt-dir,

Copied: ruby/repos/testing-i686/disable_sse2_on_i686.patch (from rev 222675, ruby/trunk/disable_sse2_on_i686.patch)
===================================================================
--- testing-i686/disable_sse2_on_i686.patch	                        (rev 0)
+++ testing-i686/disable_sse2_on_i686.patch	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,27 @@
+diff --git a/configure.in b/configure.in
+index fc01f3b..bd9f950 100644
+--- a/configure.in
++++ b/configure.in
+@@ -858,22 +858,6 @@ if test "$GCC" = yes; then
+     for oflag in -fno-fast-math; do
+ 	RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
+     done
+-    AS_CASE(["$target"],
+-	[*-darwin*], [
+-	    # doesn't seem necessary on Mac OS X
+-	],
+-	[[i[4-6]86*|i386*mingw*]], [
+-	    RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [
+-		RUBY_APPEND_OPTION(XCFLAGS, -msse2 -mfpmath=sse)
+-	    ])
+-            AS_CASE(["$XCFLAGS"],
+-                [[*-msse2*]], [
+-                    RUBY_TRY_CFLAGS(-mstackrealign, [
+-                        RUBY_APPEND_OPTION(XCFLAGS, -mstackrealign)
+-                    ])
+-                ])
+-	]
+-    )
+ fi
+ 
+ AC_ARG_WITH(opt-dir,

Deleted: testing-i686/gemrc
===================================================================
--- testing-i686/gemrc	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-i686/gemrc	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,5 +0,0 @@
-# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
-
-# --user-install is used to install to $HOME/.gem/ by default since we want to separate
-#                pacman installed gems and gem installed gems
-gem: --user-install

Copied: ruby/repos/testing-i686/gemrc (from rev 222675, ruby/trunk/gemrc)
===================================================================
--- testing-i686/gemrc	                        (rev 0)
+++ testing-i686/gemrc	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to separate
+#                pacman installed gems and gem installed gems
+gem: --user-install

Deleted: testing-i686/ruby.install
===================================================================
--- testing-i686/ruby.install	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-i686/ruby.install	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-print_gem_default_target() {
-  echo 'The default location of gem installs is $HOME/.gem/ruby'
-  echo 'Add the following line to your PATH if you plan to install using gem'
-  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
-  echo 'If you want to install to the system wide location, you must either:'
-  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
-}
-
-# arg 1:  the new package version
-post_install() {
-  print_gem_default_target
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then
-    print_gem_default_target
-  fi
-}

Copied: ruby/repos/testing-i686/ruby.install (from rev 222675, ruby/trunk/ruby.install)
===================================================================
--- testing-i686/ruby.install	                        (rev 0)
+++ testing-i686/ruby.install	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then
+    print_gem_default_target
+  fi
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-x86_64/PKGBUILD	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,82 +0,0 @@
-# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-# Contributor: Jeramy Rutley <jrutley at gmail.com>
-
-pkgname=('ruby' 'ruby-docs')
-pkgver=2.1.3
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.ruby-lang.org/en/'
-license=('BSD' 'custom')
-# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
-# https://bugs.ruby-lang.org/issues/8000
-# wait for upstream to start supporting tk 8.6
-makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml') # 'tk'
-options=('!emptydirs' '!makeflags' 'staticlibs')
-source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz"
-        'gemrc'
-        'disable_sse2_on_i686.patch')
-sha1sums=('d4e5447f0f6a5fda206cdadbfda470b97943ea7a'
-          'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
-          '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
-
-
-prepare() {
-  cd ruby-${pkgver}
-
-  # FS#39470
-  patch -Np1 -i ${srcdir}/disable_sse2_on_i686.patch
-}
-
-build() {
-  cd ruby-${pkgver}
-
-  PKG_CONFIG=/usr/bin/pkg-config ./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')
-  optdepends=('ruby-docs: Ruby documentation') # 'tk: for Ruby/TK'
-  provides=('rubygems' 'rake')
-  conflicts=('rake')
-  backup=('etc/gemrc')
-  install='ruby.install'
-
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
-}
-
-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/testing-x86_64/PKGBUILD (from rev 222675, ruby/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,82 @@
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Jeramy Rutley <jrutley at gmail.com>
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=2.1.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
+# https://bugs.ruby-lang.org/issues/8000
+# wait for upstream to start supporting tk 8.6
+makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 'ttf-dejavu') # 'tk'
+options=('!emptydirs' '!makeflags' 'staticlibs')
+source=("http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz"
+        'gemrc'
+        'disable_sse2_on_i686.patch')
+sha1sums=('d4e5447f0f6a5fda206cdadbfda470b97943ea7a'
+          'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
+          '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
+
+
+prepare() {
+  cd ruby-${pkgver}
+
+  # FS#39470
+  patch -Np1 -i ${srcdir}/disable_sse2_on_i686.patch
+}
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./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')
+  optdepends=('ruby-docs: Ruby documentation') # 'tk: for Ruby/TK'
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gemrc"
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby/BSDL"
+}
+
+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"
+}

Deleted: testing-x86_64/disable_sse2_on_i686.patch
===================================================================
--- testing-x86_64/disable_sse2_on_i686.patch	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-x86_64/disable_sse2_on_i686.patch	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,27 +0,0 @@
-diff --git a/configure.in b/configure.in
-index fc01f3b..bd9f950 100644
---- a/configure.in
-+++ b/configure.in
-@@ -858,22 +858,6 @@ if test "$GCC" = yes; then
-     for oflag in -fno-fast-math; do
- 	RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
-     done
--    AS_CASE(["$target"],
--	[*-darwin*], [
--	    # doesn't seem necessary on Mac OS X
--	],
--	[[i[4-6]86*|i386*mingw*]], [
--	    RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [
--		RUBY_APPEND_OPTION(XCFLAGS, -msse2 -mfpmath=sse)
--	    ])
--            AS_CASE(["$XCFLAGS"],
--                [[*-msse2*]], [
--                    RUBY_TRY_CFLAGS(-mstackrealign, [
--                        RUBY_APPEND_OPTION(XCFLAGS, -mstackrealign)
--                    ])
--                ])
--	]
--    )
- fi
- 
- AC_ARG_WITH(opt-dir,

Copied: ruby/repos/testing-x86_64/disable_sse2_on_i686.patch (from rev 222675, ruby/trunk/disable_sse2_on_i686.patch)
===================================================================
--- testing-x86_64/disable_sse2_on_i686.patch	                        (rev 0)
+++ testing-x86_64/disable_sse2_on_i686.patch	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,27 @@
+diff --git a/configure.in b/configure.in
+index fc01f3b..bd9f950 100644
+--- a/configure.in
++++ b/configure.in
+@@ -858,22 +858,6 @@ if test "$GCC" = yes; then
+     for oflag in -fno-fast-math; do
+ 	RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
+     done
+-    AS_CASE(["$target"],
+-	[*-darwin*], [
+-	    # doesn't seem necessary on Mac OS X
+-	],
+-	[[i[4-6]86*|i386*mingw*]], [
+-	    RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [
+-		RUBY_APPEND_OPTION(XCFLAGS, -msse2 -mfpmath=sse)
+-	    ])
+-            AS_CASE(["$XCFLAGS"],
+-                [[*-msse2*]], [
+-                    RUBY_TRY_CFLAGS(-mstackrealign, [
+-                        RUBY_APPEND_OPTION(XCFLAGS, -mstackrealign)
+-                    ])
+-                ])
+-	]
+-    )
+ fi
+ 
+ AC_ARG_WITH(opt-dir,

Deleted: testing-x86_64/gemrc
===================================================================
--- testing-x86_64/gemrc	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-x86_64/gemrc	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,5 +0,0 @@
-# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
-
-# --user-install is used to install to $HOME/.gem/ by default since we want to separate
-#                pacman installed gems and gem installed gems
-gem: --user-install

Copied: ruby/repos/testing-x86_64/gemrc (from rev 222675, ruby/trunk/gemrc)
===================================================================
--- testing-x86_64/gemrc	                        (rev 0)
+++ testing-x86_64/gemrc	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,5 @@
+# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11
+
+# --user-install is used to install to $HOME/.gem/ by default since we want to separate
+#                pacman installed gems and gem installed gems
+gem: --user-install

Deleted: testing-x86_64/ruby.install
===================================================================
--- testing-x86_64/ruby.install	2014-09-22 16:07:04 UTC (rev 222675)
+++ testing-x86_64/ruby.install	2014-09-22 16:08:05 UTC (rev 222676)
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-print_gem_default_target() {
-  echo 'The default location of gem installs is $HOME/.gem/ruby'
-  echo 'Add the following line to your PATH if you plan to install using gem'
-  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
-  echo 'If you want to install to the system wide location, you must either:'
-  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
-}
-
-# arg 1:  the new package version
-post_install() {
-  print_gem_default_target
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then
-    print_gem_default_target
-  fi
-}

Copied: ruby/repos/testing-x86_64/ruby.install (from rev 222675, ruby/trunk/ruby.install)
===================================================================
--- testing-x86_64/ruby.install	                        (rev 0)
+++ testing-x86_64/ruby.install	2014-09-22 16:08:05 UTC (rev 222676)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+print_gem_default_target() {
+  echo 'The default location of gem installs is $HOME/.gem/ruby'
+  echo 'Add the following line to your PATH if you plan to install using gem'
+  echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin'
+  echo 'If you want to install to the system wide location, you must either:'
+  echo 'edit /etc/gemrc or run gem with the --no-user-install flag.'
+}
+
+# arg 1:  the new package version
+post_install() {
+  print_gem_default_target
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then
+    print_gem_default_target
+  fi
+}




More information about the arch-commits mailing list