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': '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
From https://github.com/gentoo/gentoo-rust
da928cc..d275275 master -> origin/master
Updating da928cc..d275275
Fast-forward
app-shells/starship/Manifest | 152 ++++++++++++++
dev-lang/rust-bin/rust-bin-9999.ebuild | 41 +++-
dev-lang/rust/Manifest | 2 +-
...-1.45.0-r666.ebuild => rust-1.45.1-r666.ebuild} | 0
dev-util/cargo-generate/Manifest | 207 +++++++++++++++++++
.../cargo-generate/cargo-generate-0.5.0.ebuild | 230 +++++++++++++++++++++
eclass/cargo.eclass | 2 +-
...-1.45.0-r666.ebuild => rust-1.45.1-r666.ebuild} | 0
8 files changed, 630 insertions(+), 4 deletions(-)
create mode 100644 app-shells/starship/Manifest
rename dev-lang/rust/{rust-1.45.0-r666.ebuild => rust-1.45.1-r666.ebuild} (100%)
create mode 100644 dev-util/cargo-generate/Manifest
create mode 100644 dev-util/cargo-generate/cargo-generate-0.5.0.ebuild
rename virtual/rust/{rust-1.45.0-r666.ebuild => rust-1.45.1-r666.ebuild} (100%)
*** syncing rust
*** 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
* Cache regenerated successfully
|