[arch-commits] Commit in rubinius/repos (12 files)
Jan Steffens
heftig at archlinux.org
Fri Apr 1 23:30:35 UTC 2016
Date: Saturday, April 2, 2016 @ 01:30:35
Author: heftig
Revision: 169194
archrelease: copy trunk to community-i686, community-x86_64
Added:
rubinius/repos/community-i686/PKGBUILD
(from rev 169193, rubinius/trunk/PKGBUILD)
rubinius/repos/community-i686/dirs.patch
(from rev 169193, rubinius/trunk/dirs.patch)
rubinius/repos/community-i686/gemrc
(from rev 169193, rubinius/trunk/gemrc)
rubinius/repos/community-x86_64/PKGBUILD
(from rev 169193, rubinius/trunk/PKGBUILD)
rubinius/repos/community-x86_64/dirs.patch
(from rev 169193, rubinius/trunk/dirs.patch)
rubinius/repos/community-x86_64/gemrc
(from rev 169193, rubinius/trunk/gemrc)
Deleted:
rubinius/repos/community-i686/PKGBUILD
rubinius/repos/community-i686/dirs.patch
rubinius/repos/community-i686/gemrc
rubinius/repos/community-x86_64/PKGBUILD
rubinius/repos/community-x86_64/dirs.patch
rubinius/repos/community-x86_64/gemrc
-----------------------------+
/PKGBUILD | 174 ++++++++++++++++++++++++++++++++++++++++++
/dirs.patch | 42 ++++++++++
/gemrc | 10 ++
community-i686/PKGBUILD | 87 ---------------------
community-i686/dirs.patch | 21 -----
community-i686/gemrc | 5 -
community-x86_64/PKGBUILD | 87 ---------------------
community-x86_64/dirs.patch | 21 -----
community-x86_64/gemrc | 5 -
9 files changed, 226 insertions(+), 226 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-01 23:24:51 UTC (rev 169193)
+++ community-i686/PKGBUILD 2016-04-01 23:30:35 UTC (rev 169194)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.21
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubinius.com"
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
- gemrc dirs.patch)
-sha256sums=('281195af772ef05f789404f0fb95838c5942591762191962bab22860022650ee'
- '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
- '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
-
-_common() {
- export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
- cd $pkgbase-$pkgver
-}
-
-prepare() {
- _common
-
- patch -Np1 -i ../dirs.patch
-
- mkdir -p "$GEM_HOME"
- gem install --no-user-install -N vendor/cache/bundler-*.gem
-
- "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
- _common
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --includedir=/usr/include/rubinius \
- --appdir=/usr/lib/rubinius \
- --gemsdir=/usr/lib/rubinius/gems \
- --llvm-shared \
- --preserve-prefix \
- --without-rpath \
- --bin-link bundle --bin-link bundler
- rake build
-}
-
-check() {
- _common
- rake vm:test || :
-}
-
-package_rubinius() {
- optdepends=('ruby-docs: Ruby documentation')
-
- _common
-
- DESTDIR="$pkgdir" rake install
-
- mkdir -p "$pkgdir/usr/share/ri"
- ln -s 2.3.0 "$pkgdir/usr/share/ri/2.2"
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
- mkdir -p "$srcdir/ruby/usr/bin"
- for _f in "$pkgdir"/usr/bin/*; do
- [[ $_f == */rbx ]] && continue
- mv $_f "$srcdir/ruby/usr/bin"
- done
-}
-
-package_rubinius-ruby() {
- pkgdesc="Ruby compat for Rubinius"
- depends=("rubinius=$pkgver-$pkgrel")
- provides=(ruby)
- conflicts=(ruby)
- backup=(etc/gemrc)
-
- mv ruby/* "$pkgdir"
- install -Dm644 gemrc "$pkgdir/etc/gemrc"
- install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
- ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}
Copied: rubinius/repos/community-i686/PKGBUILD (from rev 169193, rubinius/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-01 23:30:35 UTC (rev 169194)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.22
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubinius.com"
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+ gemrc dirs.patch)
+sha256sums=('90b9a69ab71cffdc4a0dd68aafebce5df1fcd79c2bc60ef78b44fccd160d341a'
+ '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+ '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+
+_common() {
+ export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
+ cd $pkgbase-$pkgver
+}
+
+prepare() {
+ _common
+
+ patch -Np1 -i ../dirs.patch
+
+ mkdir -p "$GEM_HOME"
+ gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+ "$GEM_HOME/bin/bundle" install --local
+}
+
+build() {
+ _common
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --includedir=/usr/include/rubinius \
+ --appdir=/usr/lib/rubinius \
+ --gemsdir=/usr/lib/rubinius/gems \
+ --llvm-shared \
+ --preserve-prefix \
+ --without-rpath \
+ --bin-link bundle --bin-link bundler
+ rake build
+}
+
+check() {
+ _common
+ rake vm:test || :
+}
+
+package_rubinius() {
+ optdepends=('ruby-docs: Ruby documentation')
+
+ _common
+
+ DESTDIR="$pkgdir" rake install
+
+ mkdir -p "$pkgdir/usr/share/ri"
+ ln -s 2.3.0 "$pkgdir/usr/share/ri/2.2"
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
+
+### Split rubinius-ruby
+ mkdir -p "$srcdir/ruby/usr/bin"
+ for _f in "$pkgdir"/usr/bin/*; do
+ [[ $_f == */rbx ]] && continue
+ mv $_f "$srcdir/ruby/usr/bin"
+ done
+}
+
+package_rubinius-ruby() {
+ pkgdesc="Ruby compat for Rubinius"
+ depends=("rubinius=$pkgver-$pkgrel")
+ provides=(ruby)
+ conflicts=(ruby)
+ backup=(etc/gemrc)
+
+ mv ruby/* "$pkgdir"
+ install -Dm644 gemrc "$pkgdir/etc/gemrc"
+ install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
+ ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
+}
Deleted: community-i686/dirs.patch
===================================================================
--- community-i686/dirs.patch 2016-04-01 23:24:51 UTC (rev 169193)
+++ community-i686/dirs.patch 2016-04-01 23:30:35 UTC (rev 169194)
@@ -1,21 +0,0 @@
-diff --git i/core/rbconfig.rb w/core/rbconfig.rb
-index 8d23097..acd6ed8 100644
---- i/core/rbconfig.rb
-+++ w/core/rbconfig.rb
-@@ -14,12 +14,12 @@ module RbConfig
- CONFIG["exec_prefix"] = "$(prefix)"
- CONFIG["bindir"] = Rubinius::BIN_PATH.dup
- CONFIG["sbindir"] = "$(exec_prefix)/sbin"
-- CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
-+ CONFIG["libexecdir"] = "/usr/lib/rubinius"
- CONFIG["datarootdir"] = "$(prefix)/share"
- CONFIG["datadir"] = "$(datarootdir)"
-- CONFIG["sysconfdir"] = "$(prefix)/etc"
-- CONFIG["sharedstatedir"] = "$(prefix)/com"
-- CONFIG["localstatedir"] = "$(prefix)/var"
-+ CONFIG["sysconfdir"] = "/etc"
-+ CONFIG["sharedstatedir"] = "/var/lib"
-+ CONFIG["localstatedir"] = "/var"
- CONFIG["includedir"] = "$(prefix)/include"
- CONFIG["oldincludedir"] = "/usr/include"
- CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"
Copied: rubinius/repos/community-i686/dirs.patch (from rev 169193, rubinius/trunk/dirs.patch)
===================================================================
--- community-i686/dirs.patch (rev 0)
+++ community-i686/dirs.patch 2016-04-01 23:30:35 UTC (rev 169194)
@@ -0,0 +1,21 @@
+diff --git i/core/rbconfig.rb w/core/rbconfig.rb
+index 8d23097..acd6ed8 100644
+--- i/core/rbconfig.rb
++++ w/core/rbconfig.rb
+@@ -14,12 +14,12 @@ module RbConfig
+ CONFIG["exec_prefix"] = "$(prefix)"
+ CONFIG["bindir"] = Rubinius::BIN_PATH.dup
+ CONFIG["sbindir"] = "$(exec_prefix)/sbin"
+- CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
++ CONFIG["libexecdir"] = "/usr/lib/rubinius"
+ CONFIG["datarootdir"] = "$(prefix)/share"
+ CONFIG["datadir"] = "$(datarootdir)"
+- CONFIG["sysconfdir"] = "$(prefix)/etc"
+- CONFIG["sharedstatedir"] = "$(prefix)/com"
+- CONFIG["localstatedir"] = "$(prefix)/var"
++ CONFIG["sysconfdir"] = "/etc"
++ CONFIG["sharedstatedir"] = "/var/lib"
++ CONFIG["localstatedir"] = "/var"
+ CONFIG["includedir"] = "$(prefix)/include"
+ CONFIG["oldincludedir"] = "/usr/include"
+ CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"
Deleted: community-i686/gemrc
===================================================================
--- community-i686/gemrc 2016-04-01 23:24:51 UTC (rev 169193)
+++ community-i686/gemrc 2016-04-01 23:30:35 UTC (rev 169194)
@@ -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: rubinius/repos/community-i686/gemrc (from rev 169193, rubinius/trunk/gemrc)
===================================================================
--- community-i686/gemrc (rev 0)
+++ community-i686/gemrc 2016-04-01 23:30:35 UTC (rev 169194)
@@ -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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-01 23:24:51 UTC (rev 169193)
+++ community-x86_64/PKGBUILD 2016-04-01 23:30:35 UTC (rev 169194)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.21
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubinius.com"
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
- gemrc dirs.patch)
-sha256sums=('281195af772ef05f789404f0fb95838c5942591762191962bab22860022650ee'
- '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
- '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
-
-_common() {
- export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
- cd $pkgbase-$pkgver
-}
-
-prepare() {
- _common
-
- patch -Np1 -i ../dirs.patch
-
- mkdir -p "$GEM_HOME"
- gem install --no-user-install -N vendor/cache/bundler-*.gem
-
- "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
- _common
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --includedir=/usr/include/rubinius \
- --appdir=/usr/lib/rubinius \
- --gemsdir=/usr/lib/rubinius/gems \
- --llvm-shared \
- --preserve-prefix \
- --without-rpath \
- --bin-link bundle --bin-link bundler
- rake build
-}
-
-check() {
- _common
- rake vm:test || :
-}
-
-package_rubinius() {
- optdepends=('ruby-docs: Ruby documentation')
-
- _common
-
- DESTDIR="$pkgdir" rake install
-
- mkdir -p "$pkgdir/usr/share/ri"
- ln -s 2.3.0 "$pkgdir/usr/share/ri/2.2"
-
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
- mkdir -p "$srcdir/ruby/usr/bin"
- for _f in "$pkgdir"/usr/bin/*; do
- [[ $_f == */rbx ]] && continue
- mv $_f "$srcdir/ruby/usr/bin"
- done
-}
-
-package_rubinius-ruby() {
- pkgdesc="Ruby compat for Rubinius"
- depends=("rubinius=$pkgver-$pkgrel")
- provides=(ruby)
- conflicts=(ruby)
- backup=(etc/gemrc)
-
- mv ruby/* "$pkgdir"
- install -Dm644 gemrc "$pkgdir/etc/gemrc"
- install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
- ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}
Copied: rubinius/repos/community-x86_64/PKGBUILD (from rev 169193, rubinius/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-01 23:30:35 UTC (rev 169194)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.22
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubinius.com"
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+ gemrc dirs.patch)
+sha256sums=('90b9a69ab71cffdc4a0dd68aafebce5df1fcd79c2bc60ef78b44fccd160d341a'
+ '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+ '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+
+_common() {
+ export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
+ cd $pkgbase-$pkgver
+}
+
+prepare() {
+ _common
+
+ patch -Np1 -i ../dirs.patch
+
+ mkdir -p "$GEM_HOME"
+ gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+ "$GEM_HOME/bin/bundle" install --local
+}
+
+build() {
+ _common
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --includedir=/usr/include/rubinius \
+ --appdir=/usr/lib/rubinius \
+ --gemsdir=/usr/lib/rubinius/gems \
+ --llvm-shared \
+ --preserve-prefix \
+ --without-rpath \
+ --bin-link bundle --bin-link bundler
+ rake build
+}
+
+check() {
+ _common
+ rake vm:test || :
+}
+
+package_rubinius() {
+ optdepends=('ruby-docs: Ruby documentation')
+
+ _common
+
+ DESTDIR="$pkgdir" rake install
+
+ mkdir -p "$pkgdir/usr/share/ri"
+ ln -s 2.3.0 "$pkgdir/usr/share/ri/2.2"
+
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
+
+### Split rubinius-ruby
+ mkdir -p "$srcdir/ruby/usr/bin"
+ for _f in "$pkgdir"/usr/bin/*; do
+ [[ $_f == */rbx ]] && continue
+ mv $_f "$srcdir/ruby/usr/bin"
+ done
+}
+
+package_rubinius-ruby() {
+ pkgdesc="Ruby compat for Rubinius"
+ depends=("rubinius=$pkgver-$pkgrel")
+ provides=(ruby)
+ conflicts=(ruby)
+ backup=(etc/gemrc)
+
+ mv ruby/* "$pkgdir"
+ install -Dm644 gemrc "$pkgdir/etc/gemrc"
+ install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
+ ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
+}
Deleted: community-x86_64/dirs.patch
===================================================================
--- community-x86_64/dirs.patch 2016-04-01 23:24:51 UTC (rev 169193)
+++ community-x86_64/dirs.patch 2016-04-01 23:30:35 UTC (rev 169194)
@@ -1,21 +0,0 @@
-diff --git i/core/rbconfig.rb w/core/rbconfig.rb
-index 8d23097..acd6ed8 100644
---- i/core/rbconfig.rb
-+++ w/core/rbconfig.rb
-@@ -14,12 +14,12 @@ module RbConfig
- CONFIG["exec_prefix"] = "$(prefix)"
- CONFIG["bindir"] = Rubinius::BIN_PATH.dup
- CONFIG["sbindir"] = "$(exec_prefix)/sbin"
-- CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
-+ CONFIG["libexecdir"] = "/usr/lib/rubinius"
- CONFIG["datarootdir"] = "$(prefix)/share"
- CONFIG["datadir"] = "$(datarootdir)"
-- CONFIG["sysconfdir"] = "$(prefix)/etc"
-- CONFIG["sharedstatedir"] = "$(prefix)/com"
-- CONFIG["localstatedir"] = "$(prefix)/var"
-+ CONFIG["sysconfdir"] = "/etc"
-+ CONFIG["sharedstatedir"] = "/var/lib"
-+ CONFIG["localstatedir"] = "/var"
- CONFIG["includedir"] = "$(prefix)/include"
- CONFIG["oldincludedir"] = "/usr/include"
- CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"
Copied: rubinius/repos/community-x86_64/dirs.patch (from rev 169193, rubinius/trunk/dirs.patch)
===================================================================
--- community-x86_64/dirs.patch (rev 0)
+++ community-x86_64/dirs.patch 2016-04-01 23:30:35 UTC (rev 169194)
@@ -0,0 +1,21 @@
+diff --git i/core/rbconfig.rb w/core/rbconfig.rb
+index 8d23097..acd6ed8 100644
+--- i/core/rbconfig.rb
++++ w/core/rbconfig.rb
+@@ -14,12 +14,12 @@ module RbConfig
+ CONFIG["exec_prefix"] = "$(prefix)"
+ CONFIG["bindir"] = Rubinius::BIN_PATH.dup
+ CONFIG["sbindir"] = "$(exec_prefix)/sbin"
+- CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
++ CONFIG["libexecdir"] = "/usr/lib/rubinius"
+ CONFIG["datarootdir"] = "$(prefix)/share"
+ CONFIG["datadir"] = "$(datarootdir)"
+- CONFIG["sysconfdir"] = "$(prefix)/etc"
+- CONFIG["sharedstatedir"] = "$(prefix)/com"
+- CONFIG["localstatedir"] = "$(prefix)/var"
++ CONFIG["sysconfdir"] = "/etc"
++ CONFIG["sharedstatedir"] = "/var/lib"
++ CONFIG["localstatedir"] = "/var"
+ CONFIG["includedir"] = "$(prefix)/include"
+ CONFIG["oldincludedir"] = "/usr/include"
+ CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"
Deleted: community-x86_64/gemrc
===================================================================
--- community-x86_64/gemrc 2016-04-01 23:24:51 UTC (rev 169193)
+++ community-x86_64/gemrc 2016-04-01 23:30:35 UTC (rev 169194)
@@ -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: rubinius/repos/community-x86_64/gemrc (from rev 169193, rubinius/trunk/gemrc)
===================================================================
--- community-x86_64/gemrc (rev 0)
+++ community-x86_64/gemrc 2016-04-01 23:30:35 UTC (rev 169194)
@@ -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
More information about the arch-commits
mailing list