blob: 8ead817c1296dcc45268366df6618aa4ec7b72d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': 'experimental ebuilds from linuxunderground.be'},
'homepage': 'https://github.com/linuxunderground/gentoo.overlay',
'name': 'linuxunderground-overlay',
'owner': [{'email': 'vincent.hardy.be@gmail.com',
'name': 'linuxunderground',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/linuxunderground/gentoo.overlay.git'},
{'type': 'git',
'uri': 'https://github.com/linuxunderground/gentoo.overlay.git'}],
'status': 'unofficial'}
$ pmaint sync linuxunderground-overlay
Already up to date.
*** syncing linuxunderground-overlay
*** synced linuxunderground-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 linuxunderground-overlay
* Cache regenerated successfully
|