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': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'unofficial'}
$ pmaint sync guru
From https://anongit.gentoo.org/git/repo/proj/guru
5c46131..219402d master -> origin/master
5c46131..219402d dev -> origin/dev
Updating 5c46131..219402d
Fast-forward
dev-util/codespell/Manifest | 2 +-
...spell-1.15.0.ebuild => codespell-1.16.0.ebuild} | 22 +++++++++++++++++++---
2 files changed, 20 insertions(+), 4 deletions(-)
rename dev-util/codespell/{codespell-1.15.0.ebuild => codespell-1.16.0.ebuild} (51%)
*** syncing guru
*** synced guru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 guru
* Cache regenerated successfully
|