Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alyx
Adélie Package Tree
Commits
f005d594
Verified
Commit
f005d594
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/ruby: fix depends on some split gems, don't split etc
parent
0393d71e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/ruby/APKBUILD
+3
-12
3 additions, 12 deletions
system/ruby/APKBUILD
with
3 additions
and
12 deletions
system/ruby/APKBUILD
+
3
−
12
View file @
f005d594
...
...
@@ -35,7 +35,7 @@
pkgname
=
ruby
pkgver
=
2.5.5
_abiver
=
"
${
pkgver
%.*
}
.0"
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"An object-oriented language for quick and easy programming"
url
=
"https://www.ruby-lang.org/"
arch
=
"all"
...
...
@@ -48,7 +48,6 @@ install="$pkgname.post-upgrade"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev
$pkgname
-bigdecimal
$pkgname
-did_you_mean::noarch
$pkgname
-etc
$pkgname
-fiddle
$pkgname
-io-console:io_console
$pkgname
-irb::noarch
...
...
@@ -70,7 +69,7 @@ source="https://cache.ruby-lang.org/pub/ruby/${pkgver%.*}/$pkgname-$pkgver.tar.x
test_insns-lower-recursion-depth.patch
fix-get_main_stack.patch
"
replaces
=
"ruby-gems"
replaces
=
"
ruby-etc
ruby-gems"
_gemdir
=
"/usr/lib/ruby/gems/
$_abiver
"
_rubydir
=
"/usr/lib/ruby/
$_abiver
"
...
...
@@ -163,14 +162,6 @@ did_you_mean() {
_mvgem did_you_mean
}
etc
()
{
pkgdesc
=
"Provides access to information typically stored in UNIX /etc directory"
license
=
"BSD-2-Clause"
depends
=
""
_mvgem etc
}
fiddle
()
{
pkgdesc
=
"A libffi wrapper for Ruby"
license
=
"BSD-2-Clause"
...
...
@@ -192,7 +183,7 @@ io_console() {
irb
()
{
pkgdesc
=
"The Interactive Ruby"
replaces
=
"
$pkgname
"
depends
=
"
$pkgname
"
depends
=
"
$pkgname
ruby-io-console
"
cd
"
$pkgdir
"
_mv usr/bin/irb
\
...
...
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