From 94e1d92f9b8e75475c7348849330bff2bd331cd3 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 26 Dec 2023 18:50:44 +0100 Subject: [PATCH] main/ruby-rake-compiler: move from community and rebuild against ruby 3.3.0 It's needed for main/ruby-racc. --- {community => main}/ruby-rake-compiler/APKBUILD | 3 ++- .../ruby-rake-compiler/gemfile-remove-unwanted-files.patch | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename {community => main}/ruby-rake-compiler/APKBUILD (95%) rename {community => main}/ruby-rake-compiler/gemfile-remove-unwanted-files.patch (100%) diff --git a/community/ruby-rake-compiler/APKBUILD b/main/ruby-rake-compiler/APKBUILD similarity index 95% rename from community/ruby-rake-compiler/APKBUILD rename to main/ruby-rake-compiler/APKBUILD index 72993d1fa8d..0bd435f2c76 100644 --- a/community/ruby-rake-compiler/APKBUILD +++ b/main/ruby-rake-compiler/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rake-compiler _gemname=${pkgname#ruby-} pkgver=1.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="Provide a standard and simplified way to build and package Ruby extensions" url="https://github.com/rake-compiler/rake-compiler" arch="noarch" @@ -13,6 +13,7 @@ checkdepends="ruby-rspec" source="$pkgname-$pkgver.tar.gz::https://github.com/rake-compiler/$_gemname/archive/v$pkgver.tar.gz gemfile-remove-unwanted-files.patch" builddir="$srcdir/$_gemname-$pkgver" +options="!check" # ruby-rspec is not in main build() { gem build $_gemname.gemspec diff --git a/community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch b/main/ruby-rake-compiler/gemfile-remove-unwanted-files.patch similarity index 100% rename from community/ruby-rake-compiler/gemfile-remove-unwanted-files.patch rename to main/ruby-rake-compiler/gemfile-remove-unwanted-files.patch