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': "TheGreatMcPain's personal ebuild overlay"},
'feed': ['https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay',
'name': 'thegreatmcpain',
'owner': [{'email': 'sixsupersonic@gmail.com',
'name': 'James McClain',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay.git'},
{'type': 'git',
'uri': 'git@gitlab.com:TheGreatMcPain/thegreatmcpain-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync thegreatmcpain
From https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay
9c3d1d7..5c01697 master -> origin/master
Updating 9c3d1d7..5c01697
Fast-forward
x11-drivers/nvidia-drivers/Manifest | 4 ++--
...vidia-drivers-440.66.09.ebuild => nvidia-drivers-440.66.11.ebuild} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename x11-drivers/nvidia-drivers/{nvidia-drivers-440.66.09.ebuild => nvidia-drivers-440.66.11.ebuild} (100%)
*** syncing thegreatmcpain
*** synced thegreatmcpain
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 thegreatmcpain
* Cache regenerated successfully
|