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
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://github.com/PF4Public/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/PF4Public/gentoo-overlay',
'name': 'pf4public',
'owner': [{'email': 'PF4Public@mail.ru',
'name': 'PF4Public',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/PF4Public/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/PF4Public/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync pf4public
From https://github.com/PF4Public/gentoo-overlay
405039b..4d82322 master -> origin/master
Updating 405039b..4d82322
Fast-forward
www-client/ungoogled-chromium/Manifest | 2 +-
....0.3987.149_p1.ebuild => ungoogled-chromium-80.0.3987.149_p2.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename www-client/ungoogled-chromium/{ungoogled-chromium-80.0.3987.149_p1.ebuild => ungoogled-chromium-80.0.3987.149_p2.ebuild} (99%)
*** syncing pf4public
*** synced pf4public
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pf4public
* Cache regenerated successfully
|