Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominika Liberda
aports
Commits
b001493f
Commit
b001493f
authored
6 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/jruby: upgrade to 9.2.0.0
Removed subpackages for bundled gems are not included in JRuby anymore.
parent
e600734d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/jruby/APKBUILD
+4
-44
4 additions, 44 deletions
community/jruby/APKBUILD
with
4 additions
and
44 deletions
community/jruby/APKBUILD
+
4
−
44
View file @
b001493f
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
jruby
pkgver
=
9.
1.14
.0
pkgver
=
9.
2.0
.0
pkgrel
=
0
pkgdesc
=
"An implementation of Ruby on the JVM"
url
=
"http://jruby.org"
...
...
@@ -11,15 +11,10 @@ license="EPL GPL-2.0 LGPL-2.1 custom"
depends
=
"
$pkgname
-libs java-jffi-native>=1.2 libc6-compat>=1.1.12-r5 openjdk8-jre-base"
makedepends
=
"openjdk8 zip"
subpackages
=
"
$pkgname
-did_you_mean
$pkgname
-irb
$pkgname
-minitest
$pkgname
-net-telnet:net_telnet
$pkgname
-power_assert
$pkgname
-rake
$pkgname
-rdoc
$pkgname
-readline
$pkgname
-test-unit:test_unit
$pkgname
-libs"
# jruby (launch script): https://github.com/jruby/jruby/pull/1860
source
=
"https://s3.amazonaws.com/jruby.org/downloads/
$pkgver
/
$pkgname
-bin-
$pkgver
.tar.gz
...
...
@@ -35,7 +30,7 @@ _stdlibdir="$_rubydir/stdlib"
prepare
()
{
cd
"
$builddir
"
/bin
rm
*
.bat
*
.dll
*
.exe
rm
jirb_swing jruby jruby200.sh jruby.
*
rm
jirb_swing jruby jruby200.sh jruby.
*
testrb
cd
"
$builddir
"
/lib/ruby/stdlib
rm
-r
win32 Win32API.rb
...
...
@@ -76,13 +71,6 @@ package() {
install
-m644
-D
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
did_you_mean
()
{
pkgdesc
=
"Did you mean? experience in JRuby"
depends
=
"
$pkgname
"
_mvgem did_you_mean
}
irb
()
{
pkgdesc
=
"Interactive JRuby console"
depends
=
"
$pkgname
$pkgname
-readline"
...
...
@@ -91,27 +79,6 @@ irb() {
_mv
$_bindir
/irb usr/bin/jirb
}
minitest
()
{
pkgdesc
=
"Ruby testing tool supporting TDD, BDD, mocking, and benchmarking"
depends
=
"
$pkgname
"
_mvgem minitest
}
net_telnet
()
{
pkgdesc
=
"Telnet client functionality for JRuby"
depends
=
"
$pkgname
"
_mvgem net-telnet
}
power_assert
()
{
pkgdesc
=
"Power Assert for JRuby"
depends
=
"
$pkgname
"
_mvgem power_assert
}
rake
()
{
pkgdesc
=
"Ruby based make-like utility."
depends
=
"
$pkgname
"
...
...
@@ -132,18 +99,11 @@ readline() {
pkgdesc
=
"Readline support for JRuby"
depends
=
"
$pkgname
java-jansi-native"
_mvgem jruby-readline
_mv
$_stdlibdir
/jline
mv
"
$pkgdir
"
$_stdlibdir
/readline
*
"
$subpkgdir
"
$_stdlibdir
/
}
test_unit
()
{
pkgdesc
=
"Legacy xUnit family unit testing framework for JRuby"
depends
=
"
$pkgname
$pkgname
-power_assert"
_mvgem test-unit
_mv
$_stdlibdir
/test
$_bindir
/testrb
}
libs
()
{
pkgdesc
=
"JRuby's standard libraries"
depends
=
""
...
...
@@ -173,5 +133,5 @@ _mvgem() {
done
}
sha512sums
=
"
d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da
jruby-bin-9.
1.14
.0.tar.gz
sha512sums
=
"
79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3
jruby-bin-9.
2.0
.0.tar.gz
f2906a0136f437eaa119eae26d93b1a8e3411bc4ccee9453debf7a5d57bce767100b36a660db42184fd8398ff258455c3f2a8ef1082c907285b48d1b9b218bc2 jruby"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment