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/gcarq/gcarq-overlay/commits/master.atom'],
'homepage': 'https://github.com/gcarq/gcarq-overlay',
'name': 'gcarq',
'owner': [{'email': 'michael.egger@tsn.at',
'name': 'Michael Egger',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/gcarq/gcarq-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/gcarq/gcarq-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync gcarq
From https://github.com/gcarq/gcarq-overlay
0b6c8a5..5beee64 master -> origin/master
Updating 0b6c8a5..5beee64
Fast-forward
sys-kernel/me-sources/Manifest | 8 ++++----
.../{me-sources-5.7.2.ebuild => me-sources-5.7.3.ebuild} | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
rename sys-kernel/me-sources/{me-sources-5.7.2.ebuild => me-sources-5.7.3.ebuild} (97%)
*** syncing gcarq
*** synced gcarq
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gcarq
* Cache regenerated successfully
|