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
|
{'description': {'en': 'Personal overlay of Vasiliy Yeremeyev'},
'feed': ['https://github.com/vayerx/vayerx-gentoo/commits/master.atom'],
'homepage': 'https://github.com/vayerx/vayerx-gentoo/',
'name': 'vayerx',
'owner': [{'email': 'vayerx@gmail.com',
'name': 'Vasiliy Yeremeyev',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/vayerx/vayerx-gentoo.git'},
{'type': 'git',
'uri': 'git://github.com/vayerx/vayerx-gentoo.git'},
{'type': 'git', 'uri': 'git@github.com:vayerx/vayerx-gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync vayerx
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
*** syncing vayerx
From https://github.com/vayerx/vayerx-gentoo
5f1c9b9..db38285 master -> origin/master
Updating 5f1c9b9..db38285
Fast-forward
dev-libs/boost/Manifest | 89 ++--
dev-libs/boost/boost-1.67.0-r666.ebuild | 14 +
dev-libs/boost/files/boost-1.67.0-fix-python.patch | 153 ++++++
dev-libs/libhdfs3/Manifest | 2 +
.../libhdfs3/files/9999-fix_install_headers.patch | 26 +
dev-libs/libhdfs3/libhdfs3-9999.ebuild | 34 ++
dev-util/boost-build/Manifest | 60 +--
.../boost-build/boost-build-1.67.0-r666.ebuild | 17 +
.../files/boost-build-1.54.0-fix-test.patch | 11 +
dev-util/boost-build/files/site-config.jam | 6 +-
eclass/boost-1.67.0.ebuild | 419 ++++++++++++++++
eclass/slotted-boost-build-r67.eclass | 138 ++++++
eclass/slotted-boost-r67.eclass | 541 +++++++++++++++++++++
13 files changed, 1435 insertions(+), 75 deletions(-)
create mode 100644 dev-libs/boost/boost-1.67.0-r666.ebuild
create mode 100644 dev-libs/boost/files/boost-1.67.0-fix-python.patch
create mode 100644 dev-libs/libhdfs3/Manifest
create mode 100644 dev-libs/libhdfs3/files/9999-fix_install_headers.patch
create mode 100644 dev-libs/libhdfs3/libhdfs3-9999.ebuild
create mode 100644 dev-util/boost-build/boost-build-1.67.0-r666.ebuild
create mode 100644 dev-util/boost-build/files/boost-build-1.54.0-fix-test.patch
create mode 100644 eclass/boost-1.67.0.ebuild
create mode 100644 eclass/slotted-boost-build-r67.eclass
create mode 100644 eclass/slotted-boost-r67.eclass
*** synced vayerx
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 vayerx
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
|