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
|
{'description': {'en': "Personal overlay for ebuilds I don't see in other "
'overlay or want to modify'},
'feed': ['https://gitlab.com/Parona/parona-overlay/-/commits/master?format=atom'],
'homepage': 'https://gitlab.com/Parona/parona-overlay',
'name': 'parona-overlay',
'owner': [{'email': 'parona@protonmail.com',
'name': 'Alfred Wingate',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/Parona/parona-overlay'},
{'type': 'git', 'uri': 'git@gitlab.com:Parona/parona-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync parona-overlay
*** syncing parona-overlay
warning: redirecting to https://gitlab.com/Parona/parona-overlay.git/
From https://gitlab.com/Parona/parona-overlay
4418ae2..22e839a master -> origin/master
Updating 4418ae2..22e839a
Fast-forward
dev-python/steam/Manifest | 1 +
dev-python/steam/steam-1.6.1.ebuild | 57 +++
gui-wm/river/Manifest | 5 +
gui-wm/river/river-0.3.5.ebuild | 74 ++++
profiles/updates/3Q-2024 | 2 +-
www-apps/vikunja/Manifest | 3 +
www-apps/vikunja/vikunja-0.24.1.ebuild | 86 ++++
www-plugins/firefoxpwa/Manifest | 1 +
www-plugins/firefoxpwa/firefoxpwa-2.12.1-r1.ebuild | 466 +++++++++++++++++++++
9 files changed, 694 insertions(+), 1 deletion(-)
create mode 100644 dev-python/steam/steam-1.6.1.ebuild
create mode 100644 gui-wm/river/river-0.3.5.ebuild
create mode 100644 www-apps/vikunja/vikunja-0.24.1.ebuild
create mode 100644 www-plugins/firefoxpwa/firefoxpwa-2.12.1-r1.ebuild
*** synced parona-overlay
* 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 parona-overlay
* Cache regenerated successfully
|