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
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://github.com/nE0sIghT/vortex-overlay/commits/master.atom'],
'homepage': 'https://github.com/nE0sIghT/vortex-overlay',
'name': 'vortex',
'owner': [{'email': 'ykonotopov@gnome.org',
'name': "Yuri 'nE0sIghT' Konotopov",
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/nE0sIghT/vortex-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/nE0sIghT/vortex-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync vortex
From https://github.com/nE0sIghT/vortex-overlay
ba2a499..287fbe2 master -> origin/master
Updating ba2a499..287fbe2
Fast-forward
.../libretro-sameboy/libretro-sameboy-0.12_pre20190818.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
*** syncing vortex
*** synced vortex
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 vortex
* Cache regenerated successfully
|