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
36
37
|
{'description': {'en': 'Gentoo overlay with ebuilds by Stefan Talpalaru that '
'are not in the tree'},
'feed': ['https://github.com/stefantalpalaru/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/stefantalpalaru/gentoo-overlay',
'name': 'stefantalpalaru',
'owner': [{'email': 'stefantalpalaru@yahoo.com',
'name': 'Stefan Talpalaru',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/stefantalpalaru/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/stefantalpalaru/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:stefantalpalaru/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync stefantalpalaru
*** syncing stefantalpalaru
From https://github.com/stefantalpalaru/gentoo-overlay
2cb3d19..5583255 master -> origin/master
Updating 2cb3d19..5583255
Fast-forward
media-gfx/gmic/Manifest | 6 +++---
media-gfx/gmic/{gmic-2.9.9-r100.ebuild => gmic-3.0.0-r100.ebuild} | 0
media-libs/cimg/Manifest | 2 +-
media-libs/cimg/{cimg-2.9.9-r100.ebuild => cimg-3.0.0-r100.ebuild} | 0
4 files changed, 4 insertions(+), 4 deletions(-)
rename media-gfx/gmic/{gmic-2.9.9-r100.ebuild => gmic-3.0.0-r100.ebuild} (100%)
rename media-libs/cimg/{cimg-2.9.9-r100.ebuild => cimg-3.0.0-r100.ebuild} (100%)
*** synced stefantalpalaru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 stefantalpalaru
* Cache regenerated successfully
|