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': 'Personal overlay'},
'feed': ['https://github.com/DarthGandalf/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/DarthGandalf/gentoo-overlay',
'name': 'darthgandalf-overlay',
'owner': [{'email': 'alexey+gentoo@asokolov.org',
'name': 'Alexey Sokolov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/DarthGandalf/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/DarthGandalf/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync darthgandalf-overlay
From https://github.com/DarthGandalf/gentoo-overlay
55c5cb3..145d44a master -> origin/master
Updating 55c5cb3..145d44a
Fast-forward
app-misc/openrgb/openrgb-0.1.ebuild | 13 ++++++++----
app-misc/openrgb/openrgb-9999.ebuild | 41 ++++++++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+), 4 deletions(-)
create mode 100644 app-misc/openrgb/openrgb-9999.ebuild
*** syncing darthgandalf-overlay
*** synced darthgandalf-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 darthgandalf-overlay
* Cache regenerated successfully
|