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': 'Ebuilds used and/or proxy maintained by FErki'},
'feed': ['https://github.com/ferki/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/ferki/gentoo-overlay',
'name': 'ferki',
'owner': [{'email': 'erkiferenc@gmail.com',
'name': 'Ferenc Erki',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/ferki/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/ferki/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync ferki
From https://github.com/ferki/gentoo-overlay
0181762..5316f50 master -> origin/master
0181762..5316f50 rex -> origin/rex
Updating 0181762..5316f50
Fast-forward
app-admin/rex/rex-1.8.0.ebuild | 2 +-
app-admin/rex/rex-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
*** syncing ferki
*** synced ferki
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 ferki
* Cache regenerated successfully
|