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
|
{'description': {'en': 'Overlay for LibreWolf'},
'homepage': 'https://librewolf.net/',
'name': 'librewolf',
'owner': [{'email': 'james@thegreatmcpain.xyz',
'name': 'James McClain',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://codeberg.org/librewolf/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@codeberg.org:librewolf/gentoo.git'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync librewolf
WARNING:pkgcore:java repo at '/var/lib/repo-mirror-ci/sync/java', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:jmbsvicetto repo at '/var/lib/repo-mirror-ci/sync/jmbsvicetto', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:kde repo at '/var/lib/repo-mirror-ci/sync/kde', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing librewolf
From https://codeberg.org/librewolf/gentoo
f5bff551..177fba0c master -> origin/master
Updating f5bff551..177fba0c
Fast-forward
www-client/librewolf-bin/Manifest | 2 +
.../librewolf-bin/librewolf-bin-131.0.2_p1.ebuild | 316 +++++
www-client/librewolf/Manifest | 101 ++
www-client/librewolf/librewolf-131.0.2_p1.ebuild | 1357 ++++++++++++++++++++
4 files changed, 1776 insertions(+)
create mode 100644 www-client/librewolf-bin/librewolf-bin-131.0.2_p1.ebuild
create mode 100644 www-client/librewolf/librewolf-131.0.2_p1.ebuild
*** synced librewolf
* 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 librewolf
* Cache regenerated successfully
|