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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
|
{'description': {'en': "konsolebox's overlay"},
'feed': ['https://github.com/konsolebox/overlay/commits/master.atom'],
'homepage': 'https://github.com/konsolebox/overlay',
'name': 'konsolebox',
'owner': [{'email': 'konsolebox@gmail.com',
'name': 'konsolebox',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/konsolebox/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync konsolebox
WARNING:pkgcore:hexedit-overlay repo at '/var/lib/repo-mirror-ci/sync/hexedit-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing konsolebox
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
From https://github.com/konsolebox/overlay
ebb5431..9ab6964 master -> origin/master
Updating ebb5431..9ab6964
Fast-forward
app-shells/bash-slotted/Manifest | 401 +++++++++++++++++++++
app-shells/bash-slotted/bash-slotted-2.05b.ebuild | 22 ++
app-shells/bash-slotted/bash-slotted-3.0.ebuild | 25 ++
.../bash-slotted/bash-slotted-3.0_p22.ebuild | 25 ++
app-shells/bash-slotted/bash-slotted-3.1.ebuild | 21 ++
.../bash-slotted/bash-slotted-3.1_p23.ebuild | 22 ++
app-shells/bash-slotted/bash-slotted-3.2.ebuild | 24 ++
.../bash-slotted/bash-slotted-3.2_p53.ebuild | 24 ++
app-shells/bash-slotted/bash-slotted-4.0.ebuild | 25 ++
.../bash-slotted/bash-slotted-4.0_p44.ebuild | 25 ++
app-shells/bash-slotted/bash-slotted-4.1.ebuild | 25 ++
.../bash-slotted/bash-slotted-4.1_p17.ebuild | 25 ++
app-shells/bash-slotted/bash-slotted-4.2.ebuild | 18 +
.../bash-slotted/bash-slotted-4.2_p53.ebuild | 18 +
app-shells/bash-slotted/bash-slotted-4.3.ebuild | 17 +
.../bash-slotted/bash-slotted-4.3_p48.ebuild | 17 +
app-shells/bash-slotted/bash-slotted-4.4.ebuild | 15 +
.../bash-slotted/bash-slotted-4.4_p23.ebuild | 15 +
app-shells/bash-slotted/bash-slotted-5.0.ebuild | 16 +
.../bash-slotted/bash-slotted-5.0_p18.ebuild | 16 +
app-shells/bash-slotted/bash-slotted-5.1.ebuild | 15 +
app-shells/bash-slotted/bash-slotted-5.1_p4.ebuild | 15 +
app-shells/bash-slotted/bash-slotted-9999.ebuild | 6 +
app-shells/bash-slotted/bash-slotted-99999.ebuild | 6 +
.../bash-slotted/files/autoconf-mktime-2.53.patch | 199 ++++++++++
.../bash-slotted/files/autoconf-mktime-2.59.patch | 197 ++++++++++
.../bash-slotted/files/bash-2.05b-destdir.patch | 28 ++
.../files/bash-2.05b-empty-herestring.patch | 25 ++
.../files/bash-2.05b-fix-job-warning.patch | 14 +
.../bash-slotted/files/bash-2.05b-jobs.patch | 28 ++
.../files/bash-2.05b-parallel-build.patch | 15 +
.../bash-slotted/files/bash-2.05b-protos.patch | 25 ++
.../bash-slotted/files/bash-2.05b-rbash.patch | 27 ++
app-shells/bash-slotted/files/bash-3.0-afs.patch | 20 +
app-shells/bash-slotted/files/bash-3.0-crash.patch | 46 +++
.../bash-slotted/files/bash-3.0-darwin-conn.patch | 20 +
.../files/bash-3.0-histtimeformat.patch | 56 +++
app-shells/bash-slotted/files/bash-3.0-jobs.patch | 56 +++
.../bash-slotted/files/bash-3.0-locale.patch | 112 ++++++
.../bash-slotted/files/bash-3.0-manpage.patch | 15 +
.../bash-slotted/files/bash-3.0-multibyteifs.patch | 281 +++++++++++++++
.../files/bash-3.0-pgrp-pipe-fix.patch | 20 +
.../bash-slotted/files/bash-3.0-protos.patch | 68 ++++
app-shells/bash-slotted/files/bash-3.0-pwd.patch | 16 +
app-shells/bash-slotted/files/bash-3.0-rbash.patch | 18 +
.../files/bash-3.0-read-builtin-pipe.patch | 20 +
.../bash-slotted/files/bash-3.0-read-memleak.patch | 15 +
.../bash-slotted/files/bash-3.0-strnlen.patch | 175 +++++++++
.../bash-slotted/files/bash-3.0-subshell.patch | 39 ++
.../files/bash-3.0-trap-fg-signals.patch | 23 ++
.../bash-slotted/files/bash-3.0-ulimit.patch | 186 ++++++++++
.../files/bash-3.0-volatile-command.patch | 16 +
.../files/bash-3.1-dev-fd-buffer-overflow.patch | 16 +
.../files/bash-3.1-dev-fd-test-as-user.patch | 14 +
.../files/bash-3.1-fix-dash-login-shell.patch | 52 +++
.../bash-slotted/files/bash-3.1-protos.patch | 67 ++++
.../bash-slotted/files/bash-3.1-ulimit.patch | 122 +++++++
.../files/bash-3.2-dev-fd-test-as-user.patch | 26 ++
.../files/bash-3.2-ldflags-for-build.patch | 37 ++
.../bash-slotted/files/bash-3.2-loadables.patch | 239 ++++++++++++
.../files/bash-3.2-process-subst.patch | 12 +
.../bash-slotted/files/bash-3.2-protos.patch | 57 +++
.../files/bash-3.2-session-leader.patch | 65 ++++
.../bash-slotted/files/bash-3.2-ulimit.patch | 13 +
.../bash-slotted/files/bash-4.0-configure.patch | 25 ++
.../files/bash-4.0-ldflags-for-build.patch | 15 +
.../files/bash-4.0-negative-return.patch | 33 ++
.../files/bash-4.0-parallel-build.patch | 65 ++++
.../bash-slotted/files/bash-4.1-fbsd-eaccess.patch | 29 ++
.../files/bash-4.1-parallel-build.patch | 23 ++
.../files/bash-4.2-dev-fd-buffer-overflow.patch | 46 +++
.../files/bash-4.2-execute-job-control.patch | 24 ++
.../bash-slotted/files/bash-4.2-no-readline.patch | 19 +
.../files/bash-4.2-parallel-build.patch | 106 ++++++
.../bash-slotted/files/bash-4.2-read-retry.patch | 41 +++
.../files/bash-4.2-speed-up-read-N.patch | 112 ++++++
.../bash-slotted/files/bash-4.3-arrayfunc.patch | 15 +
....3-mapfile-improper-array-name-validation.patch | 13 +
.../bash-slotted/files/bash-4.3-protos.patch | 10 +
.../files/bash-4.4-jobs_overflow.patch | 14 +
.../files/bash-4.4-popd-offset-overflow.patch | 30 ++
.../files/bash-4.4-set-SHOBJ_STATUS.patch | 14 +
.../files/bash-4.x-deferred-heredocs.patch | 47 +++
.../files/bash-5.0-history-append.patch | 34 ++
.../files/bash-5.0-syslog-history-extern.patch | 15 +
app-shells/bash-slotted/metadata.xml | 19 +
app-shells/bash/Manifest | 90 ++++-
app-shells/bash/bash-4.3_p48.ebuild | 17 +
app-shells/bash/bash-4.4_p23.ebuild | 15 +
app-shells/bash/bash-5.0_p18.ebuild | 262 +-------------
app-shells/bash/bash-5.1_p4.ebuild | 260 +------------
app-shells/bash/bash-9999.ebuild | 257 +------------
app-shells/bash/bash-99999.ebuild | 257 +------------
app-shells/bash/files/bash-4.3-arrayfunc.patch | 15 +
....3-mapfile-improper-array-name-validation.patch | 13 +
app-shells/bash/files/bash-4.3-protos.patch | 10 +
app-shells/bash/files/bash-4.4-jobs_overflow.patch | 14 +
.../bash/files/bash-4.4-popd-offset-overflow.patch | 30 ++
.../bash/files/bash-4.4-set-SHOBJ_STATUS.patch | 14 +
.../bash-5.0-assignment-preceding-builtin.patch | 83 -----
dev-util/geany-json-prettifier/Manifest | 6 +-
.../geany-json-prettifier-1.5.ebuild | 4 +-
eclass/bash-build.eclass | 355 ++++++++++++++++++
net-dns/dnscrypt-proxy-multi/Manifest | 4 +-
.../files/dnscrypt-proxy-multi-chroot.initd | 10 +-
.../files/dnscrypt-proxy-multi.initd | 2 +-
net-p2p/rtorrent/Manifest | 10 +-
...{rtorrent-chroot.conf => rtorrent-chroot.confd} | 0
...{rtorrent-chroot.init => rtorrent-chroot.initd} | 2 +-
.../files/{rtorrent.conf => rtorrent.confd} | 0
.../files/{rtorrent.init => rtorrent.initd} | 2 +-
...nt-0.9.6-r1.ebuild => rtorrent-0.9.6-r2.ebuild} | 8 +-
net-vpn/tor/Manifest | 6 +-
net-vpn/tor/files/0.2.8.9/tor-chroot.initd | 6 +-
...{tor-0.2.8.17.ebuild => tor-0.2.8.17-r1.ebuild} | 2 +-
...{tor-0.3.1.10.ebuild => tor-0.3.1.10-r1.ebuild} | 2 +-
sys-apps/killtree/Manifest | 4 +-
....07.21-r1.ebuild => killtree-2021.03.16.ebuild} | 2 +-
sys-apps/libfind/Manifest | 4 +-
...8.05.27-r1.ebuild => libfind-2021.03.16.ebuild} | 2 +-
sys-apps/openrc/Manifest | 7 +
.../openrc/files/openrc-0.42.1-776010-fix.patch | 13 +
sys-apps/openrc/files/openrc-0.42.1-gcc-10.patch | 48 +++
sys-apps/openrc/files/openrc.logrotate | 4 +
sys-apps/openrc/files/start-stop-daemon.pam | 2 +
sys-apps/openrc/metadata.xml | 23 ++
sys-apps/openrc/openrc-0.42.1-r2.ebuild | 201 +++++++++++
sys-apps/rcopy/Manifest | 4 +-
...018.05.28-r1.ebuild => rcopy-2021.03.16.ebuild} | 2 +-
129 files changed, 4995 insertions(+), 1144 deletions(-)
create mode 100644 app-shells/bash-slotted/Manifest
create mode 100644 app-shells/bash-slotted/bash-slotted-2.05b.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-3.0.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-3.0_p22.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-3.1.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-3.1_p23.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-3.2.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-3.2_p53.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.0.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.0_p44.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.1.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.1_p17.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.2.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.2_p53.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.3.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.3_p48.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.4.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-4.4_p23.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-5.0.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-5.0_p18.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-5.1.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-5.1_p4.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-9999.ebuild
create mode 100644 app-shells/bash-slotted/bash-slotted-99999.ebuild
create mode 100644 app-shells/bash-slotted/files/autoconf-mktime-2.53.patch
create mode 100644 app-shells/bash-slotted/files/autoconf-mktime-2.59.patch
create mode 100644 app-shells/bash-slotted/files/bash-2.05b-destdir.patch
create mode 100644 app-shells/bash-slotted/files/bash-2.05b-empty-herestring.patch
create mode 100644 app-shells/bash-slotted/files/bash-2.05b-fix-job-warning.patch
create mode 100644 app-shells/bash-slotted/files/bash-2.05b-jobs.patch
create mode 100644 app-shells/bash-slotted/files/bash-2.05b-parallel-build.patch
create mode 100644 app-shells/bash-slotted/files/bash-2.05b-protos.patch
create mode 100644 app-shells/bash-slotted/files/bash-2.05b-rbash.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-afs.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-crash.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-darwin-conn.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-histtimeformat.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-jobs.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-locale.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-manpage.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-multibyteifs.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-pgrp-pipe-fix.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-protos.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-pwd.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-rbash.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-read-builtin-pipe.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-read-memleak.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-strnlen.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-subshell.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-trap-fg-signals.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-ulimit.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.0-volatile-command.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.1-dev-fd-buffer-overflow.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.1-dev-fd-test-as-user.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.1-fix-dash-login-shell.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.1-protos.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.1-ulimit.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.2-dev-fd-test-as-user.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.2-ldflags-for-build.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.2-loadables.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.2-process-subst.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.2-protos.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.2-session-leader.patch
create mode 100644 app-shells/bash-slotted/files/bash-3.2-ulimit.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.0-configure.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.0-ldflags-for-build.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.0-negative-return.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.0-parallel-build.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.1-fbsd-eaccess.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.1-parallel-build.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.2-dev-fd-buffer-overflow.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.2-execute-job-control.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.2-no-readline.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.2-parallel-build.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.2-read-retry.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.2-speed-up-read-N.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.3-arrayfunc.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.3-mapfile-improper-array-name-validation.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.3-protos.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.4-jobs_overflow.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.4-popd-offset-overflow.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.4-set-SHOBJ_STATUS.patch
create mode 100644 app-shells/bash-slotted/files/bash-4.x-deferred-heredocs.patch
create mode 100644 app-shells/bash-slotted/files/bash-5.0-history-append.patch
create mode 100644 app-shells/bash-slotted/files/bash-5.0-syslog-history-extern.patch
create mode 100644 app-shells/bash-slotted/metadata.xml
create mode 100644 app-shells/bash/bash-4.3_p48.ebuild
create mode 100644 app-shells/bash/bash-4.4_p23.ebuild
create mode 100644 app-shells/bash/files/bash-4.3-arrayfunc.patch
create mode 100644 app-shells/bash/files/bash-4.3-mapfile-improper-array-name-validation.patch
create mode 100644 app-shells/bash/files/bash-4.3-protos.patch
create mode 100644 app-shells/bash/files/bash-4.4-jobs_overflow.patch
create mode 100644 app-shells/bash/files/bash-4.4-popd-offset-overflow.patch
create mode 100644 app-shells/bash/files/bash-4.4-set-SHOBJ_STATUS.patch
delete mode 100644 app-shells/bash/files/bash-5.0-assignment-preceding-builtin.patch
create mode 100644 eclass/bash-build.eclass
rename net-p2p/rtorrent/files/{rtorrent-chroot.conf => rtorrent-chroot.confd} (100%)
rename net-p2p/rtorrent/files/{rtorrent-chroot.init => rtorrent-chroot.initd} (99%)
rename net-p2p/rtorrent/files/{rtorrent.conf => rtorrent.confd} (100%)
rename net-p2p/rtorrent/files/{rtorrent.init => rtorrent.initd} (96%)
rename net-p2p/rtorrent/{rtorrent-0.9.6-r1.ebuild => rtorrent-0.9.6-r2.ebuild} (90%)
rename net-vpn/tor/{tor-0.2.8.17.ebuild => tor-0.2.8.17-r1.ebuild} (98%)
rename net-vpn/tor/{tor-0.3.1.10.ebuild => tor-0.3.1.10-r1.ebuild} (98%)
rename sys-apps/killtree/{killtree-2018.07.21-r1.ebuild => killtree-2021.03.16.ebuild} (92%)
rename sys-apps/libfind/{libfind-2018.05.27-r1.ebuild => libfind-2021.03.16.ebuild} (92%)
create mode 100644 sys-apps/openrc/Manifest
create mode 100644 sys-apps/openrc/files/openrc-0.42.1-776010-fix.patch
create mode 100644 sys-apps/openrc/files/openrc-0.42.1-gcc-10.patch
create mode 100644 sys-apps/openrc/files/openrc.logrotate
create mode 100644 sys-apps/openrc/files/start-stop-daemon.pam
create mode 100644 sys-apps/openrc/metadata.xml
create mode 100644 sys-apps/openrc/openrc-0.42.1-r2.ebuild
rename sys-apps/rcopy/{rcopy-2018.05.28-r1.ebuild => rcopy-2021.03.16.ebuild} (92%)
*** synced konsolebox
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 konsolebox
* Cache regenerated successfully
|