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
   67768459cb8..5efcfacec71  master     -> origin/master
30
Updating 67768459cb8..5efcfacec71
31
Fast-forward
32
 dev-python/boto3/Manifest                          |  1 +
33
 dev-python/boto3/boto3-1.16.25.ebuild              | 56 +++++++++++++++++
34
 dev-python/botocore/Manifest                       |  1 +
35
 dev-python/botocore/botocore-1.19.25.ebuild        | 59 ++++++++++++++++++
36
 dev-python/cfn-python-lint/Manifest                |  1 +
37
 .../cfn-python-lint/cfn-python-lint-0.42.0.ebuild  | 55 +++++++++++++++++
38
 dev-python/cheroot/Manifest                        |  1 +
39
 dev-python/cheroot/cheroot-8.4.8.ebuild            | 54 ++++++++++++++++
40
 dev-python/confuse/Manifest                        |  1 +
41
 dev-python/confuse/confuse-1.4.0.ebuild            | 29 +++++++++
42
 dev-python/confuse/metadata.xml                    |  9 ++-
43
 dev-python/httpretty/Manifest                      |  1 +
44
 dev-python/httpretty/httpretty-1.0.3.ebuild        | 49 +++++++++++++++
45
 dev-python/python-heatclient/Manifest              |  1 -
46
 .../python-heatclient-1.17.0.ebuild                | 72 ----------------------
47
 dev-python/python-troveclient/Manifest             |  1 -
48
 .../python-troveclient-2.17.0.ebuild               | 61 ------------------
49
 dev-python/python-zunclient/Manifest               |  1 -
50
 .../python-zunclient/python-zunclient-4.0.1.ebuild | 33 ----------
51
 dev-python/pyudev/pyudev-0.22.0.ebuild             |  2 +-
52
 dev-python/qtconsole/Manifest                      |  1 +
53
 dev-python/qtconsole/qtconsole-5.0.1.ebuild        | 47 ++++++++++++++
54
 dev-python/secretstorage/Manifest                  |  1 +
55
 .../secretstorage/secretstorage-3.3.0.ebuild       | 50 +++++++++++++++
56
 dev-python/setproctitle/Manifest                   |  1 +
57
 .../files/setproctitle-1.2-pypy3.patch             | 46 ++++++++++++++
58
 dev-python/setproctitle/setproctitle-1.2.ebuild    | 21 +++++++
59
 27 files changed, 484 insertions(+), 171 deletions(-)
60
 create mode 100644 dev-python/boto3/boto3-1.16.25.ebuild
61
 create mode 100644 dev-python/botocore/botocore-1.19.25.ebuild
62
 create mode 100644 dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild
63
 create mode 100644 dev-python/cheroot/cheroot-8.4.8.ebuild
64
 create mode 100644 dev-python/confuse/confuse-1.4.0.ebuild
65
 create mode 100644 dev-python/httpretty/httpretty-1.0.3.ebuild
66
 delete mode 100644 dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
67
 delete mode 100644 dev-python/python-troveclient/python-troveclient-2.17.0.ebuild
68
 delete mode 100644 dev-python/python-zunclient/python-zunclient-4.0.1.ebuild
69
 create mode 100644 dev-python/qtconsole/qtconsole-5.0.1.ebuild
70
 create mode 100644 dev-python/secretstorage/secretstorage-3.3.0.ebuild
71
 create mode 100644 dev-python/setproctitle/files/setproctitle-1.2-pypy3.patch
72
 create mode 100644 dev-python/setproctitle/setproctitle-1.2.ebuild
73
*** syncing gentoo
74
*** synced gentoo
75
 * Sync succeeded
76
$ git log --format=%ci -1
77
$ git show -q --pretty=format:%G? HEAD
78
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
79
 * Cache regenerated successfully