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'}
pkgcore 0.12.11
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
524e41c90fe..40de76094b5 master -> origin/master
Updating 524e41c90fe..40de76094b5
Fast-forward
app-misc/tmuxp/tmuxp-1.11.1.ebuild | 2 +-
dev-lang/rust-bin/Manifest | 33 +
dev-lang/rust-bin/rust-bin-1.61.0.ebuild | 219 +++++++
dev-lang/rust/Manifest | 34 +
.../files/1.61.0-gentoo-musl-target-specs.patch | 166 +++++
dev-lang/rust/metadata.xml | 2 +-
dev-lang/rust/rust-1.61.0.ebuild | 710 +++++++++++++++++++++
virtual/rust/rust-1.61.0.ebuild | 19 +
www-apps/chromedriver-bin/Manifest | 2 +-
...build => chromedriver-bin-102.0.5005.27.ebuild} | 0
www-client/chromium/chromium-102.0.5005.61.ebuild | 2 +-
www-client/google-chrome/Manifest | 2 +-
...4.ebuild => google-chrome-102.0.5005.61.ebuild} | 0
www-plugins/chrome-binary-plugins/Manifest | 2 +-
... => chrome-binary-plugins-102.0.5005.61.ebuild} | 0
15 files changed, 1187 insertions(+), 6 deletions(-)
create mode 100644 dev-lang/rust-bin/rust-bin-1.61.0.ebuild
create mode 100644 dev-lang/rust/files/1.61.0-gentoo-musl-target-specs.patch
create mode 100644 dev-lang/rust/rust-1.61.0.ebuild
create mode 100644 virtual/rust/rust-1.61.0.ebuild
rename www-apps/chromedriver-bin/{chromedriver-bin-101.0.4951.41.ebuild => chromedriver-bin-102.0.5005.27.ebuild} (100%)
rename www-client/google-chrome/{google-chrome-101.0.4951.64.ebuild => google-chrome-102.0.5005.61.ebuild} (100%)
rename www-plugins/chrome-binary-plugins/{chrome-binary-plugins-101.0.4951.64.ebuild => chrome-binary-plugins-102.0.5005.61.ebuild} (100%)
*** 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
|