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
32
33
34
35
|
{'description': {'en': 'Developer overlay of Hans de Graaff with mostly ruby '
'and\n'
' xemacs ebuilds, and a few assorted other goodies.'},
'feed': ['https://cgit.gentoo.org/dev/graaff.git/atom/'],
'homepage': 'http://moving-innovations.com/blog/',
'name': 'graaff',
'owner': [{'email': 'graaff@gentoo.org',
'name': 'Hans de Graaff',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/graaff.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/graaff.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/graaff.git'}],
'status': 'official'}
$ pmaint sync graaff
From https://anongit.gentoo.org/git/dev/graaff
7e39dd1c..f34d7655 master -> origin/master
Updating 7e39dd1c..f34d7655
Fast-forward
dev-util/yamllint/Manifest | 2 +-
.../{yamllint-1.16.0.ebuild => yamllint-1.23.0.ebuild} | 12 ++++++++----
net-analyzer/ssh-audit/Manifest | 2 +-
.../{ssh-audit-2.0.0.ebuild => ssh-audit-2.2.0.ebuild} | 4 ++--
4 files changed, 12 insertions(+), 8 deletions(-)
rename dev-util/yamllint/{yamllint-1.16.0.ebuild => yamllint-1.23.0.ebuild} (60%)
rename net-analyzer/ssh-audit/{ssh-audit-2.0.0.ebuild => ssh-audit-2.2.0.ebuild} (83%)
*** syncing graaff
*** synced graaff
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 graaff
* Cache regenerated successfully
|