blob: 7efb46e109e2876d4b1f58ef8d7c44c8705408d7 (
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.24
$ 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
a0759d1..0b14ae4 master -> origin/master
Updating a0759d1..0b14ae4
Fast-forward
app-misc/errands/Manifest | 1 +
app-misc/errands/errands-45.1.8.ebuild | 42 ++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
create mode 100644 app-misc/errands/errands-45.1.8.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
|