[arch-commits] Commit in jruby/repos/community-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Jan 1 11:37:11 UTC 2015
Date: Thursday, January 1, 2015 @ 12:37:11
Author: heftig
Revision: 125121
archrelease: copy trunk to community-any
Added:
jruby/repos/community-any/PKGBUILD
(from rev 125120, jruby/trunk/PKGBUILD)
Deleted:
jruby/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-01 11:30:17 UTC (rev 125120)
+++ PKGBUILD 2015-01-01 11:37:11 UTC (rev 125121)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: FaziBear <fazibear at gmail.com>
-
-pkgname=jruby
-pkgver=1.7.16.1
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="http://www.jruby.org/"
-license=(EPL GPL2 LGPL2.1 custom)
-depends=(java-runtime-headless bash)
-options=(!strip)
-noextract=("$pkgname-bin-${pkgver}.tar.gz")
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('855ed9f2c3c259a309f46b2c2d942615e87b1c3b5dda6911b739ad5a7e688f5b')
-
-package() {
- cd "$pkgdir"
-
- mkdir opt
- bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
- mv opt/jruby-$pkgver opt/jruby
-
- find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
- rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
- mkdir -p usr/bin
- for _file in jirb{,_swing} jgem jruby{,c}; do
- ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
- done
-
- mkdir -p usr/share/licenses/$pkgname
- ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}
Copied: jruby/repos/community-any/PKGBUILD (from rev 125120, jruby/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-01 11:37:11 UTC (rev 125121)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: FaziBear <fazibear at gmail.com>
+
+pkgname=jruby
+pkgver=1.7.18
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="http://www.jruby.org/"
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+noextract=("$pkgname-bin-${pkgver}.tar.gz")
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('eba6332d301c64bc5623c1d6f161762ef4fb9b38202350cdfc4e105775fbbf3c')
+
+package() {
+ cd "$pkgdir"
+
+ mkdir opt
+ bsdtar -C opt -xf "$srcdir/$pkgname-bin-$pkgver.tar.gz"
+ mv opt/jruby-$pkgver opt/jruby
+
+ find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+ rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+ mkdir -p usr/bin
+ for _file in jirb{,_swing} jgem jruby{,c}; do
+ ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+ done
+
+ mkdir -p usr/share/licenses/$pkgname
+ ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}
More information about the arch-commits
mailing list