1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': 'Home overlay for development, patches and live ebuilds',
'ru': 'Домашний оверлей для разработки, патчей и лайв '
'ебилдов'},
'feed': ['https://github.com/pkulev/riru/commits/master.atom'],
'homepage': 'https://github.com/pkulev/riru',
'name': 'riru',
'owner': [{'email': 'kulyov.pavel@gmail.com',
'name': 'Pavel Kulyov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/pkulev/riru.git'},
{'type': 'git', 'uri': 'git://github.com/pkulev/riru.git'},
{'type': 'git', 'uri': 'git@github.com:pkulev/riru.git'}],
'status': 'unofficial'}
$ pmaint sync riru
Already up to date.
*** syncing riru
*** synced riru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 riru
* Cache regenerated successfully
|