diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-12-05 15:03:20 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-12-05 15:03:20 +0000 |
commit | 245835e061bb1301d22b46349798dd63ce85922c (patch) | |
tree | f96ffe657286c0ef9c4d8deffe59f7ee4348e19f /gentoo.txt | |
parent | 2024-12-05T14:45:00Z (diff) | |
download | repos-245835e061bb1301d22b46349798dd63ce85922c.tar.gz repos-245835e061bb1301d22b46349798dd63ce85922c.tar.bz2 repos-245835e061bb1301d22b46349798dd63ce85922c.zip |
2024-12-05T15:00:00Z
Diffstat (limited to 'gentoo.txt')
-rw-r--r-- | gentoo.txt | 65 |
1 files changed, 64 insertions, 1 deletions
diff --git a/gentoo.txt b/gentoo.txt index c22149efe889..ec8eeb0a3406 100644 --- a/gentoo.txt +++ b/gentoo.txt @@ -15,7 +15,70 @@ pkgcore 0.12.28 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo *** syncing gentoo -Already up to date. +From https://github.com/gentoo/gentoo + 772f70be4b1a..07011a4a424e master -> origin/master +Updating 772f70be4b1a..07011a4a424e +Fast-forward + app-portage/pkg-testing-tools/Manifest | 1 + + .../pkg-testing-tools-0.2.6.ebuild | 32 +++++ + .../pkg-testing-tools-9999.ebuild | 4 +- + .../jupyter-console/jupyter-console-6.6.3.ebuild | 2 +- + .../jupyter-kernel-test-0.7.0.ebuild | 2 +- + dev-python/jupyter-lsp/jupyter-lsp-2.2.5.ebuild | 2 +- + .../jupyter-server-mathjax-0.2.6.ebuild | 4 +- + dev-python/jupyter-server-proxy/Manifest | 1 + + .../jupyter-server-proxy-4.4.0.ebuild | 50 +++++++ + dev-python/jupyter/Manifest | 1 + + dev-python/jupyter/jupyter-1.1.1.ebuild | 28 ++++ + dev-python/jupyterlab/Manifest | 1 + + dev-python/jupyterlab/jupyterlab-4.3.2.ebuild | 81 +++++++++++ + dev-python/nbval/nbval-0.11.0.ebuild | 2 +- + .../notebook-shim/notebook-shim-0.2.4.ebuild | 2 +- + dev-python/notebook/Manifest | 1 + + dev-python/notebook/notebook-7.3.1.ebuild | 66 +++++++++ + net-analyzer/pontos/pontos-24.3.2.ebuild | 2 +- + net-analyzer/pontos/pontos-24.9.0.ebuild | 2 +- + profiles/package.mask | 10 ++ + sci-geosciences/josm-bin/Manifest | 6 +- + ...m-bin-19207-r2.ebuild => josm-bin-19265.ebuild} | 2 +- + sci-misc/jupyterlab-desktop-bin/Manifest | 2 - + .../jupyterlab-desktop-bin-4.1.8.1-r1.ebuild | 110 --------------- + .../jupyterlab-desktop-bin-4.2.1.1.ebuild | 110 --------------- + sys-cluster/ceph/files/ceph-16.2.0-liburing.patch | 35 ----- + sys-cluster/ceph/files/ceph-16.2.2-cflags.patch | 13 -- + .../ceph/files/ceph-17.2.0-cyclic-deps.patch | 24 ---- + .../ceph/files/ceph-17.2.0-deprecated-boost.patch | 69 ---------- + sys-cluster/ceph/files/ceph-17.2.0-fuse3.patch | 13 -- + .../ceph/files/ceph-17.2.0-install-dbstore.patch | 12 -- + .../files/ceph-17.2.0-system-opentelemetry.patch | 20 --- + .../ceph/files/ceph-17.2.4-cyclic-deps.patch | 13 -- + sys-cluster/ceph/files/ceph-17.2.7-fmt-fixes.patch | 12 -- + ...p-Export-io_uring_-enable_rings-register_.patch | 35 ----- + ...remove-error-from-error_h-for-portability.patch | 150 --------------------- + sys-libs/liburing/files/liburing-2.5-lld-17.patch | 26 ---- + .../liburing-2.5-print-libgcc-file-name.patch | 43 ------ + 38 files changed, 287 insertions(+), 702 deletions(-) + create mode 100644 app-portage/pkg-testing-tools/pkg-testing-tools-0.2.6.ebuild + create mode 100644 dev-python/jupyter-server-proxy/jupyter-server-proxy-4.4.0.ebuild + create mode 100644 dev-python/jupyter/jupyter-1.1.1.ebuild + create mode 100644 dev-python/jupyterlab/jupyterlab-4.3.2.ebuild + create mode 100644 dev-python/notebook/notebook-7.3.1.ebuild + rename sci-geosciences/josm-bin/{josm-bin-19207-r2.ebuild => josm-bin-19265.ebuild} (98%) + delete mode 100644 sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-4.1.8.1-r1.ebuild + delete mode 100644 sci-misc/jupyterlab-desktop-bin/jupyterlab-desktop-bin-4.2.1.1.ebuild + delete mode 100644 sys-cluster/ceph/files/ceph-16.2.0-liburing.patch + delete mode 100644 sys-cluster/ceph/files/ceph-16.2.2-cflags.patch + delete mode 100644 sys-cluster/ceph/files/ceph-17.2.0-cyclic-deps.patch + delete mode 100644 sys-cluster/ceph/files/ceph-17.2.0-deprecated-boost.patch + delete mode 100644 sys-cluster/ceph/files/ceph-17.2.0-fuse3.patch + delete mode 100644 sys-cluster/ceph/files/ceph-17.2.0-install-dbstore.patch + delete mode 100644 sys-cluster/ceph/files/ceph-17.2.0-system-opentelemetry.patch + delete mode 100644 sys-cluster/ceph/files/ceph-17.2.4-cyclic-deps.patch + delete mode 100644 sys-cluster/ceph/files/ceph-17.2.7-fmt-fixes.patch + delete mode 100644 sys-libs/liburing/files/liburing-2.3-liburing.map-Export-io_uring_-enable_rings-register_.patch + delete mode 100644 sys-libs/liburing/files/liburing-2.3-remove-error-from-error_h-for-portability.patch + delete mode 100644 sys-libs/liburing/files/liburing-2.5-lld-17.patch + delete mode 100644 sys-libs/liburing/files/liburing-2.5-print-libgcc-file-name.patch *** synced gentoo * Sync succeeded $ git log --format=%ci -1 |