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/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
5ff9a5c..07b976b master -> origin/master
Updating 5ff9a5c..07b976b
Fast-forward
games-emulation/retroarch/Manifest | 2 +-
.../retroarch/{retroarch-1.8.2.ebuild => retroarch-1.8.5.ebuild} | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
rename games-emulation/retroarch/{retroarch-1.8.2.ebuild => retroarch-1.8.5.ebuild} (98%)
*** 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
|