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
|
{'description': {'en': 'Overlay containing newer upstream versions of '
'different packages'},
'feed': ['https://github.com/GeNTooFReaK/gentoo-repo/commits/main.atom'],
'homepage': 'https://github.com/GeNTooFReaK/gentoo-repo',
'name': 'gentoofreak',
'owner': [{'email': 'martin@b-root-force.de',
'name': 'Martin Wohlert',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/GeNTooFReaK/gentoo-repo.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com:GeNTooFReaK/gentoo-repo.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoofreak
*** syncing gentoofreak
From https://github.com/GeNTooFReaK/gentoo-repo
a3faec7..15b3f62 main -> origin/main
Updating a3faec7..15b3f62
Fast-forward
media-libs/svt-av1/Manifest | 2 +-
media-libs/svt-av1/{svt-av1-2.1.2.ebuild => svt-av1-2.2.0_rc1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename media-libs/svt-av1/{svt-av1-2.1.2.ebuild => svt-av1-2.2.0_rc1.ebuild} (100%)
*** synced gentoofreak
* 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 gentoofreak
* Cache regenerated successfully
|