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 | warning: Pulling without specifying how to reconcile divergent branches is
|
16 | discouraged. You can squelch this message by running one of the following
|
17 | commands sometime before your next pull:
|
18 |
|
19 | git config pull.rebase false # merge (the default strategy)
|
20 | git config pull.rebase true # rebase
|
21 | git config pull.ff only # fast-forward only
|
22 |
|
23 | You can replace "git config" with "git config --global" to set a default
|
24 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
25 | or --ff-only on the command line to override the configured default per
|
26 | invocation.
|
27 |
|
28 | From https://anongit.gentoo.org/git/repo/gentoo
|
29 | cdb5d4fc126..b484284a7bf master -> origin/master
|
30 | Updating cdb5d4fc126..b484284a7bf
|
31 | Fast-forward
|
32 | ...elican-4.2.0.ebuild => pelican-4.2.0-r1.ebuild} | 15 +-
|
33 | ...elican-4.5.1.ebuild => pelican-4.5.1-r1.ebuild} | 15 +-
|
34 | dev-libs/libcbor/libcbor-0.8.0.ebuild | 1 +
|
35 | dev-ml/jbuilder/jbuilder-1.0_beta14.ebuild | 9 +-
|
36 | dev-python/ipython/ipython-7.19.0-r1.ebuild | 1 +
|
37 | dev-python/ipython/ipython-7.20.0.ebuild | 1 +
|
38 | ...1.27.ebuild => pytest-salt-2020.1.27-r1.ebuild} | 1 +
|
39 | dev-ruby/facter/Manifest | 1 +
|
40 | dev-ruby/facter/facter-3.14.16.ebuild | 99 +++
|
41 | dev-util/perf/perf-5.9.9.ebuild | 4 +-
|
42 | media-libs/openal/metadata.xml | 3 +
|
43 | ...penal-1.21.1.ebuild => openal-1.21.1-r1.ebuild} | 4 +-
|
44 | net-misc/httpie/Manifest | 1 -
|
45 | net-misc/httpie/httpie-2.2.0.ebuild | 39 -
|
46 | net-print/cups-filters/metadata.xml | 23 +-
|
47 | profiles/arch/alpha/package.use.mask | 5 +
|
48 | profiles/arch/arm/package.use.mask | 5 +
|
49 | profiles/arch/arm64/package.use.mask | 5 +
|
50 | profiles/arch/hppa/package.use.mask | 5 +
|
51 | profiles/arch/ia64/package.use.mask | 5 +
|
52 | profiles/arch/mips/package.use.mask | 5 +
|
53 | profiles/arch/powerpc/ppc32/package.use.mask | 5 +
|
54 | profiles/arch/powerpc/ppc64/package.use.mask | 5 +
|
55 | profiles/arch/sparc/package.use.mask | 5 +
|
56 | profiles/arch/x86/package.use.mask | 5 +
|
57 | .../files/lapack-3.9.0-deprecated-headers.patch | 141 ++++
|
58 | sci-libs/lapack/lapack-3.8.0-r1.ebuild | 4 +-
|
59 | sci-libs/lapack/lapack-3.8.0.ebuild | 4 +-
|
60 | ...{lapack-3.9.0.ebuild => lapack-3.9.0-r1.ebuild} | 13 +-
|
61 | sys-devel/bc/files/bc-1.07.1-no-ed-its-sed.patch | 3 +-
|
62 | www-client/chromium/Manifest | 1 +
|
63 | www-client/chromium/chromium-88.0.4324.150.ebuild | 901 +++++++++++++++++++++
|
64 | 32 files changed, 1256 insertions(+), 78 deletions(-)
|
65 | rename app-text/pelican/{pelican-4.2.0.ebuild => pelican-4.2.0-r1.ebuild} (95%)
|
66 | rename app-text/pelican/{pelican-4.5.1.ebuild => pelican-4.5.1-r1.ebuild} (95%)
|
67 | rename dev-python/pytest-salt/{pytest-salt-2020.1.27.ebuild => pytest-salt-2020.1.27-r1.ebuild} (95%)
|
68 | create mode 100644 dev-ruby/facter/facter-3.14.16.ebuild
|
69 | rename media-libs/openal/{openal-1.21.1.ebuild => openal-1.21.1-r1.ebuild} (93%)
|
70 | delete mode 100644 net-misc/httpie/httpie-2.2.0.ebuild
|
71 | create mode 100644 sci-libs/lapack/files/lapack-3.9.0-deprecated-headers.patch
|
72 | rename sci-libs/lapack/{lapack-3.9.0.ebuild => lapack-3.9.0-r1.ebuild} (91%)
|
73 | create mode 100644 www-client/chromium/chromium-88.0.4324.150.ebuild
|
74 | *** syncing gentoo
|
75 | *** synced gentoo
|
76 | * Sync succeeded
|
77 | $ git log --format=%ci -1
|
78 | $ git show -q --pretty=format:%G? HEAD
|
79 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
|
80 | * Cache regenerated successfully
|