diff options
author | 2023-10-09 13:31:47 +0000 | |
---|---|---|
committer | 2023-10-09 13:31:47 +0000 | |
commit | a8111dd8019922e39aa678d12ecbe3b4907da4ae (patch) | |
tree | d8a74f4f815772da2a8c38964aa67ba4f33753cb /gitlab.txt | |
parent | 2023-10-09T13:15:01Z (diff) | |
download | repos-a8111dd8019922e39aa678d12ecbe3b4907da4ae.tar.gz repos-a8111dd8019922e39aa678d12ecbe3b4907da4ae.tar.bz2 repos-a8111dd8019922e39aa678d12ecbe3b4907da4ae.zip |
2023-10-09T13:30:01Z
Diffstat (limited to 'gitlab.txt')
-rw-r--r-- | gitlab.txt | 92 |
1 files changed, 91 insertions, 1 deletions
diff --git a/gitlab.txt b/gitlab.txt index 01323b5417a1..5c6757e09026 100644 --- a/gitlab.txt +++ b/gitlab.txt @@ -12,7 +12,97 @@ pkgcore 0.12.21 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gitlab *** syncing gitlab -Already up to date. +From https://gitlab.awesome-it.de/overlays/gitlab + 87b4562..a12ee4a master -> origin/master +Updating 87b4562..a12ee4a +Fast-forward + dev-vcs/gitlab-shell/Manifest | 12 +- + ....23.0.ebuild => gitlab-shell-14.23.0-r1.ebuild} | 6 +- + ....27.0.ebuild => gitlab-shell-14.24.0-r1.ebuild} | 6 +- + ....24.0.ebuild => gitlab-shell-14.25.0-r1.ebuild} | 6 +- + ....25.0.ebuild => gitlab-shell-14.26.0-r1.ebuild} | 6 +- + ....26.0.ebuild => gitlab-shell-14.27.0-r1.ebuild} | 6 +- + .../gitlab-shell/gitlab-shell-14.28.0-r1.ebuild | 105 ++ + dev-vcs/gitlab-shell/gitlab-shell-14.28.0.ebuild | 109 --- + .../2023-10-09-Switch-to-Ruby31.en.txt | 11 + + ruby30-31_migration/HOWTO | 232 +++++ + .../eclass}/ruby-ng.eclass | 0 + .../eclass}/ruby-utils.eclass | 0 + .../x-host/dev-lang}/ruby/Manifest | 0 + .../ruby/files/3.0/001-socksocket-fix.patch | 0 + .../ruby/files/3.0/010-default-gem-location.patch | 0 + .../ruby/files/3.0/900-musl-coroutine.patch | 0 + .../ruby/files/3.0/901-musl-stacksize.patch | 0 + .../files/3.0/902-hppa-pthread-stack-size.patch | 0 + .../x-host/dev-lang}/ruby/metadata.xml | 0 + .../x-host/dev-lang}/ruby/ruby-3.0.6-r3.ebuild | 0 + .../x-host/dev-ruby}/bundler/Manifest | 0 + .../x-host/dev-ruby}/bundler/bundler-2.3.26.ebuild | 0 + .../x-host/dev-ruby}/rubygems/Manifest | 0 + .../dev-ruby}/rubygems/files/auto_gem.rb.ruby19 | 0 + .../dev-ruby}/rubygems/files/conf.d-gem_server | 0 + .../dev-ruby}/rubygems/files/gentoo-defaults-5.rb | 0 + .../dev-ruby}/rubygems/files/init.d-gem_server2 | 0 + .../x-host/dev-ruby}/rubygems/metadata.xml | 0 + .../dev-ruby}/rubygems/rubygems-3.4.15.ebuild | 0 + .../x-host/virtual/ruby-ssl/Manifest | 1 + + .../x-host/virtual/ruby-ssl/ruby-ssl-12.ebuild | 24 + + .../x-host/virtual}/rubygems/Manifest | 0 + .../x-host/virtual}/rubygems/rubygems-17.ebuild | 0 + www-apps/gitlab/Manifest | 31 +- + www-apps/gitlab/gitlab-16.2.0.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.1.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.2.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.3.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.4.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.5.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.6.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.7.ebuild | 22 - + www-apps/gitlab/gitlab-16.2.8.ebuild | 1012 ++++++++++++++++++++ + www-apps/gitlab/gitlab-16.3.0.ebuild | 22 - + www-apps/gitlab/gitlab-16.3.1.ebuild | 22 - + www-apps/gitlab/gitlab-16.3.2.ebuild | 22 - + www-apps/gitlab/gitlab-16.3.3.ebuild | 22 - + www-apps/gitlab/gitlab-16.3.4.ebuild | 22 - + www-apps/gitlab/gitlab-16.3.5.ebuild | 1012 ++++++++++++++++++++ + www-apps/gitlab/gitlab-16.4.0.ebuild | 22 - + www-apps/gitlab/gitlab-16.4.1.ebuild | 1012 ++++++++++++++++++++ + 51 files changed, 3437 insertions(+), 462 deletions(-) + rename dev-vcs/gitlab-shell/{gitlab-shell-14.23.0.ebuild => gitlab-shell-14.23.0-r1.ebuild} (96%) + rename dev-vcs/gitlab-shell/{gitlab-shell-14.27.0.ebuild => gitlab-shell-14.24.0-r1.ebuild} (96%) + rename dev-vcs/gitlab-shell/{gitlab-shell-14.24.0.ebuild => gitlab-shell-14.25.0-r1.ebuild} (96%) + rename dev-vcs/gitlab-shell/{gitlab-shell-14.25.0.ebuild => gitlab-shell-14.26.0-r1.ebuild} (96%) + rename dev-vcs/gitlab-shell/{gitlab-shell-14.26.0.ebuild => gitlab-shell-14.27.0-r1.ebuild} (96%) + create mode 100644 dev-vcs/gitlab-shell/gitlab-shell-14.28.0-r1.ebuild + delete mode 100644 dev-vcs/gitlab-shell/gitlab-shell-14.28.0.ebuild + create mode 100644 metadata/news/2023-10-09-Switch-to-Ruby31/2023-10-09-Switch-to-Ruby31.en.txt + create mode 100644 ruby30-31_migration/HOWTO + rename {eclass => ruby30-31_migration/eclass}/ruby-ng.eclass (100%) + rename {eclass => ruby30-31_migration/eclass}/ruby-utils.eclass (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/Manifest (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/files/3.0/001-socksocket-fix.patch (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/files/3.0/010-default-gem-location.patch (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/files/3.0/900-musl-coroutine.patch (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/files/3.0/901-musl-stacksize.patch (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/files/3.0/902-hppa-pthread-stack-size.patch (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/metadata.xml (100%) + rename {dev-lang => ruby30-31_migration/x-host/dev-lang}/ruby/ruby-3.0.6-r3.ebuild (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/bundler/Manifest (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/bundler/bundler-2.3.26.ebuild (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/rubygems/Manifest (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/rubygems/files/auto_gem.rb.ruby19 (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/rubygems/files/conf.d-gem_server (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/rubygems/files/gentoo-defaults-5.rb (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/rubygems/files/init.d-gem_server2 (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/rubygems/metadata.xml (100%) + rename {dev-ruby => ruby30-31_migration/x-host/dev-ruby}/rubygems/rubygems-3.4.15.ebuild (100%) + create mode 100644 ruby30-31_migration/x-host/virtual/ruby-ssl/Manifest + create mode 100644 ruby30-31_migration/x-host/virtual/ruby-ssl/ruby-ssl-12.ebuild + rename {virtual => ruby30-31_migration/x-host/virtual}/rubygems/Manifest (100%) + rename {virtual => ruby30-31_migration/x-host/virtual}/rubygems/rubygems-17.ebuild (100%) + create mode 100644 www-apps/gitlab/gitlab-16.2.8.ebuild + create mode 100644 www-apps/gitlab/gitlab-16.3.5.ebuild + create mode 100644 www-apps/gitlab/gitlab-16.4.1.ebuild *** synced gitlab * Sync succeeded $ git log --format=%ci -1 |