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
44
45
46
47
48
|
{'description': {'en': 'Ebuilds for packages not in the Gentoo tree\n'
' (lack of maintainer or too experimental) and '
'live ebuilds\n'
' or extensions/bugfixes for packages in the '
'tree'},
'feed': ['https://cgit.gentoo.org/user/mv.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/mv.git',
'name': 'mv',
'owner': [{'email': 'martin@mvath.de',
'name': 'Martin Väth',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/mv.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/mv.git'},
{'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/user/mv.git'}],
'status': 'unofficial'}
pkgcore 0.12.7
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync mv
*** syncing mv
From https://anongit.gentoo.org/git/user/mv
7fc29e5d..b509c2d8 main -> origin/main
Updating 7fc29e5d..b509c2d8
Fast-forward
gui-libs/wf-config/Manifest | 1 -
gui-libs/wf-config/metadata.xml | 18 ------
gui-libs/wf-config/wf-config-0.7.1-r1.ebuild | 35 -----------
gui-wm/wayfire/Manifest | 1 -
gui-wm/wayfire/files/wayfire-session | 17 ------
gui-wm/wayfire/files/wayfire-session.desktop | 7 ---
gui-wm/wayfire/metadata.xml | 22 -------
gui-wm/wayfire/wayfire-0.7.2.ebuild | 91 ----------------------------
8 files changed, 192 deletions(-)
delete mode 100644 gui-libs/wf-config/Manifest
delete mode 100644 gui-libs/wf-config/metadata.xml
delete mode 100644 gui-libs/wf-config/wf-config-0.7.1-r1.ebuild
delete mode 100644 gui-wm/wayfire/Manifest
delete mode 100644 gui-wm/wayfire/files/wayfire-session
delete mode 100644 gui-wm/wayfire/files/wayfire-session.desktop
delete mode 100644 gui-wm/wayfire/metadata.xml
delete mode 100644 gui-wm/wayfire/wayfire-0.7.2.ebuild
*** synced mv
* 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 mv
* Cache regenerated successfully
|