From 93c107c6fbeda98c6ef40e5d3029457838968aa2 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 15 Feb 2025 13:34:42 -0500 Subject: [PATCH 1/3] ilot/mastodon: move from archives --- {archives => ilot}/mastodon/APKBUILD | 0 {archives => ilot}/mastodon/bin-wrapper.in | 0 {archives => ilot}/mastodon/mastodon.initd | 0 {archives => ilot}/mastodon/mastodon.logrotate | 0 {archives => ilot}/mastodon/mastodon.post-install | 0 {archives => ilot}/mastodon/mastodon.post-upgrade | 0 {archives => ilot}/mastodon/mastodon.pre-install | 0 {archives => ilot}/mastodon/mastodon.sidekiq.initd | 0 {archives => ilot}/mastodon/mastodon.streaming.initd | 0 {archives => ilot}/mastodon/mastodon.web.initd | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {archives => ilot}/mastodon/APKBUILD (100%) rename {archives => ilot}/mastodon/bin-wrapper.in (100%) rename {archives => ilot}/mastodon/mastodon.initd (100%) rename {archives => ilot}/mastodon/mastodon.logrotate (100%) rename {archives => ilot}/mastodon/mastodon.post-install (100%) rename {archives => ilot}/mastodon/mastodon.post-upgrade (100%) rename {archives => ilot}/mastodon/mastodon.pre-install (100%) rename {archives => ilot}/mastodon/mastodon.sidekiq.initd (100%) rename {archives => ilot}/mastodon/mastodon.streaming.initd (100%) rename {archives => ilot}/mastodon/mastodon.web.initd (100%) diff --git a/archives/mastodon/APKBUILD b/ilot/mastodon/APKBUILD similarity index 100% rename from archives/mastodon/APKBUILD rename to ilot/mastodon/APKBUILD diff --git a/archives/mastodon/bin-wrapper.in b/ilot/mastodon/bin-wrapper.in similarity index 100% rename from archives/mastodon/bin-wrapper.in rename to ilot/mastodon/bin-wrapper.in diff --git a/archives/mastodon/mastodon.initd b/ilot/mastodon/mastodon.initd similarity index 100% rename from archives/mastodon/mastodon.initd rename to ilot/mastodon/mastodon.initd diff --git a/archives/mastodon/mastodon.logrotate b/ilot/mastodon/mastodon.logrotate similarity index 100% rename from archives/mastodon/mastodon.logrotate rename to ilot/mastodon/mastodon.logrotate diff --git a/archives/mastodon/mastodon.post-install b/ilot/mastodon/mastodon.post-install similarity index 100% rename from archives/mastodon/mastodon.post-install rename to ilot/mastodon/mastodon.post-install diff --git a/archives/mastodon/mastodon.post-upgrade b/ilot/mastodon/mastodon.post-upgrade similarity index 100% rename from archives/mastodon/mastodon.post-upgrade rename to ilot/mastodon/mastodon.post-upgrade diff --git a/archives/mastodon/mastodon.pre-install b/ilot/mastodon/mastodon.pre-install similarity index 100% rename from archives/mastodon/mastodon.pre-install rename to ilot/mastodon/mastodon.pre-install diff --git a/archives/mastodon/mastodon.sidekiq.initd b/ilot/mastodon/mastodon.sidekiq.initd similarity index 100% rename from archives/mastodon/mastodon.sidekiq.initd rename to ilot/mastodon/mastodon.sidekiq.initd diff --git a/archives/mastodon/mastodon.streaming.initd b/ilot/mastodon/mastodon.streaming.initd similarity index 100% rename from archives/mastodon/mastodon.streaming.initd rename to ilot/mastodon/mastodon.streaming.initd diff --git a/archives/mastodon/mastodon.web.initd b/ilot/mastodon/mastodon.web.initd similarity index 100% rename from archives/mastodon/mastodon.web.initd rename to ilot/mastodon/mastodon.web.initd From c3e01fa3216e0e4a74704dbcd242f099ebfb9f0d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 15 Feb 2025 13:35:00 -0500 Subject: [PATCH 2/3] ilot/ruby3.2: move from archives --- {archives => ilot}/ruby3.2/APKBUILD | 0 {archives => ilot}/ruby3.2/dont-install-bundled-gems.patch | 0 {archives => ilot}/ruby3.2/fix-get_main_stack.patch | 0 {archives => ilot}/ruby3.2/fix-riscv64-build.patch | 0 {archives => ilot}/ruby3.2/ruby3.2.post-upgrade | 0 {archives => ilot}/ruby3.2/test_insns-lower-recursion-depth.patch | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {archives => ilot}/ruby3.2/APKBUILD (100%) rename {archives => ilot}/ruby3.2/dont-install-bundled-gems.patch (100%) rename {archives => ilot}/ruby3.2/fix-get_main_stack.patch (100%) rename {archives => ilot}/ruby3.2/fix-riscv64-build.patch (100%) rename {archives => ilot}/ruby3.2/ruby3.2.post-upgrade (100%) rename {archives => ilot}/ruby3.2/test_insns-lower-recursion-depth.patch (100%) diff --git a/archives/ruby3.2/APKBUILD b/ilot/ruby3.2/APKBUILD similarity index 100% rename from archives/ruby3.2/APKBUILD rename to ilot/ruby3.2/APKBUILD diff --git a/archives/ruby3.2/dont-install-bundled-gems.patch b/ilot/ruby3.2/dont-install-bundled-gems.patch similarity index 100% rename from archives/ruby3.2/dont-install-bundled-gems.patch rename to ilot/ruby3.2/dont-install-bundled-gems.patch diff --git a/archives/ruby3.2/fix-get_main_stack.patch b/ilot/ruby3.2/fix-get_main_stack.patch similarity index 100% rename from archives/ruby3.2/fix-get_main_stack.patch rename to ilot/ruby3.2/fix-get_main_stack.patch diff --git a/archives/ruby3.2/fix-riscv64-build.patch b/ilot/ruby3.2/fix-riscv64-build.patch similarity index 100% rename from archives/ruby3.2/fix-riscv64-build.patch rename to ilot/ruby3.2/fix-riscv64-build.patch diff --git a/archives/ruby3.2/ruby3.2.post-upgrade b/ilot/ruby3.2/ruby3.2.post-upgrade similarity index 100% rename from archives/ruby3.2/ruby3.2.post-upgrade rename to ilot/ruby3.2/ruby3.2.post-upgrade diff --git a/archives/ruby3.2/test_insns-lower-recursion-depth.patch b/ilot/ruby3.2/test_insns-lower-recursion-depth.patch similarity index 100% rename from archives/ruby3.2/test_insns-lower-recursion-depth.patch rename to ilot/ruby3.2/test_insns-lower-recursion-depth.patch From 67e651c7d927a7da0668ac25135fdc2e839860bb Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 15 Feb 2025 13:35:18 -0500 Subject: [PATCH 3/3] ilot/ruby3.2-bundler: move from archives --- {archives => ilot}/ruby3.2-bundler/APKBUILD | 0 {archives => ilot}/ruby3.2-bundler/manpages.patch | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {archives => ilot}/ruby3.2-bundler/APKBUILD (100%) rename {archives => ilot}/ruby3.2-bundler/manpages.patch (100%) diff --git a/archives/ruby3.2-bundler/APKBUILD b/ilot/ruby3.2-bundler/APKBUILD similarity index 100% rename from archives/ruby3.2-bundler/APKBUILD rename to ilot/ruby3.2-bundler/APKBUILD diff --git a/archives/ruby3.2-bundler/manpages.patch b/ilot/ruby3.2-bundler/manpages.patch similarity index 100% rename from archives/ruby3.2-bundler/manpages.patch rename to ilot/ruby3.2-bundler/manpages.patch