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': 'tgbugs portage overlay for custom ebuilds'},
'feed': ['https://github.com/tgbugs/tgbugs-overlay/commits/master.atom'],
'homepage': 'https://github.com/tgbugs/tgbugs-overlay',
'name': 'tgbugs-overlay',
'owner': [{'email': 'tgbugs@gmail.com',
'name': 'Tom Gillespie',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/tgbugs/tgbugs-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/tgbugs/tgbugs-overlay.git'},
{'type': 'git', 'uri': 'git@github.com:tgbugs/tgbugs-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync tgbugs-overlay
From https://github.com/tgbugs/tgbugs-overlay
c08e95a..4fe435f master -> origin/master
Updating c08e95a..4fe435f
Fast-forward
dev-python/nifstd-tools/Manifest | 2 +-
dev-python/nifstd-tools/nifstd-tools-9999.ebuild | 33 +++++++++++++++++++-----
2 files changed, 28 insertions(+), 7 deletions(-)
*** syncing tgbugs-overlay
*** synced tgbugs-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 tgbugs-overlay
* Cache regenerated successfully
|