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
   b49346dfb80..79031ffe022  master     -> origin/master
30
Updating b49346dfb80..79031ffe022
31
Fast-forward
32
 app-i18n/unicode-data/unicode-data-13.0.0.ebuild   |  2 +-
33
 app-shells/fish/fish-3.1.2.ebuild                  |  2 +-
34
 dev-libs/igraph/Manifest                           |  1 +
35
 dev-libs/igraph/files/igraph-0.9.0-cmakedirs.patch | 13 ++++++
36
 dev-libs/igraph/igraph-0.9.0.ebuild                | 49 ++++++++++++++++++++++
37
 dev-python/mypy/mypy-0.800.ebuild                  |  2 +-
38
 dev-python/setproctitle/setproctitle-1.2.2.ebuild  |  2 +-
39
 media-libs/ilmbase/ilmbase-2.5.5.ebuild            |  2 +-
40
 media-libs/openexr/openexr-2.5.5.ebuild            |  2 +-
41
 .../7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch | 36 ----------------
42
 net-wireless/unifi/Manifest                        |  2 +-
43
 .../{unifi-6.1.57.ebuild => unifi-6.1.61.ebuild}   |  2 +-
44
 sys-devel/gcc-config/gcc-config-2.3.3.ebuild       |  2 +-
45
 sys-libs/timezone-data/timezone-data-2021a.ebuild  |  2 +-
46
 www-client/lynx/lynx-2.9.0_pre6-r1.ebuild          |  2 +-
47
 15 files changed, 74 insertions(+), 47 deletions(-)
48
 create mode 100644 dev-libs/igraph/files/igraph-0.9.0-cmakedirs.patch
49
 create mode 100644 dev-libs/igraph/igraph-0.9.0.ebuild
50
 delete mode 100644 net-libs/libad9361-iio/files/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch
51
 rename net-wireless/unifi/{unifi-6.1.57.ebuild => unifi-6.1.61.ebuild} (98%)
52
*** syncing gentoo
53
*** synced gentoo
54
 * Sync succeeded
55
$ git log --format=%ci -1
56
$ git show -q --pretty=format:%G? HEAD
57
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 gentoo
58
 * Cache regenerated successfully