diff options
author | 2022-07-19 17:53:09 +0000 | |
---|---|---|
committer | 2022-07-19 17:53:09 +0000 | |
commit | 59c4ccdc859368f950cf9b94f977a9c88160da83 (patch) | |
tree | 00f2017b95c60cd1e9f41814a881425e7aff2efe /dotnet.txt | |
parent | 2022-07-19T17:30:01Z (diff) | |
download | repos-59c4ccdc859368f950cf9b94f977a9c88160da83.tar.gz repos-59c4ccdc859368f950cf9b94f977a9c88160da83.tar.bz2 repos-59c4ccdc859368f950cf9b94f977a9c88160da83.zip |
2022-07-19T17:45:01Z
Diffstat (limited to 'dotnet.txt')
-rw-r--r-- | dotnet.txt | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/dotnet.txt b/dotnet.txt index e9f1c07aa951..af7bded3d8a7 100644 --- a/dotnet.txt +++ b/dotnet.txt @@ -13,7 +13,41 @@ pkgcore 0.12.11 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync dotnet *** syncing dotnet -Already up to date. +From https://github.com/gentoo/dotnet + 79b95c4..f31696c master -> origin/master +Updating 79b95c4..f31696c +Fast-forward + .../files/add_missing_vb_portable_targets.patch | Bin 1174 -> 0 bytes + dev-lang/mono/files/autofac.patch | Bin 687 -> 0 bytes + ...tExtensions-issue-2710-another-resolution.patch | Bin 2182 -> 0 bytes + .../files/fix-for-GitExtensions-issue-2710.patch | Bin 1353 -> 0 bytes + dev-lang/mono/files/fix-for-bug36724.patch | Bin 551 -> 0 bytes + dev-lang/mono/files/mono-3.2.1-mdoc-fix.patch | Bin 620 -> 0 bytes + ...mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch | Bin 1149 -> 0 bytes + ...ix-mono-dis-makefile-am-when-without-sgen.patch | Bin 552 -> 0 bytes + .../files/mono-4.0.2.5-fix-ppc-atomic-add-i4.patch | Bin 2550 -> 0 bytes + dev-lang/mono/files/mono-5.0.1.1-x86_32.patch | Bin 751 -> 0 bytes + .../mono/files/mono-5.10.0.179-ncurses61.patch | Bin 2745 -> 0 bytes + dev-lang/mono/files/systemweb3.patch | Bin 676 -> 0 bytes + dev-lang/mono/files/try-catch.patch | Bin 1267 -> 0 bytes + dev-lang/mono/metadata.xml | 22 ---- + dev-lang/mono/mono-9999.ebuild | 113 --------------------- + 15 files changed, 135 deletions(-) + delete mode 100644 dev-lang/mono/files/add_missing_vb_portable_targets.patch + delete mode 100644 dev-lang/mono/files/autofac.patch + delete mode 100644 dev-lang/mono/files/fix-for-GitExtensions-issue-2710-another-resolution.patch + delete mode 100644 dev-lang/mono/files/fix-for-GitExtensions-issue-2710.patch + delete mode 100644 dev-lang/mono/files/fix-for-bug36724.patch + delete mode 100644 dev-lang/mono/files/mono-3.2.1-mdoc-fix.patch + delete mode 100644 dev-lang/mono/files/mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch + delete mode 100644 dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch + delete mode 100644 dev-lang/mono/files/mono-4.0.2.5-fix-ppc-atomic-add-i4.patch + delete mode 100644 dev-lang/mono/files/mono-5.0.1.1-x86_32.patch + delete mode 100644 dev-lang/mono/files/mono-5.10.0.179-ncurses61.patch + delete mode 100644 dev-lang/mono/files/systemweb3.patch + delete mode 100644 dev-lang/mono/files/try-catch.patch + delete mode 100644 dev-lang/mono/metadata.xml + delete mode 100644 dev-lang/mono/mono-9999.ebuild *** synced dotnet * Sync succeeded $ git log --format=%ci -1 @@ -35,7 +69,6 @@ $ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-des * dev-dotnet/soup-sharp-2.42.2: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die) * dev-dotnet/webkitgtk-sharp-2.0.0: failed sourcing ebuild: autotools: EAPI 5 not supported, (autotools.eclass, line 35: called die) * dev-lang/ironscheme-0.9.99659: failed sourcing ebuild: eutils: EAPI 5 not supported, (eutils.eclass, line 30: called die) - * dev-lang/mono-9999: failed sourcing ebuild: toolchain-funcs: EAPI 5 not supported, (toolchain-funcs.eclass, line 18: called die) * dev-util/monodevelop-5.10.3.51: failed sourcing ebuild: multilib: EAPI 5 not supported, (multilib.eclass, line 14: called die) * dev-util/monodevelop-6.0.0.4761: failed sourcing ebuild: multilib: EAPI 5 not supported, (multilib.eclass, line 14: called die) * dev-util/monodevelop-9999: failed sourcing ebuild: multilib: EAPI 5 not supported, (multilib.eclass, line 14: called die) |