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
30
31
|
{'description': {'en': 'Miscellaneous Gentoo ebuilds'},
'feed': ['https://github.com/bobwya/miscellaneous_ebuilds/commits/master.atom'],
'homepage': 'https://github.com/bobwya/miscellaneous_ebuilds',
'name': 'bobwya',
'owner': [{'email': 'bob.mt.wya@gmail.com',
'name': 'Bob Wya',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git@github.com:bobwya/miscellaneous_ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync bobwya
From https://github.com/bobwya/miscellaneous_ebuilds
78b1e41..21f7ede master -> origin/master
Updating 78b1e41..21f7ede
Fast-forward
dev-util/spirv-headers/Manifest | 2 +-
.../{spirv-headers-1.5.1.ebuild => spirv-headers-1.5.1-r1.ebuild} | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
rename dev-util/spirv-headers/{spirv-headers-1.5.1.ebuild => spirv-headers-1.5.1-r1.ebuild} (72%)
*** syncing bobwya
*** synced bobwya
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bobwya
* Cache regenerated successfully
|