blob: 5d722577d41df29a395450879c225f5ed201b2bf (
plain)
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
|
{'description': {'en': 'Personal overlay'},
'homepage': 'https://codeberg.org/Case_Of/gentoo-overlay',
'name': 'Case_Of',
'owner': [{'email': 'gentoo@retornaz.com',
'name': 'Quentin Retornaz',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://codeberg.org/Case_Of/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@codeberg.org/Case_Of/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.27
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync Case_Of
*** syncing Case_Of
From https://codeberg.org/Case_Of/gentoo-overlay
bb16a07..5b63362 master -> origin/master
Updating bb16a07..5b63362
Fast-forward
x11-misc/albert/Manifest | 3 ++
x11-misc/albert/albert-0.26.3.ebuild | 84 ++++++++++++++++++++++++++++++++++++
2 files changed, 87 insertions(+)
create mode 100644 x11-misc/albert/albert-0.26.3.ebuild
*** synced Case_Of
* 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 Case_Of
* Cache regenerated successfully
|