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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
{'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.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync mv
*** syncing mv
From https://anongit.gentoo.org/git/user/mv
e4e425a8..f5bbb48d main -> origin/main
Updating e4e425a8..f5bbb48d
Fast-forward
app-cdr/cdrtools/cdrtools-99999999.ebuild | 2 +-
app-shells/push/push-3.4.ebuild | 2 +-
app-shells/quoter/quoter-4.2.ebuild | 2 +-
.../zsh-syntax-highlighting-0.8.0_alpha1.ebuild | 3 +-
.../zsh-syntax-highlighting-99999999.ebuild | 7 +-
app-text/lesspipe/Manifest | 1 -
app-text/lesspipe/lesspipe-1.91.ebuild | 249 ---------------------
app-text/lesspipe/lesspipe-99999999.ebuild | 249 ---------------------
app-text/lesspipe/metadata.xml | 60 -----
app-text/stardict/stardict-3.0.6-r4.ebuild | 2 +-
.../stardict/stardict-4.0.0_pre20170304-r1.ebuild | 2 +-
dev-libs/weston/Manifest | 2 -
dev-libs/weston/files/README.gentoo | 9 -
dev-libs/weston/files/pam-6.0.93.patch | 133 -----------
dev-libs/weston/files/pam-meson.patch | 37 ---
dev-libs/weston/files/pam.patch | 164 --------------
dev-libs/weston/metadata.xml | 25 ---
dev-libs/weston/weston-5.0.0-r1.ebuild | 147 ------------
dev-libs/weston/weston-8.0.0.ebuild | 153 -------------
games-rpg/freedroidrpg/Manifest | 1 -
.../files/freedroidrpg-1.0_rc2-fnocommon.patch | 49 ----
games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild | 102 ---------
games-rpg/freedroidrpg/metadata.xml | 34 ---
media-gfx/pqiv/pqiv-2.11.ebuild | 2 +-
metadata/pkg_desc_index | 7 +-
profiles/use.local.desc | 61 -----
sci-mathematics/genius/Manifest | 2 -
sci-mathematics/genius/genius-1.0.21.ebuild | 74 ------
sci-mathematics/genius/metadata.xml | 27 ---
sys-apps/less/less-590.ebuild | 2 +-
sys-block/parted/parted-2.4-r3.ebuild | 2 +-
sys-block/zram-init/zram-init-11.1.ebuild | 2 +-
.../squashfs-tools-4.5_alpha20210318.ebuild | 93 --------
.../squashfs-tools/squashfs-tools-99999999.ebuild | 2 +-
virtual/cdrtools/cdrtools-1.ebuild | 14 --
virtual/cdrtools/metadata.xml | 8 -
x11-libs/gtk+/gtk+-3.24.31.ebuild | 2 +-
37 files changed, 19 insertions(+), 1714 deletions(-)
delete mode 100644 app-text/lesspipe/Manifest
delete mode 100644 app-text/lesspipe/lesspipe-1.91.ebuild
delete mode 100644 app-text/lesspipe/lesspipe-99999999.ebuild
delete mode 100644 app-text/lesspipe/metadata.xml
delete mode 100644 dev-libs/weston/Manifest
delete mode 100644 dev-libs/weston/files/README.gentoo
delete mode 100644 dev-libs/weston/files/pam-6.0.93.patch
delete mode 100644 dev-libs/weston/files/pam-meson.patch
delete mode 100644 dev-libs/weston/files/pam.patch
delete mode 100644 dev-libs/weston/metadata.xml
delete mode 100644 dev-libs/weston/weston-5.0.0-r1.ebuild
delete mode 100644 dev-libs/weston/weston-8.0.0.ebuild
delete mode 100644 games-rpg/freedroidrpg/Manifest
delete mode 100644 games-rpg/freedroidrpg/files/freedroidrpg-1.0_rc2-fnocommon.patch
delete mode 100644 games-rpg/freedroidrpg/freedroidrpg-1.0_rc2.ebuild
delete mode 100644 games-rpg/freedroidrpg/metadata.xml
delete mode 100644 sci-mathematics/genius/Manifest
delete mode 100644 sci-mathematics/genius/genius-1.0.21.ebuild
delete mode 100644 sci-mathematics/genius/metadata.xml
delete mode 100644 sys-fs/squashfs-tools/squashfs-tools-4.5_alpha20210318.ebuild
delete mode 100644 virtual/cdrtools/cdrtools-1.ebuild
delete mode 100644 virtual/cdrtools/metadata.xml
*** 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
|