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
   7d09842f4db..80d15a0491f  master     -> origin/master
30
Updating 7d09842f4db..80d15a0491f
31
Fast-forward
32
 app-backup/snapper/Manifest                        |   3 +-
33
 .../snapper/files/snapper-0.8.15-testsuite.patch   |  83 ++++++++++
34
 ...{snapper-0.8.7.ebuild => snapper-0.8.15.ebuild} |  19 ++-
35
 app-backup/snapper/snapper-0.8.6.ebuild            |  77 ----------
36
 net-proxy/haproxy/Manifest                         |   5 +-
37
 net-proxy/haproxy/haproxy-1.8.28.ebuild            | 169 +++++++++++++++++++++
38
 .../{haproxy-2.2.7.ebuild => haproxy-2.2.8.ebuild} |   0
39
 .../{haproxy-2.3.3.ebuild => haproxy-2.3.4.ebuild} |   0
40
 .../shadowsocks-libev-3.3.5.ebuild                 |   5 +-
41
 www-apps/postfixadmin/Manifest                     |   2 +-
42
 ...dmin-3.3.1.ebuild => postfixadmin-3.3.2.ebuild} |   0
43
 www-client/chromium/Manifest                       |   4 +-
44
 ...0.4381.6.ebuild => chromium-89.0.4385.0.ebuild} |   3 +-
45
 13 files changed, 279 insertions(+), 91 deletions(-)
46
 create mode 100644 app-backup/snapper/files/snapper-0.8.15-testsuite.patch
47
 rename app-backup/snapper/{snapper-0.8.7.ebuild => snapper-0.8.15.ebuild} (78%)
48
 delete mode 100644 app-backup/snapper/snapper-0.8.6.ebuild
49
 create mode 100644 net-proxy/haproxy/haproxy-1.8.28.ebuild
50
 rename net-proxy/haproxy/{haproxy-2.2.7.ebuild => haproxy-2.2.8.ebuild} (100%)
51
 rename net-proxy/haproxy/{haproxy-2.3.3.ebuild => haproxy-2.3.4.ebuild} (100%)
52
 rename www-apps/postfixadmin/{postfixadmin-3.3.1.ebuild => postfixadmin-3.3.2.ebuild} (100%)
53
 rename www-client/chromium/{chromium-89.0.4381.6.ebuild => chromium-89.0.4385.0.ebuild} (99%)
54
*** syncing gentoo
55
*** synced gentoo
56
 * Sync succeeded
57
$ git log --format=%ci -1
58
$ git show -q --pretty=format:%G? HEAD
59
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
60
 * Cache regenerated successfully