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
|
{'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'}
pkgcore 0.12.13
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
a82c2165fbc..df3a453ace9 master -> origin/master
Updating a82c2165fbc..df3a453ace9
Fast-forward
dev-python/MechanicalSoup/Manifest | 1 +
.../MechanicalSoup/MechanicalSoup-1.2.0.ebuild | 51 ++++++
dev-python/aiohttp/Manifest | 1 +
dev-python/aiohttp/aiohttp-3.8.3.ebuild | 111 +++++++++++++
dev-python/jsonschema-spec/Manifest | 1 +
.../jsonschema-spec/jsonschema-spec-0.1.2.ebuild | 37 +++++
dev-python/marshmallow/Manifest | 1 +
dev-python/marshmallow/marshmallow-3.18.0.ebuild | 36 +++++
sci-libs/miopen/Manifest | 1 -
sci-libs/miopen/files/miopen-4.3.0-no-strip.patch | 16 --
.../files/miopen-4.3.0-strip-xnack-in-flags.patch | 18 ---
sci-libs/miopen/files/miopen-5.1.3-gfx1031.patch | 22 ---
sci-libs/miopen/miopen-4.3.0.ebuild | 80 ----------
.../rocSOLVER/files/rocSOLVER-5.1.3-libfmt8.patch | 173 ---------------------
sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild | 2 +-
15 files changed, 240 insertions(+), 311 deletions(-)
create mode 100644 dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild
create mode 100644 dev-python/aiohttp/aiohttp-3.8.3.ebuild
create mode 100644 dev-python/jsonschema-spec/jsonschema-spec-0.1.2.ebuild
create mode 100644 dev-python/marshmallow/marshmallow-3.18.0.ebuild
delete mode 100644 sci-libs/miopen/files/miopen-4.3.0-no-strip.patch
delete mode 100644 sci-libs/miopen/files/miopen-4.3.0-strip-xnack-in-flags.patch
delete mode 100644 sci-libs/miopen/miopen-4.3.0.ebuild
delete mode 100644 sci-libs/rocSOLVER/files/rocSOLVER-5.1.3-libfmt8.patch
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
* Cache regenerated successfully
|