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
|
{'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
fd15b37705f..f31f3ca73aa master -> origin/master
Updating fd15b37705f..f31f3ca73aa
Fast-forward
dev-cpp/asio/Manifest | 1 -
dev-cpp/asio/asio-1.22.1.ebuild | 63 -------
dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch | 29 ---
dev-cpp/range-v3/Manifest | 2 -
dev-cpp/range-v3/files/0.11.0-gcc10.patch | 133 -------------
dev-cpp/range-v3/files/0.11.0-no-werror.patch | 39 ----
dev-cpp/range-v3/range-v3-0.10.0-r1.ebuild | 34 ----
dev-cpp/range-v3/range-v3-0.11.0.ebuild | 46 -----
games-rpg/rpg-cli/Manifest | 1 -
games-rpg/rpg-cli/files/rpg-cli-1.0.0-clap.patch | 20 --
.../rpg-cli/files/rpg-cli-1.0.0-into_values.patch | 21 ---
games-rpg/rpg-cli/rpg-cli-1.0.0.ebuild | 104 -----------
sci-astronomy/stellarium/Manifest | 6 -
.../stellarium-0.21.2-unbundle-qtcompress.patch | 207 --------------------
.../files/stellarium-0.22.1-fix-conv.patch | 23 ---
...ellarium-0.22.1-fix-star-manager-segfault.patch | 30 ---
.../files/stellarium-0.22.1-fix-test-x86.patch | 93 ---------
.../stellarium-0.22.1-unbundle-qtcompress.patch | 208 ---------------------
sci-astronomy/stellarium/stellarium-0.21.3.ebuild | 144 --------------
.../stellarium/stellarium-0.22.1-r1.ebuild | 149 ---------------
sci-astronomy/stellarium/stellarium-0.22.1.ebuild | 146 ---------------
x11-terms/terminator/terminator-2.1.1.ebuild | 65 -------
22 files changed, 1564 deletions(-)
delete mode 100644 dev-cpp/asio/asio-1.22.1.ebuild
delete mode 100644 dev-cpp/asio/files/asio-1.22.1-cpp20ex.patch
delete mode 100644 dev-cpp/range-v3/files/0.11.0-gcc10.patch
delete mode 100644 dev-cpp/range-v3/files/0.11.0-no-werror.patch
delete mode 100644 dev-cpp/range-v3/range-v3-0.10.0-r1.ebuild
delete mode 100644 dev-cpp/range-v3/range-v3-0.11.0.ebuild
delete mode 100644 games-rpg/rpg-cli/files/rpg-cli-1.0.0-clap.patch
delete mode 100644 games-rpg/rpg-cli/files/rpg-cli-1.0.0-into_values.patch
delete mode 100644 games-rpg/rpg-cli/rpg-cli-1.0.0.ebuild
delete mode 100644 sci-astronomy/stellarium/files/stellarium-0.21.2-unbundle-qtcompress.patch
delete mode 100644 sci-astronomy/stellarium/files/stellarium-0.22.1-fix-conv.patch
delete mode 100644 sci-astronomy/stellarium/files/stellarium-0.22.1-fix-star-manager-segfault.patch
delete mode 100644 sci-astronomy/stellarium/files/stellarium-0.22.1-fix-test-x86.patch
delete mode 100644 sci-astronomy/stellarium/files/stellarium-0.22.1-unbundle-qtcompress.patch
delete mode 100644 sci-astronomy/stellarium/stellarium-0.21.3.ebuild
delete mode 100644 sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild
delete mode 100644 sci-astronomy/stellarium/stellarium-0.22.1.ebuild
delete mode 100644 x11-terms/terminator/terminator-2.1.1.ebuild
*** 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
|