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
38
39
40
41
42
43
|
{'description': {'en': 'Personal Gentoo overlay'},
'feed': ['https://github.com/SpiderX/portage-overlay/commits/master.atom'],
'homepage': 'https://github.com/SpiderX/portage-overlay',
'name': 'nest',
'owner': [{'email': 'spiderx@spiderx.dp.ua',
'name': 'Vladimir Pavljuchenkov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/SpiderX/portage-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/SpiderX/portage-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nest
*** syncing nest
From https://github.com/SpiderX/portage-overlay
ed821359..834387b4 master -> origin/master
Updating ed821359..834387b4
Fast-forward
README.md | 3 +-
x11-misc/touchegg/Manifest | 1 +
x11-misc/touchegg/files/touchegg.confd | 5 ++++
x11-misc/touchegg/files/touchegg.initd | 9 ++++++
x11-misc/touchegg/files/touchegg.service | 13 +++++++++
x11-misc/touchegg/metadata.xml | 19 +++++++++++++
x11-misc/touchegg/touchegg-2.0.17.ebuild | 47 ++++++++++++++++++++++++++++++++
x11-misc/touchegg/touchegg-9999.ebuild | 47 ++++++++++++++++++++++++++++++++
8 files changed, 143 insertions(+), 1 deletion(-)
create mode 100644 x11-misc/touchegg/Manifest
create mode 100644 x11-misc/touchegg/files/touchegg.confd
create mode 100644 x11-misc/touchegg/files/touchegg.initd
create mode 100644 x11-misc/touchegg/files/touchegg.service
create mode 100644 x11-misc/touchegg/metadata.xml
create mode 100644 x11-misc/touchegg/touchegg-2.0.17.ebuild
create mode 100644 x11-misc/touchegg/touchegg-9999.ebuild
*** synced nest
* 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 nest
* Cache regenerated successfully
|