1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
{'description': {'en': 'Gentoo overlay with packages for software made by '
'Yandex',
'ru': 'Оверлей с софтом, выпущенным Яндексом'},
'feed': ['https://github.com/yandex-gentoo/overlay/commits/master.atom'],
'homepage': 'https://github.com/yandex-gentoo/overlay',
'name': 'yandex',
'owner': [{'email': 'mva@gentoo.org',
'name': 'Vadim A. Misbakh-Soloviov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/yandex-gentoo/overlay.git'},
{'type': 'git',
'uri': 'git://github.com/yandex-gentoo/overlay.git'},
{'type': 'git', 'uri': 'git@github.com:yandex-gentoo/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync yandex
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
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.
From https://github.com/yandex-gentoo/overlay
1a0fd5a..49b8519 master -> origin/master
Updating 1a0fd5a..49b8519
Fast-forward
README.md | 12 +-
www-client/yandex-browser-beta/ChangeLog | 9 +-
www-client/yandex-browser-beta/Manifest | 27 +-
...ld => yandex-browser-beta-20.4.3.268_p1.ebuild} | 2 +-
...ld => yandex-browser-beta-20.8.0.864_p1.ebuild} | 8 +-
www-plugins/yandex-browser-ffmpeg-codecs/ChangeLog | 16 +-
www-plugins/yandex-browser-ffmpeg-codecs/Manifest | 39 +-
...him-Swap-ALIGN_LINKAGE-and-SHIM_ALWAYS_EX.patch | 114 ----
...r_utils-Use-std-sqrt-instead-of-std-sqrtf.patch | 57 --
...uic_flags_impl-Fix-GCC-build-after-618558.patch | 75 ---
...alue-Type-enum-class-size-should-be-8-bit.patch | 46 --
.../74.2-base-Add-Dead-Type-to-base-Value.patch | 594 ---------------------
.../files/74.3-base-Fix-Value-layout-for-GCC.patch | 482 -----------------
.../files/chromium-78-protobuf-export.patch | 13 +
.../files/chromium-79-gcc-alignas.patch | 68 +++
...reamSend.patch => chromium-80-gcc-quiche.patch} | 29 +-
...yandex-browser-ffmpeg-codecs-20.4.3.268.ebuild} | 12 +-
...yandex-browser-ffmpeg-codecs-20.8.0.864.ebuild} | 122 ++---
18 files changed, 193 insertions(+), 1532 deletions(-)
rename www-client/yandex-browser-beta/{yandex-browser-beta-19.6.2.594_p1-r0.ebuild => yandex-browser-beta-20.4.3.268_p1.ebuild} (98%)
rename www-client/yandex-browser-beta/{yandex-browser-beta-19.4.2.698_p1-r0.ebuild => yandex-browser-beta-20.8.0.864_p1.ebuild} (96%)
delete mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/73.1-allocator-shim-Swap-ALIGN_LINKAGE-and-SHIM_ALWAYS_EX.patch
delete mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/73.2-color_utils-Use-std-sqrt-instead-of-std-sqrtf.patch
delete mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/73.3-quic_flags_impl-Fix-GCC-build-after-618558.patch
delete mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/74.1-base-Value-Type-enum-class-size-should-be-8-bit.patch
delete mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/74.2-base-Add-Dead-Type-to-base-Value.patch
delete mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/74.3-base-Fix-Value-layout-for-GCC.patch
create mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/chromium-78-protobuf-export.patch
create mode 100644 www-plugins/yandex-browser-ffmpeg-codecs/files/chromium-79-gcc-alignas.patch
rename www-plugins/yandex-browser-ffmpeg-codecs/files/{74.4-GCC-do-not-delete-move-constructor-of-QuicStreamSend.patch => chromium-80-gcc-quiche.patch} (50%)
rename www-plugins/yandex-browser-ffmpeg-codecs/{yandex-browser-ffmpeg-codecs-19.4.2.698.ebuild => yandex-browser-ffmpeg-codecs-20.4.3.268.ebuild} (97%)
rename www-plugins/yandex-browser-ffmpeg-codecs/{yandex-browser-ffmpeg-codecs-19.6.2.594.ebuild => yandex-browser-ffmpeg-codecs-20.8.0.864.ebuild} (74%)
*** syncing yandex
*** synced yandex
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 yandex
* Cache regenerated successfully
|