1 | {'description': {'en': 'Official Gentoo ebuild repository'},
|
2 | 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
|
3 | 'homepage': 'https://gentoo.org/',
|
4 | 'name': 'gentoo',
|
5 | 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
|
6 | 'quality': 'core',
|
7 | 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
|
8 | {'type': 'git',
|
9 | 'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
|
10 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
|
13 | 'status': 'official'}
|
14 | $ pmaint sync gentoo
|
15 | From https://anongit.gentoo.org/git/repo/gentoo
|
16 | 9a947d8e14c..60fb5b9af1b master -> origin/master
|
17 | Updating 9a947d8e14c..60fb5b9af1b
|
18 | Fast-forward
|
19 | dev-java/icedtea-bin/Manifest | 6 +
|
20 | dev-java/icedtea-bin/icedtea-bin-3.13.0.ebuild | 5 +-
|
21 | dev-lang/rust-bin/Manifest | 13 +
|
22 | dev-lang/rust-bin/rust-bin-1.37.0.ebuild | 158 ++++++++++++
|
23 | dev-lang/rust/Manifest | 14 ++
|
24 | dev-lang/rust/rust-1.37.0.ebuild | 326 +++++++++++++++++++++++++
|
25 | sys-apps/fd/fd-7.3.0.ebuild | 2 +-
|
26 | virtual/cargo/cargo-1.37.0.ebuild | 17 ++
|
27 | virtual/rust/rust-1.37.0.ebuild | 15 ++
|
28 | 9 files changed, 554 insertions(+), 2 deletions(-)
|
29 | create mode 100644 dev-lang/rust-bin/rust-bin-1.37.0.ebuild
|
30 | create mode 100644 dev-lang/rust/rust-1.37.0.ebuild
|
31 | create mode 100644 virtual/cargo/cargo-1.37.0.ebuild
|
32 | create mode 100644 virtual/rust/rust-1.37.0.ebuild
|
33 | *** syncing gentoo
|
34 | *** synced gentoo
|
35 | * Sync succeeded
|
36 | $ git log --format=%ci -1
|
37 | $ git show -q --pretty=format:%G? HEAD
|
38 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
|
39 | * Cache regenerated successfully
|