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
|
{'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.23
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
8518b2c3b63e..a54012d8212b master -> origin/master
Updating 8518b2c3b63e..a54012d8212b
Fast-forward
app-portage/pkg-testing-tools/Manifest | 1 +
app-portage/pkg-testing-tools/metadata.xml | 10 +-
.../pkg-testing-tools-0.2.0.ebuild | 21 ++++
dev-python/django-filter/Manifest | 1 +
dev-python/django-filter/django-filter-23.5.ebuild | 42 ++++++++
dev-python/django-tables2/Manifest | 1 +
.../django-tables2/django-tables2-2.7.0.ebuild | 49 +++++++++
dev-python/django/Manifest | 2 +
dev-python/django/django-5.0.ebuild | 97 ++++++++++++++++++
dev-python/pipx/Manifest | 1 +
dev-python/pipx/pipx-1.3.3.ebuild | 48 +++++++++
...0.16.6-r1.ebuild => pywlroots-0.16.6-r2.ebuild} | 24 +++--
dev-python/pyzmq/Manifest | 1 +
dev-python/pyzmq/pyzmq-25.1.2.ebuild | 92 +++++++++++++++++
sci-mathematics/z3/Manifest | 1 +
sci-mathematics/z3/z3-4.12.3.ebuild | 111 +++++++++++++++++++++
x11-wm/qtile/qtile-0.23.0-r1.ebuild | 2 +-
17 files changed, 496 insertions(+), 8 deletions(-)
create mode 100644 app-portage/pkg-testing-tools/pkg-testing-tools-0.2.0.ebuild
create mode 100644 dev-python/django-filter/django-filter-23.5.ebuild
create mode 100644 dev-python/django-tables2/django-tables2-2.7.0.ebuild
create mode 100644 dev-python/django/django-5.0.ebuild
create mode 100644 dev-python/pipx/pipx-1.3.3.ebuild
rename dev-python/pywlroots/{pywlroots-0.16.6-r1.ebuild => pywlroots-0.16.6-r2.ebuild} (59%)
create mode 100644 dev-python/pyzmq/pyzmq-25.1.2.ebuild
create mode 100644 sci-mathematics/z3/z3-4.12.3.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
|