blob: b3269aec1253a467c5bac9ee0bbb879233d35c30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'Some new packages plus uncommitted patches and ebuilds '
'for the main tree'},
'feed': ['https://github.com/yarikmsu/yarik-overlay/commits/master.atom'],
'homepage': 'https://github.com/yarikmsu/yarik-overlay',
'name': 'yarik-overlay',
'owner': [{'email': 'ygorbunov@gmail.com',
'name': 'Yaroslav Gorbunov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/yarikmsu/yarik-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync yarik-overlay
Already up to date.
*** syncing yarik-overlay
*** synced yarik-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 yarik-overlay
* Cache regenerated successfully
|