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
   ecde09ef60a..623eb16ade5  master     -> origin/master
30
Updating ecde09ef60a..623eb16ade5
31
Fast-forward
32
 .../qhexedit2/qhexedit2-0.8.6_p20190316.ebuild     |   2 +-
33
 .../wine-staging/wine-staging-5.22-r2.ebuild       |  20 +-
34
 .../wine-staging/wine-staging-9999.ebuild          |  20 +-
35
 .../wine-vanilla/wine-vanilla-5.0.3-r1.ebuild      | 540 +++++++++++++++++++++
36
 .../wine-vanilla/wine-vanilla-5.22-r2.ebuild       |  20 +-
37
 .../wine-vanilla/wine-vanilla-9999.ebuild          |  20 +-
38
 app-forensics/afflib/afflib-3.7.18.ebuild          |   2 +-
39
 dev-python/pyFFTW/Manifest                         |   1 +
40
 dev-python/pyFFTW/pyFFTW-0.11.1.ebuild             |   2 +-
41
 dev-python/pyFFTW/pyFFTW-0.12.0.ebuild             |  28 ++
42
 dev-python/pyFFTW/pyFFTW-9999.ebuild               |   2 +-
43
 dev-python/requests-credssp/Manifest               |   1 +
44
 .../requests-credssp/requests-credssp-1.2.0.ebuild |  25 +
45
 dev-python/simplesoapy/simplesoapy-1.5.1-r1.ebuild |   2 +-
46
 dev-python/simplesoapy/simplesoapy-9999.ebuild     |   2 +-
47
 .../simplespectral/simplespectral-1.0.0.ebuild     |   2 +-
48
 .../simplespectral/simplespectral-9999.ebuild      |   2 +-
49
 media-video/obs-studio/obs-studio-25.0.8-r1.ebuild |   2 +-
50
 media-video/obs-studio/obs-studio-9999.ebuild      |   2 +-
51
 net-analyzer/scapy/scapy-9999.ebuild               |   2 +-
52
 net-wireless/jackit/jackit-0.0_p20170918-r1.ebuild |   2 +-
53
 net-wireless/nanovna-saver/Manifest                |   2 +-
54
 ...-0.3.7-r1.ebuild => nanovna-saver-0.3.8.ebuild} |   4 +-
55
 .../nanovna-saver/nanovna-saver-9999.ebuild        |   4 +-
56
 .../soapy_power/soapy_power-1.6.1-r1.ebuild        |   2 +-
57
 net-wireless/soapy_power/soapy_power-9999.ebuild   |   2 +-
58
 net-wireless/soapysdr/Manifest                     |   2 +-
59
 ...soapysdr-0.7.1.ebuild => soapysdr-0.7.2.ebuild} |  12 +-
60
 net-wireless/soapysdr/soapysdr-9999.ebuild         |  12 +-
61
 ...{suscan-0.1.0.ebuild => suscan-0.1.0-r1.ebuild} |   3 +-
62
 30 files changed, 685 insertions(+), 57 deletions(-)
63
 create mode 100644 app-emulation/wine-vanilla/wine-vanilla-5.0.3-r1.ebuild
64
 create mode 100644 dev-python/pyFFTW/pyFFTW-0.12.0.ebuild
65
 create mode 100644 dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
66
 rename net-wireless/nanovna-saver/{nanovna-saver-0.3.7-r1.ebuild => nanovna-saver-0.3.8.ebuild} (92%)
67
 rename net-wireless/soapysdr/{soapysdr-0.7.1.ebuild => soapysdr-0.7.2.ebuild} (87%)
68
 rename net-wireless/suscan/{suscan-0.1.0.ebuild => suscan-0.1.0-r1.ebuild} (79%)
69
*** syncing gentoo
70
*** synced gentoo
71
 * Sync succeeded
72
$ git log --format=%ci -1
73
$ git show -q --pretty=format:%G? HEAD
74
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
75
 * Cache regenerated successfully