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
   0a591123434..b3924f8b297  master     -> origin/master
30
Updating 0a591123434..b3924f8b297
31
Fast-forward
32
 .../libreoffice-bin-debug-6.4.6.2-r2.ebuild        |   2 +-
33
 .../libreoffice-bin-6.4.6.2-r2.ebuild              |   2 +-
34
 .../libreoffice-l10n-6.4.6.2.ebuild                |   2 +-
35
 .../libreoffice/libreoffice-6.4.6.2-r2.ebuild      |   2 +-
36
 app-text/libnumbertext/libnumbertext-1.0.6.ebuild  |   2 +-
37
 app-text/libwps/libwps-0.4.12.ebuild               |   2 +-
38
 app-text/mupdf/mupdf-1.18.0.ebuild                 |   2 +-
39
 .../tomcat-servlet-api-8.5.58.ebuild               |   2 +-
40
 .../tomcat-servlet-api-9.0.38.ebuild               |   2 +-
41
 dev-lang/python/python-3.7.9.ebuild                |   2 +-
42
 dev-libs/softhsm/softhsm-2.6.1.ebuild              |   2 +-
43
 media-gfx/imagemagick/Manifest                     |   2 -
44
 .../imagemagick/imagemagick-6.9.11.31-r1.ebuild    | 254 ------
45
 .../imagemagick/imagemagick-6.9.11.34-r1.ebuild    |   2 +-
46
 .../imagemagick/imagemagick-7.0.10.31-r1.ebuild    | 268 ------
47
 .../imagemagick/imagemagick-7.0.10.34-r1.ebuild    |   2 +-
48
 media-libs/alsa-lib/alsa-lib-1.2.3.2-r1.ebuild     |   2 +-
49
 .../alsa-topology-conf-1.2.3.ebuild                |   2 +-
50
 .../alsa-ucm-conf/alsa-ucm-conf-1.2.3.ebuild       |   2 +-
51
 media-sound/alsa-utils/alsa-utils-1.2.3.ebuild     |   2 +-
52
 net-nds/openldap/Manifest                          |   1 +
53
 ...dap-2.4.53.ebuild => openldap-2.4.53-r1.ebuild} |  19 +-
54
 net-nds/openldap/openldap-2.4.54.ebuild            | 910 +++++++++++++++++++++
55
 net-wireless/bluez/bluez-5.55.ebuild               |   2 +-
56
 profiles/arch/arm/package.use.mask                 |   6 -
57
 sci-mathematics/pspp/pspp-1.2.0-r1.ebuild          |   2 +-
58
 sys-auth/sssd/sssd-2.3.1-r2.ebuild                 |   2 +-
59
 .../sof-firmware/sof-firmware-1.5.1.ebuild         |   2 +-
60
 sys-libs/pam_wrapper/pam_wrapper-1.1.3.ebuild      |   2 +-
61
 29 files changed, 944 insertions(+), 560 deletions(-)
62
 delete mode 100644 media-gfx/imagemagick/imagemagick-6.9.11.31-r1.ebuild
63
 delete mode 100644 media-gfx/imagemagick/imagemagick-7.0.10.31-r1.ebuild
64
 rename net-nds/openldap/{openldap-2.4.53.ebuild => openldap-2.4.53-r1.ebuild} (99%)
65
 create mode 100644 net-nds/openldap/openldap-2.4.54.ebuild
66
*** syncing gentoo
67
*** synced gentoo
68
 * Sync succeeded
69
$ git log --format=%ci -1
70
$ git show -q --pretty=format:%G? HEAD
71
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
72
 * Cache regenerated successfully