gentoo

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
   ade78be983c..17285669c25  master     -> origin/master
30
Updating ade78be983c..17285669c25
31
Fast-forward
32
 dev-db/phpmyadmin/phpmyadmin-4.9.6.ebuild          |   2 +-
33
 dev-libs/re2/re2-0.2020.11.01.ebuild               |   2 +-
34
 dev-perl/DBD-SQLite/DBD-SQLite-1.660.0.ebuild      |   2 +-
35
 dev-python/osprofiler/Manifest                     |   1 -
36
 dev-python/osprofiler/osprofiler-2.6.0.ebuild      |  30 ----
37
 dev-python/osprofiler/osprofiler-3.4.0.ebuild      |   2 +-
38
 dev-python/pbr/pbr-5.5.0-r1.ebuild                 |   2 +-
39
 dev-python/pytest/pytest-6.0.2.ebuild              |   2 +-
40
 dev-python/python-blazarclient/Manifest            |   1 -
41
 .../python-blazarclient-2.1.0.ebuild               |  36 ----
42
 .../python-blazarclient-3.1.1.ebuild               |   2 +-
43
 dev-python/python-ceilometerclient/Manifest        |   1 -
44
 .../python-ceilometerclient-2.6.2-r2.ebuild        |  37 ----
45
 .../python-ceilometerclient-2.9.0.ebuild           |   2 +-
46
 dev-python/python-keystoneclient/Manifest          |   1 -
47
 .../python-keystoneclient-4.0.0.ebuild             |  43 -----
48
 .../python-keystoneclient-4.1.1.ebuild             |   2 +-
49
 dev-python/python-magnumclient/Manifest            |   1 -
50
 .../python-magnumclient-2.12.0.ebuild              |  46 -----
51
 .../python-magnumclient-3.2.1.ebuild               |   2 +-
52
 dev-python/python-mistralclient/Manifest           |   1 -
53
 .../python-mistralclient-3.8.1.ebuild              |  41 -----
54
 .../python-mistralclient-4.1.1.ebuild              |   2 +-
55
 dev-python/python-monascaclient/Manifest           |   1 -
56
 .../python-monascaclient-1.15.0.ebuild             |  40 -----
57
 .../python-monascaclient-2.2.1.ebuild              |   2 +-
58
 .../python-novaclient-17.2.1.ebuild                |   2 +-
59
 dev-python/python-vitrageclient/Manifest           |   1 -
60
 .../python-vitrageclient-4.0.1.ebuild              |  29 ----
61
 .../python-vitrageclient-4.1.1.ebuild              |   2 +-
62
 dev-python/pyzmq/Manifest                          |   1 -
63
 dev-python/pyzmq/files/pyzmq-19.0.0-tests.patch    | 186 ---------------------
64
 dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild     |  64 -------
65
 dev-python/pyzmq/pyzmq-19.0.2.ebuild               |   2 +-
66
 dev-ruby/pdf-core/Manifest                         |   1 +
67
 dev-ruby/pdf-core/pdf-core-0.9.0.ebuild            |  30 ++++
68
 games-util/pyfa/Manifest                           |   2 +-
69
 .../{pyfa-2.29.0.ebuild => pyfa-2.31.0.ebuild}     |   0
70
 games-util/pyfa/pyfa-9999.ebuild                   |  12 +-
71
 media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild  |   2 +-
72
 sci-libs/libaec/libaec-1.0.4.ebuild                |   2 +-
73
 .../ncurses-compat-6.1_p20190609.ebuild            |   2 +-
74
 www-client/chromium/chromium-87.0.4280.66.ebuild   |   2 +-
75
 43 files changed, 53 insertions(+), 591 deletions(-)
76
 delete mode 100644 dev-python/osprofiler/osprofiler-2.6.0.ebuild
77
 delete mode 100644 dev-python/python-blazarclient/python-blazarclient-2.1.0.ebuild
78
 delete mode 100644 dev-python/python-ceilometerclient/python-ceilometerclient-2.6.2-r2.ebuild
79
 delete mode 100644 dev-python/python-keystoneclient/python-keystoneclient-4.0.0.ebuild
80
 delete mode 100644 dev-python/python-magnumclient/python-magnumclient-2.12.0.ebuild
81
 delete mode 100644 dev-python/python-mistralclient/python-mistralclient-3.8.1.ebuild
82
 delete mode 100644 dev-python/python-monascaclient/python-monascaclient-1.15.0.ebuild
83
 delete mode 100644 dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild
84
 delete mode 100644 dev-python/pyzmq/files/pyzmq-19.0.0-tests.patch
85
 delete mode 100644 dev-python/pyzmq/pyzmq-19.0.1_p20200608.ebuild
86
 create mode 100644 dev-ruby/pdf-core/pdf-core-0.9.0.ebuild
87
 rename games-util/pyfa/{pyfa-2.29.0.ebuild => pyfa-2.31.0.ebuild} (100%)
88
*** syncing gentoo
89
*** synced gentoo
90
 * Sync succeeded
91
$ git log --format=%ci -1
92
$ git show -q --pretty=format:%G? HEAD
93
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
94
 * Cache regenerated successfully