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
   7a117cca477..9db48380d3d  master     -> origin/master
30
Updating 7a117cca477..9db48380d3d
31
Fast-forward
32
 app-crypt/gnupg/Manifest                           |   1 -
33
 app-crypt/gnupg/gnupg-2.2.23.ebuild                | 158 --------------------
34
 games-fps/ut2003-data/ut2003-data-2107.ebuild      |   8 +-
35
 media-sound/pulseaudio/pulseaudio-13.0-r1.ebuild   |   7 +-
36
 media-sound/pulseaudio/pulseaudio-13.0.ebuild      |   7 +-
37
 .../files/simplescreenrecorder-0.4.2-cmake.patch   |  28 ++++
38
 .../simplescreenrecorder-0.4.2.ebuild              |   7 +-
39
 .../files/qgis-3.16.1-find-qt5linguisttools.patch  |  27 ++++
40
 sci-geosciences/qgis/qgis-3.16.1.ebuild            |   1 +
41
 sys-apps/fwupd/Manifest                            |   1 +
42
 sys-apps/fwupd/fwupd-1.5.2.ebuild                  | 160 +++++++++++++++++++++
43
 sys-kernel/gentoo-kernel-bin/Manifest              |   2 +
44
 .../gentoo-kernel-bin-5.4.79-r1.ebuild             |  57 ++++++++
45
 .../gentoo-kernel-bin-5.9.10-r1.ebuild             |  49 +++++++
46
 14 files changed, 341 insertions(+), 172 deletions(-)
47
 delete mode 100644 app-crypt/gnupg/gnupg-2.2.23.ebuild
48
 create mode 100644 media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch
49
 create mode 100644 sci-geosciences/qgis/files/qgis-3.16.1-find-qt5linguisttools.patch
50
 create mode 100644 sys-apps/fwupd/fwupd-1.5.2.ebuild
51
 create mode 100644 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.79-r1.ebuild
52
 create mode 100644 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.9.10-r1.ebuild
53
*** syncing gentoo
54
*** synced gentoo
55
 * Sync succeeded
56
$ git log --format=%ci -1
57
$ git show -q --pretty=format:%G? HEAD
58
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
59
 * Cache regenerated successfully