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
|
{'description': {'en': 'rust modules and tools'},
'feed': ['https://github.com/gentoo/gentoo-rust/commits/master.atom'],
'homepage': 'https://github.com/gentoo/gentoo-rust',
'name': 'rust',
'owner': [{'email': 'rust@gentoo.org',
'name': 'Rust Team',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/gentoo/gentoo-rust.git'},
{'type': 'git', 'uri': 'git://github.com/gentoo/gentoo-rust.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo/gentoo-rust.git'}],
'status': 'unofficial'}
$ pmaint sync rust
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 rust
From https://github.com/gentoo/gentoo-rust
e1143e3..5b0b4a9 master -> origin/master
Updating e1143e3..5b0b4a9
Fast-forward
.../rust/files/rust-9999-fix-clippy-sysroot.patch | 120 ++++++++++-----------
.../rust/files/rust-9999-fix-codegen-path.patch | 92 ++++++++++++++++
dev-lang/rust/rust-9999.ebuild | 4 +-
3 files changed, 154 insertions(+), 62 deletions(-)
create mode 100644 dev-lang/rust/files/rust-9999-fix-codegen-path.patch
*** synced rust
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 rust
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
|