summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2023-09-16 15:01:31 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2023-09-16 15:01:31 +0000
commitf999d1103966ca071ba335d5dce53347eed0b830 (patch)
treea9948ddcee50f4acf995dd7c24264b26d744193a /gentoo.txt
parent2023-09-16T14:45:01Z (diff)
downloadrepos-f999d1103966ca071ba335d5dce53347eed0b830.tar.gz
repos-f999d1103966ca071ba335d5dce53347eed0b830.tar.bz2
repos-f999d1103966ca071ba335d5dce53347eed0b830.zip
2023-09-16T15:00:01Z
Diffstat (limited to 'gentoo.txt')
-rw-r--r--gentoo.txt82
1 files changed, 67 insertions, 15 deletions
diff --git a/gentoo.txt b/gentoo.txt
index 4ae1f72303bf..4eefecdac956 100644
--- a/gentoo.txt
+++ b/gentoo.txt
@@ -16,22 +16,74 @@ pkgcore 0.12.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
- 8eb9eff5d2af..4fff195fb2af master -> origin/master
-Updating 8eb9eff5d2af..4fff195fb2af
+ 4fff195fb2af..14e3f02313c7 master -> origin/master
+Updating 4fff195fb2af..14e3f02313c7
Fast-forward
- .../dotnet-sdk-bin-6.0.404-r1.ebuild | 2 +-
- .../libsodium/libsodium-1.0.18_p20220618.ebuild | 50 +++++++---------------
- dev-libs/libsodium/libsodium-1.0.19-r1.ebuild | 6 +--
- dev-python/contourpy/Manifest | 1 +
- dev-python/contourpy/contourpy-1.1.1.ebuild | 47 ++++++++++++++++++++
- dev-python/tcolorpy/Manifest | 1 +
- dev-python/tcolorpy/tcolorpy-0.1.4.ebuild | 21 +++++++++
- .../minisig-keys-libsodium-20230914.ebuild | 2 +-
- virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild | 2 +-
- x11-terms/alacritty/alacritty-0.12.2.ebuild | 2 +-
- 10 files changed, 92 insertions(+), 42 deletions(-)
- create mode 100644 dev-python/contourpy/contourpy-1.1.1.ebuild
- create mode 100644 dev-python/tcolorpy/tcolorpy-0.1.4.ebuild
+ app-arch/bzip3/Manifest | 1 -
+ app-arch/bzip3/bzip3-1.3.1.ebuild | 32 ---
+ app-emulation/uxn/Manifest | 1 -
+ app-emulation/uxn/uxn-0_p20230609.ebuild | 56 -----
+ dev-cpp/cpp-httplib/Manifest | 2 -
+ dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild | 50 ----
+ dev-cpp/cpp-httplib/cpp-httplib-0.13.1.ebuild | 50 ----
+ dev-db/litedb/Manifest | 220 +++++++++++++++++
+ dev-db/litedb/litedb-5.0.17.ebuild | 267 +++++++++++++++++++++
+ dev-db/litedb/metadata.xml | 17 ++
+ dev-dotnet/coco/Manifest | 1 +
+ dev-dotnet/coco/coco-2014.12.24.ebuild | 43 ++++
+ .../coco/files/coco-2014.12.24-Coco-csproj.patch | 11 +
+ dev-dotnet/coco/metadata.xml | 13 +
+ dev-dotnet/dotnet-sdk-bin/Manifest | 12 +-
+ .../dotnet-sdk-bin/dotnet-sdk-bin-7.0.200.ebuild | 67 ------
+ .../dotnet-sdk-bin/dotnet-sdk-bin-7.0.401.ebuild | 71 ++++++
+ dev-lang/boogie/Manifest | 2 -
+ dev-lang/boogie/boogie-2.16.0.ebuild | 94 --------
+ dev-lang/dafny-bin/Manifest | 1 -
+ dev-lang/dafny-bin/dafny-bin-3.11.0.ebuild | 51 ----
+ dev-lang/eisl/Manifest | 1 -
+ dev-lang/eisl/eisl-3.30.ebuild | 46 ----
+ dev-lang/fennel/Manifest | 1 -
+ dev-lang/fennel/fennel-1.3.0.ebuild | 44 ----
+ dev-lang/jint/Manifest | 201 ++++++++++++++++
+ dev-lang/jint/jint-3.0.0_beta2051.ebuild | 259 ++++++++++++++++++++
+ dev-lang/jint/metadata.xml | 17 ++
+ dev-lang/luau/Manifest | 2 +-
+ .../luau/{luau-0.583.ebuild => luau-0.595.ebuild} | 2 +-
+ games-util/cartridges/Manifest | 2 +-
+ ...rtridges-2.0.4.ebuild => cartridges-2.3.ebuild} | 2 +-
+ games-util/cartridges/cartridges-9999.ebuild | 58 +++++
+ profiles/features/musl/package.mask | 4 +
+ sys-apps/system-monitoring-center/Manifest | 2 -
+ .../system-monitoring-center-2.18.3-r1.ebuild | 43 ----
+ .../system-monitoring-center-2.20.2.ebuild | 43 ----
+ virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild | 16 --
+ 38 files changed, 1192 insertions(+), 613 deletions(-)
+ delete mode 100644 app-arch/bzip3/bzip3-1.3.1.ebuild
+ delete mode 100644 app-emulation/uxn/uxn-0_p20230609.ebuild
+ delete mode 100644 dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild
+ delete mode 100644 dev-cpp/cpp-httplib/cpp-httplib-0.13.1.ebuild
+ create mode 100644 dev-db/litedb/Manifest
+ create mode 100644 dev-db/litedb/litedb-5.0.17.ebuild
+ create mode 100644 dev-db/litedb/metadata.xml
+ create mode 100644 dev-dotnet/coco/Manifest
+ create mode 100644 dev-dotnet/coco/coco-2014.12.24.ebuild
+ create mode 100644 dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch
+ create mode 100644 dev-dotnet/coco/metadata.xml
+ delete mode 100644 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.200.ebuild
+ create mode 100644 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.401.ebuild
+ delete mode 100644 dev-lang/boogie/boogie-2.16.0.ebuild
+ delete mode 100644 dev-lang/dafny-bin/dafny-bin-3.11.0.ebuild
+ delete mode 100644 dev-lang/eisl/eisl-3.30.ebuild
+ delete mode 100644 dev-lang/fennel/fennel-1.3.0.ebuild
+ create mode 100644 dev-lang/jint/Manifest
+ create mode 100644 dev-lang/jint/jint-3.0.0_beta2051.ebuild
+ create mode 100644 dev-lang/jint/metadata.xml
+ rename dev-lang/luau/{luau-0.583.ebuild => luau-0.595.ebuild} (96%)
+ rename games-util/cartridges/{cartridges-2.0.4.ebuild => cartridges-2.3.ebuild} (98%)
+ create mode 100644 games-util/cartridges/cartridges-9999.ebuild
+ delete mode 100644 sys-apps/system-monitoring-center/system-monitoring-center-2.18.3-r1.ebuild
+ delete mode 100644 sys-apps/system-monitoring-center/system-monitoring-center-2.20.2.ebuild
+ delete mode 100644 virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1