blob: 2b2ffd46de28d51c2a2d69cd3042931ebcbaf459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{'description': {'en': 'Backup-related ebuilds'},
'feed': ['https://github.com/lnagel/portage-backup/commits/master.atom'],
'homepage': 'https://github.com/lnagel/portage-backup/tree/master',
'name': 'portage-backup',
'owner': [{'email': 'lenno@nagel.ee',
'name': 'Lenno Nagel',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/lnagel/portage-backup.git'}],
'status': 'unofficial'}
$ pmaint sync portage-backup
Already up to date.
*** syncing portage-backup
*** synced portage-backup
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 portage-backup
* Cache regenerated successfully
|