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
|
{'description': {'en': 'The overlay contains new or updated security tools.'},
'homepage': 'http://www.pentoo.ch',
'name': 'pentoo',
'owner': [{'email': 'zerochaos@gentoo.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/pentoo/pentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/pentoo/pentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:pentoo/pentoo-overlay.git'}],
'status': 'official'}
$ pmaint sync pentoo
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing pentoo
From https://github.com/pentoo/pentoo-overlay
91c06c21..a2310afd master -> origin/master
Updating 91c06c21..a2310afd
Fast-forward
...{autofdo-0.16.ebuild => autofdo-0.16-r1.ebuild} | 14 +-
sys-devel/autofdo/files/0.16_issue55.patch | 13 +
.../72b7f86b920a35b02faed94afc685fd2d517fc78.patch | 1512 ++++++++++++++++++++
3 files changed, 1536 insertions(+), 3 deletions(-)
rename sys-devel/autofdo/{autofdo-0.16.ebuild => autofdo-0.16-r1.ebuild} (70%)
create mode 100644 sys-devel/autofdo/files/0.16_issue55.patch
create mode 100644 sys-devel/autofdo/files/72b7f86b920a35b02faed94afc685fd2d517fc78.patch
*** synced pentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pentoo
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
* Cache regenerated successfully
|