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
|
{'description': {'en': u'Additionnal goals; experiments, necromancy, portability, diversity, \u2026',
'fr': u'Buts additionnels; Exp\xe9rimentations, n\xe9cromancie, portabilit\xe9e, diversit\xe9e, \u2026'},
'feed': ['https://hacktivis.me/git/overlay/atom.xml'],
'homepage': 'https://hacktivis.me/git/overlay',
'name': 'lanodanOverlay',
'owner': [{'email': 'contact@hacktivis.me',
'name': 'Haelwenn (lanodan) Monnier',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/lanodan/overlay.git'},
{'type': 'git', 'uri': 'git://hacktivis.me/git/overlay.git'},
{'type': 'git', 'uri': 'git://gitlab.com/lanodan/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync lanodanOverlay
WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/jkolo'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/jkolo', named 'jkolo', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing lanodanOverlay
From https://gitlab.com/lanodan/overlay
57b8a20..0e9adaf master -> origin/master
Updating 57b8a20..0e9adaf
Fast-forward
net-misc/openssh/files/sshd-r1.confd | 33 +++++
net-misc/openssh/files/sshd.initd | 89 ++++++++++++++
net-misc/openssh/files/sshd.pam_include.2 | 4 +
net-misc/openssh/files/sshd.service | 11 ++
net-misc/openssh/files/sshd.socket | 10 ++
net-misc/openssh/files/sshd_at.service | 8 ++
net-misc/openssh/metadata.xml | 32 +++++
net-misc/openssh/openssh-7.9_p9999.ebuild | 196 ++++++++++++++++++++++++++++++
8 files changed, 383 insertions(+)
create mode 100644 net-misc/openssh/files/sshd-r1.confd
create mode 100644 net-misc/openssh/files/sshd.initd
create mode 100644 net-misc/openssh/files/sshd.pam_include.2
create mode 100644 net-misc/openssh/files/sshd.service
create mode 100644 net-misc/openssh/files/sshd.socket
create mode 100644 net-misc/openssh/files/sshd_at.service
create mode 100644 net-misc/openssh/metadata.xml
create mode 100644 net-misc/openssh/openssh-7.9_p9999.ebuild
*** synced lanodanOverlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 lanodanOverlay
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|