summaryrefslogtreecommitdiff
blob: 4f2fefb870ba3a053f9a161737de1881687c13de (plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{'description': {'en': 'Official Gentoo ebuild repository'},
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
 'homepage': 'https://gentoo.org/',
 'name': 'gentoo',
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
 'quality': 'core',
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
            {'type': 'git',
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
 'status': 'official'}
$ pmaint sync gentoo
WARNING:pkgcore:SwordArMor repo at '/var/lib/repo-mirror-ci/sync/SwordArMor', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:SwordArMor repo at '/var/lib/repo-mirror-ci/sync/SwordArMor', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing gentoo
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://anongit.gentoo.org/git/repo/gentoo
   60c757d207a..22aba2f719c  master     -> origin/master
Updating 60c757d207a..22aba2f719c
Fast-forward
 dev-java/protobuf-java/Manifest                    |  11 +-
 ...a-3.12.4.ebuild => protobuf-java-3.15.0.ebuild} |   4 +-
 ...a-3.12.2.ebuild => protobuf-java-3.15.1.ebuild} |   7 +-
 dev-java/protobuf-java/protobuf-java-3.15.2.ebuild |  56 +++++++++
 dev-java/protobuf-java/protobuf-java-3.15.3.ebuild |  56 +++++++++
 dev-java/protobuf-java/protobuf-java-3.15.4.ebuild |  56 +++++++++
 dev-java/protobuf-java/protobuf-java-3.15.5.ebuild |  56 +++++++++
 dev-java/protobuf-java/protobuf-java-3.15.6.ebuild |  56 +++++++++
 dev-java/protobuf-java/protobuf-java-3.15.7.ebuild |  56 +++++++++
 dev-java/protobuf-java/protobuf-java-3.15.8.ebuild |  56 +++++++++
 dev-libs/protobuf/Manifest                         |  11 +-
 ... protobuf-3.15.0-disable_no-warning-test.patch} |   4 +-
 ...rotobuf-3.15.0-protoc_input_output_files.patch} | 136 +++++++++------------
 ...atch => protobuf-3.15.0-system_libraries.patch} |  10 +-
 ...otobuf-3.12.4.ebuild => protobuf-3.15.0.ebuild} |  14 +--
 ...otobuf-3.12.2.ebuild => protobuf-3.15.1.ebuild} |  15 ++-
 dev-libs/protobuf/protobuf-3.15.2.ebuild           | 131 ++++++++++++++++++++
 dev-libs/protobuf/protobuf-3.15.3.ebuild           | 131 ++++++++++++++++++++
 dev-libs/protobuf/protobuf-3.15.4.ebuild           | 131 ++++++++++++++++++++
 dev-libs/protobuf/protobuf-3.15.5.ebuild           | 131 ++++++++++++++++++++
 dev-libs/protobuf/protobuf-3.15.6.ebuild           | 131 ++++++++++++++++++++
 dev-libs/protobuf/protobuf-3.15.7.ebuild           | 131 ++++++++++++++++++++
 dev-libs/protobuf/protobuf-3.15.8.ebuild           | 131 ++++++++++++++++++++
 dev-libs/protobuf/protobuf-9999.ebuild             |   6 +-
 dev-python/protobuf-python/Manifest                |  11 +-
 ...2.4-r1.ebuild => protobuf-python-3.15.0.ebuild} |  13 +-
 ...2.2-r1.ebuild => protobuf-python-3.15.1.ebuild} |  15 +--
 .../protobuf-python/protobuf-python-3.15.2.ebuild  |  66 ++++++++++
 .../protobuf-python/protobuf-python-3.15.3.ebuild  |  66 ++++++++++
 .../protobuf-python/protobuf-python-3.15.4.ebuild  |  66 ++++++++++
 .../protobuf-python/protobuf-python-3.15.5.ebuild  |  66 ++++++++++
 .../protobuf-python/protobuf-python-3.15.6.ebuild  |  66 ++++++++++
 .../protobuf-python/protobuf-python-3.15.7.ebuild  |  66 ++++++++++
 .../protobuf-python/protobuf-python-3.15.8.ebuild  |  66 ++++++++++
 net-misc/bird/metadata.xml                         |   8 ++
 profiles/base/package.use.mask                     |  12 ++
 profiles/use.desc                                  |   1 +
 37 files changed, 1918 insertions(+), 131 deletions(-)
 rename dev-java/protobuf-java/{protobuf-java-3.12.4.ebuild => protobuf-java-3.15.0.ebuild} (93%)
 rename dev-java/protobuf-java/{protobuf-java-3.12.2.ebuild => protobuf-java-3.15.1.ebuild} (92%)
 create mode 100644 dev-java/protobuf-java/protobuf-java-3.15.2.ebuild
 create mode 100644 dev-java/protobuf-java/protobuf-java-3.15.3.ebuild
 create mode 100644 dev-java/protobuf-java/protobuf-java-3.15.4.ebuild
 create mode 100644 dev-java/protobuf-java/protobuf-java-3.15.5.ebuild
 create mode 100644 dev-java/protobuf-java/protobuf-java-3.15.6.ebuild
 create mode 100644 dev-java/protobuf-java/protobuf-java-3.15.7.ebuild
 create mode 100644 dev-java/protobuf-java/protobuf-java-3.15.8.ebuild
 rename dev-libs/protobuf/files/{protobuf-3.12.0-disable_no-warning-test.patch => protobuf-3.15.0-disable_no-warning-test.patch} (95%)
 rename dev-libs/protobuf/files/{protobuf-3.12.0-protoc_input_output_files.patch => protobuf-3.15.0-protoc_input_output_files.patch} (63%)
 rename dev-libs/protobuf/files/{protobuf-3.12.0-system_libraries.patch => protobuf-3.15.0-system_libraries.patch} (98%)
 rename dev-libs/protobuf/{protobuf-3.12.4.ebuild => protobuf-3.15.0.ebuild} (84%)
 rename dev-libs/protobuf/{protobuf-3.12.2.ebuild => protobuf-3.15.1.ebuild} (83%)
 create mode 100644 dev-libs/protobuf/protobuf-3.15.2.ebuild
 create mode 100644 dev-libs/protobuf/protobuf-3.15.3.ebuild
 create mode 100644 dev-libs/protobuf/protobuf-3.15.4.ebuild
 create mode 100644 dev-libs/protobuf/protobuf-3.15.5.ebuild
 create mode 100644 dev-libs/protobuf/protobuf-3.15.6.ebuild
 create mode 100644 dev-libs/protobuf/protobuf-3.15.7.ebuild
 create mode 100644 dev-libs/protobuf/protobuf-3.15.8.ebuild
 rename dev-python/protobuf-python/{protobuf-python-3.12.4-r1.ebuild => protobuf-python-3.15.0.ebuild} (80%)
 rename dev-python/protobuf-python/{protobuf-python-3.12.2-r1.ebuild => protobuf-python-3.15.1.ebuild} (79%)
 create mode 100644 dev-python/protobuf-python/protobuf-python-3.15.2.ebuild
 create mode 100644 dev-python/protobuf-python/protobuf-python-3.15.3.ebuild
 create mode 100644 dev-python/protobuf-python/protobuf-python-3.15.4.ebuild
 create mode 100644 dev-python/protobuf-python/protobuf-python-3.15.5.ebuild
 create mode 100644 dev-python/protobuf-python/protobuf-python-3.15.6.ebuild
 create mode 100644 dev-python/protobuf-python/protobuf-python-3.15.7.ebuild
 create mode 100644 dev-python/protobuf-python/protobuf-python-3.15.8.ebuild
*** synced gentoo
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 gentoo
 * Cache regenerated successfully