summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository mirror & CI <repomirrorci@gentoo.org>2020-08-19 20:05:21 +0000
committerRepository mirror & CI <repomirrorci@gentoo.org>2020-08-19 20:05:21 +0000
commit95477a73db3ca53e3efbb2263545df2793b044c6 (patch)
tree00b82c9a52b141c77bec1cca287b62aff6fdef7f /salfter.txt
parent2020-08-19T19:30:01Z (diff)
downloadrepos-95477a73db3ca53e3efbb2263545df2793b044c6.tar.gz
repos-95477a73db3ca53e3efbb2263545df2793b044c6.tar.bz2
repos-95477a73db3ca53e3efbb2263545df2793b044c6.zip
2020-08-19T20:00:01Z
Diffstat (limited to 'salfter.txt')
-rw-r--r--salfter.txt74
1 files changed, 73 insertions, 1 deletions
diff --git a/salfter.txt b/salfter.txt
index b34e24cb6d5b..d7c500313555 100644
--- a/salfter.txt
+++ b/salfter.txt
@@ -21,7 +21,79 @@ preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
-Already up to date.
+From https://gitlab.com/salfter/portage
+ 92582d1..601d1ad master -> origin/master
+Updating 92582d1..601d1ad
+Fast-forward
+ app-editors/vscodium-bin/Manifest | 5 +
+ app-editors/vscodium-bin/metadata.xml | 16 +
+ .../vscodium-bin/vscodium-bin-1.43.0.ebuild | 58 ++
+ eclass/npm.eclass | 110 +++
+ sci-electronics/yosys/Manifest | 2 +-
+ .../yosys/yosys-0.10_alpha20200810.ebuild | 10 +
+ sci-libs/geogram/Manifest | 2 +-
+ sci-libs/geogram/geogram-1.7.4.ebuild | 3 +
+ www-client/chromium/DEADJOE | 46 ++
+ www-client/chromium/Manifest | 28 +
+ www-client/chromium/chromium-81.0.4044.113.ebuild | 808 +++++++++++++++++++++
+ .../files/chromium-78-protobuf-export.patch | 13 +
+ .../chromium/files/chromium-79-gcc-alignas.patch | 68 ++
+ .../chromium/files/chromium-80-gcc-blink.patch | 45 ++
+ .../chromium/files/chromium-80-gcc-quiche.patch | 30 +
+ www-client/chromium/files/chromium-81-gcc-10.patch | 116 +++
+ .../chromium/files/chromium-81-gcc-constexpr.patch | 19 +
+ .../chromium/files/chromium-81-gcc-noexcept.patch | 13 +
+ .../chromium/files/chromium-82-gcc-constexpr.patch | 34 +
+ .../files/chromium-82-gcc-incomplete-type.patch | 53 ++
+ .../chromium/files/chromium-82-gcc-iterator.patch | 23 +
+ .../chromium/files/chromium-82-gcc-noexcept.patch | 35 +
+ .../chromium/files/chromium-82-gcc-template.patch | 50 ++
+ www-client/chromium/files/chromium-83-gcc-10.patch | 64 ++
+ .../chromium/files/chromium-83-gcc-include.patch | 75 ++
+ .../chromium/files/chromium-83-gcc-iterator.patch | 41 ++
+ .../files/chromium-83-gcc-permissive.patch | 31 +
+ .../chromium/files/chromium-83-gcc-template.patch | 69 ++
+ .../files/chromium-blink-style_format.patch | 18 +
+ www-client/chromium/files/chromium-browser.xml | 13 +
+ .../chromium/files/chromium-compiler-r11.patch | 185 +++++
+ .../chromium/files/chromium-compiler-r12.patch | 175 +++++
+ .../chromium/files/chromium-fix-char_traits.patch | 14 +
+ www-client/chromium/files/chromium-launcher-r3.sh | 39 +
+ www-client/chromium/files/chromium.default | 5 +
+ www-client/chromium/metadata.xml | 21 +
+ 36 files changed, 2335 insertions(+), 2 deletions(-)
+ create mode 100644 app-editors/vscodium-bin/Manifest
+ create mode 100644 app-editors/vscodium-bin/metadata.xml
+ create mode 100644 app-editors/vscodium-bin/vscodium-bin-1.43.0.ebuild
+ create mode 100644 eclass/npm.eclass
+ create mode 100644 www-client/chromium/DEADJOE
+ create mode 100644 www-client/chromium/Manifest
+ create mode 100644 www-client/chromium/chromium-81.0.4044.113.ebuild
+ create mode 100644 www-client/chromium/files/chromium-78-protobuf-export.patch
+ create mode 100644 www-client/chromium/files/chromium-79-gcc-alignas.patch
+ create mode 100644 www-client/chromium/files/chromium-80-gcc-blink.patch
+ create mode 100644 www-client/chromium/files/chromium-80-gcc-quiche.patch
+ create mode 100644 www-client/chromium/files/chromium-81-gcc-10.patch
+ create mode 100644 www-client/chromium/files/chromium-81-gcc-constexpr.patch
+ create mode 100644 www-client/chromium/files/chromium-81-gcc-noexcept.patch
+ create mode 100644 www-client/chromium/files/chromium-82-gcc-constexpr.patch
+ create mode 100644 www-client/chromium/files/chromium-82-gcc-incomplete-type.patch
+ create mode 100644 www-client/chromium/files/chromium-82-gcc-iterator.patch
+ create mode 100644 www-client/chromium/files/chromium-82-gcc-noexcept.patch
+ create mode 100644 www-client/chromium/files/chromium-82-gcc-template.patch
+ create mode 100644 www-client/chromium/files/chromium-83-gcc-10.patch
+ create mode 100644 www-client/chromium/files/chromium-83-gcc-include.patch
+ create mode 100644 www-client/chromium/files/chromium-83-gcc-iterator.patch
+ create mode 100644 www-client/chromium/files/chromium-83-gcc-permissive.patch
+ create mode 100644 www-client/chromium/files/chromium-83-gcc-template.patch
+ create mode 100644 www-client/chromium/files/chromium-blink-style_format.patch
+ create mode 100644 www-client/chromium/files/chromium-browser.xml
+ create mode 100644 www-client/chromium/files/chromium-compiler-r11.patch
+ create mode 100644 www-client/chromium/files/chromium-compiler-r12.patch
+ create mode 100644 www-client/chromium/files/chromium-fix-char_traits.patch
+ create mode 100644 www-client/chromium/files/chromium-launcher-r3.sh
+ create mode 100644 www-client/chromium/files/chromium.default
+ create mode 100644 www-client/chromium/metadata.xml
*** syncing salfter
*** synced salfter
* Sync succeeded