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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
{'description': {'en': "Arran's Overlay"},
'feed': ['https://github.com/arran4/arrans_overlay/commits/master.atom'],
'homepage': 'https://github.com/arran4/arrans_overlay',
'name': 'arrans-overlay',
'owner': [{'email': 'gentoo@arran4.com',
'name': 'Arran Ubels',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/arran4/arrans_overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/arran4/arrans_overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync arrans-overlay
*** syncing arrans-overlay
From https://github.com/arran4/arrans_overlay
a0e4436..727d053 main -> origin/main
Updating a0e4436..727d053
Fast-forward
...rrans-overlay-workflow-builder-bin-update.yaml} | 10 +-
.../workflows/app-admin-chezmoi-bin-update.yaml | 10 +-
.github/workflows/app-admin-g2-bin-update.yaml | 10 +-
.../app-misc-chatbox-appimage-update.yaml | 2 +-
.../app-misc-editorconfig-guesser-bin-update.yaml | 171 +++++++++++++++++++++
.../app-misc-ente-auth-appimage-update.yaml | 2 +-
...c-flutter-google-datastore-appimage-update.yaml | 2 +-
.../workflows/app-misc-git-tag-inc-bin-update.yaml | 167 ++++++++++++++++++++
.../workflows/app-misc-jan-appimage-update.yaml | 2 +-
.../app-misc-lemmy-notify-appimage-update.yaml | 2 +-
.../app-misc-local-ai-appimage-update.yaml | 2 +-
.../workflows/app-misc-local-ai-bin-update.yaml | 10 +-
.../workflows/app-misc-maid-appimage-update.yaml | 2 +-
.../workflows/app-misc-mostcomm-bin-update.yaml | 171 +++++++++++++++++++++
.../workflows/app-misc-pimtrace-bin-update.yaml | 153 ++++++++++++++++++
.../app-misc-podcast-cdr-manager-bin-update.yaml | 158 +++++++++++++++++++
.../app-misc-stability-matrix-appimage-update.yaml | 2 +-
.../workflows/app-misc-superfile-bin-update.yaml | 8 +-
.../app-text-anytype-ts-appimage-update.yaml | 2 +-
.../workflows/app-text-mostcomm-bin-update.yaml | 171 +++++++++++++++++++++
.../workflows/dev-go-goreleaser-bin-update.yaml | 24 +--
.../dev-util-editorconfig-guesser-bin-update.yaml | 171 +++++++++++++++++++++
.../workflows/dev-util-im-hex-appimage-update.yaml | 2 +-
.../workflows/dev-vcs-git-tag-inc-bin-update.yaml | 167 ++++++++++++++++++++
.../workflows/net-im-caprine-appimage-update.yaml | 2 +-
.github/workflows/net-im-slackdump-bin-update.yaml | 10 +-
.../net-misc-localsend-appimage-update.yaml | 2 +-
.../workflows/net-misc-pimtrace-bin-update.yaml | 153 ++++++++++++++++++
.../net-misc-rustdesk-appimage-update.yaml | 2 +-
.github/workflows/www-apps-hugo-bin-update.yaml | 12 +-
.../workflows/www-apps-pagefind-bin-update.yaml | 10 +-
.../arrans-overlay-workflow-builder-bin/Manifest | 1 +
...rrans-overlay-workflow-builder-bin-0.1.7.ebuild | 34 ++++
.../arrans-overlay-workflow-builder-bin/Manifest | 1 +
...rrans-overlay-workflow-builder-bin-0.1.7.ebuild | 34 ++++
app-misc/editorconfig-guesser-bin/Manifest | 3 +
.../editorconfig-guesser-bin-1.0.0.ebuild | 61 ++++++++
app-misc/git-tag-inc-bin/Manifest | 3 +
.../git-tag-inc-bin/git-tag-inc-bin-1.1.3.ebuild | 57 +++++++
app-misc/mostcomm-bin/Manifest | 3 +
app-misc/mostcomm-bin/mostcomm-bin-1.2.0.ebuild | 61 ++++++++
app-misc/pimtrace-bin/Manifest | 2 +
app-misc/pimtrace-bin/pimtrace-bin-1.3.6.ebuild | 46 ++++++
app-misc/podcast-cdr-manager-bin/Manifest | 3 +
.../podcast-cdr-manager-bin-0.0.2.ebuild | 48 ++++++
app-text/mostcomm-bin/Manifest | 3 +
app-text/mostcomm-bin/mostcomm-bin-1.2.0.ebuild | 61 ++++++++
current.config | 95 ++++++++++++
dev-util/editorconfig-guesser-bin/Manifest | 3 +
.../editorconfig-guesser-bin-1.0.0.ebuild | 61 ++++++++
dev-vcs/git-tag-inc-bin/Manifest | 3 +
.../git-tag-inc-bin/git-tag-inc-bin-1.1.3.ebuild | 57 +++++++
net-misc/pimtrace-bin/Manifest | 2 +
net-misc/pimtrace-bin/pimtrace-bin-1.3.6.ebuild | 46 ++++++
54 files changed, 2249 insertions(+), 51 deletions(-)
rename .github/workflows/{app-misc-arrans-overlay-workflow-builder-bin-update.yaml => app-admin-arrans-overlay-workflow-builder-bin-update.yaml} (93%)
create mode 100644 .github/workflows/app-misc-editorconfig-guesser-bin-update.yaml
create mode 100644 .github/workflows/app-misc-git-tag-inc-bin-update.yaml
create mode 100644 .github/workflows/app-misc-mostcomm-bin-update.yaml
create mode 100644 .github/workflows/app-misc-pimtrace-bin-update.yaml
create mode 100644 .github/workflows/app-misc-podcast-cdr-manager-bin-update.yaml
create mode 100644 .github/workflows/app-text-mostcomm-bin-update.yaml
create mode 100644 .github/workflows/dev-util-editorconfig-guesser-bin-update.yaml
create mode 100644 .github/workflows/dev-vcs-git-tag-inc-bin-update.yaml
create mode 100644 .github/workflows/net-misc-pimtrace-bin-update.yaml
create mode 100644 app-admin/arrans-overlay-workflow-builder-bin/Manifest
create mode 100644 app-admin/arrans-overlay-workflow-builder-bin/arrans-overlay-workflow-builder-bin-0.1.7.ebuild
create mode 100644 app-misc/arrans-overlay-workflow-builder-bin/arrans-overlay-workflow-builder-bin-0.1.7.ebuild
create mode 100644 app-misc/editorconfig-guesser-bin/Manifest
create mode 100644 app-misc/editorconfig-guesser-bin/editorconfig-guesser-bin-1.0.0.ebuild
create mode 100644 app-misc/git-tag-inc-bin/Manifest
create mode 100644 app-misc/git-tag-inc-bin/git-tag-inc-bin-1.1.3.ebuild
create mode 100644 app-misc/mostcomm-bin/Manifest
create mode 100644 app-misc/mostcomm-bin/mostcomm-bin-1.2.0.ebuild
create mode 100644 app-misc/pimtrace-bin/Manifest
create mode 100644 app-misc/pimtrace-bin/pimtrace-bin-1.3.6.ebuild
create mode 100644 app-misc/podcast-cdr-manager-bin/Manifest
create mode 100644 app-misc/podcast-cdr-manager-bin/podcast-cdr-manager-bin-0.0.2.ebuild
create mode 100644 app-text/mostcomm-bin/Manifest
create mode 100644 app-text/mostcomm-bin/mostcomm-bin-1.2.0.ebuild
create mode 100644 dev-util/editorconfig-guesser-bin/Manifest
create mode 100644 dev-util/editorconfig-guesser-bin/editorconfig-guesser-bin-1.0.0.ebuild
create mode 100644 dev-vcs/git-tag-inc-bin/Manifest
create mode 100644 dev-vcs/git-tag-inc-bin/git-tag-inc-bin-1.1.3.ebuild
create mode 100644 net-misc/pimtrace-bin/Manifest
create mode 100644 net-misc/pimtrace-bin/pimtrace-bin-1.3.6.ebuild
*** synced arrans-overlay
* 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 arrans-overlay
* app-admin/chezmoi-bin-2.52.1: failed parsing REQUIRED_USE: 'android? (|| ( arm64 )) glibc? (|| ( amd64 )) le? (|| ( ppc64 )) loong64? (|| ( amd64 ))' is unparseable: flagged token- (||
* app-misc/editorconfig-guesser-bin-1.0.0: failed parsing REQUIRED_USE: 'ecguess? (|| ( arm ))' is unparseable: flagged token- (||
* app-misc/local-ai-bin-2.19.4: failed sourcing ebuild: error sourcing ebuild
* dev-util/editorconfig-guesser-bin-1.0.0: failed parsing REQUIRED_USE: 'ecguess? (|| ( arm ))' is unparseable: flagged token- (||
* Cache regen failed with 1
|