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
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
$ pmaint sync gentoo
From https://anongit.gentoo.org/git/repo/gentoo
74ef6486695..c3c09e711af master -> origin/master
Updating 74ef6486695..c3c09e711af
Fast-forward
dev-libs/opencl-clang/Manifest | 2 +
dev-libs/opencl-clang/opencl-clang-8.0.1.1.ebuild | 40 +++
dev-libs/opencl-clang/opencl-clang-9.0.1.ebuild | 35 +++
dev-util/spirv-llvm-translator/Manifest | 2 +
.../spirv-llvm-translator-8.0.1.3.ebuild | 57 +++++
.../spirv-llvm-translator-9.0.1.1.ebuild | 58 +++++
profiles/arch/amd64/package.use.mask | 4 +
profiles/arch/x86/package.use.mask | 4 +
profiles/base/package.use.mask | 4 +
sys-kernel/vanilla-sources/Manifest | 4 +-
....172.ebuild => vanilla-sources-4.14.173.ebuild} | 0
....108.ebuild => vanilla-sources-4.19.109.ebuild} | 0
...74.0-bug1607052-font-selection-regression.patch | 281 +++++++++++++++++++++
www-client/firefox/firefox-68.5.0.ebuild | 2 +-
www-client/firefox/firefox-68.6.0.ebuild | 2 +-
...{firefox-74.0.ebuild => firefox-74.0-r1.ebuild} | 3 +-
16 files changed, 493 insertions(+), 5 deletions(-)
create mode 100644 dev-libs/opencl-clang/opencl-clang-8.0.1.1.ebuild
create mode 100644 dev-libs/opencl-clang/opencl-clang-9.0.1.ebuild
create mode 100644 dev-util/spirv-llvm-translator/spirv-llvm-translator-8.0.1.3.ebuild
create mode 100644 dev-util/spirv-llvm-translator/spirv-llvm-translator-9.0.1.1.ebuild
rename sys-kernel/vanilla-sources/{vanilla-sources-4.14.172.ebuild => vanilla-sources-4.14.173.ebuild} (100%)
rename sys-kernel/vanilla-sources/{vanilla-sources-4.19.108.ebuild => vanilla-sources-4.19.109.ebuild} (100%)
create mode 100644 www-client/firefox/files/firefox-74.0-bug1607052-font-selection-regression.patch
rename www-client/firefox/{firefox-74.0.ebuild => firefox-74.0-r1.ebuild} (99%)
*** syncing gentoo
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
* Cache regenerated successfully
|