1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
$ pmaint sync gentoo
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
From https://anongit.gentoo.org/git/repo/gentoo
44cb9905128..6baf51f8fd4 master -> origin/master
Updating 44cb9905128..6baf51f8fd4
Fast-forward
app-admin/graylog/Manifest | 2 +-
.../{graylog-4.0.0.ebuild => graylog-4.0.1.ebuild} | 0
app-emulation/xen-pvgrub/Manifest | 1 -
app-emulation/xen-pvgrub/xen-pvgrub-4.13.1.ebuild | 155 -------
app-emulation/xen-tools/Manifest | 4 -
app-emulation/xen-tools/xen-tools-4.13.1-r4.ebuild | 506 ---------------------
app-emulation/xen-tools/xen-tools-4.13.2.ebuild | 506 ---------------------
app-emulation/xen/Manifest | 5 +-
.../{xen-4.13.1-r5.ebuild => xen-4.13.2-r2.ebuild} | 6 +-
app-emulation/xen/xen-4.13.2.ebuild | 165 -------
.../{xen-4.14.0-r5.ebuild => xen-4.14.0-r6.ebuild} | 2 +-
dev-lang/rust-bin/rust-bin-1.47.0-r1.ebuild | 2 +-
dev-lang/rust/rust-1.47.0-r2.ebuild | 2 +-
dev-python/lxml/lxml-4.6.2.ebuild | 2 +-
mail-mta/msmtp/msmtp-1.8.12.ebuild | 2 +-
net-dns/idnkit/idnkit-2.3.ebuild | 2 +-
net-dns/ldns-utils/ldns-utils-1.7.1.ebuild | 2 +-
net-firewall/itval/itval-1.2_p20121104-r1.ebuild | 2 +-
net-ftp/gproftpd/gproftpd-8.3.2-r2.ebuild | 2 +-
net-libs/cppzmq/cppzmq-4.6.0.ebuild | 2 +-
net-libs/libnids/libnids-1.24-r7.ebuild | 2 +-
net-libs/libpcapnav/libpcapnav-0.8-r1.ebuild | 2 +-
net-libs/libsmi/libsmi-0.5.0-r1.ebuild | 2 +-
net-mail/fdm/fdm-2.0.ebuild | 2 +-
net-mail/swaks/swaks-20201014.0.ebuild | 2 +-
net-misc/ip-sentinel/ip-sentinel-0.12-r1.ebuild | 2 +-
net-misc/ipcalc/ipcalc-0.42_p2.ebuild | 2 +-
net-misc/libteam/libteam-1.31.ebuild | 2 +-
net-misc/netifrc/netifrc-0.7.1-r1.ebuild | 2 +-
net-misc/ofono/ofono-1.31.ebuild | 4 +-
net-misc/packETH/packETH-2.1.ebuild | 2 +-
net-misc/pipes/pipes-1.16.1-r1.ebuild | 4 +-
net-misc/udpcast/udpcast-20200328.ebuild | 2 +-
net-misc/wakeonlan/wakeonlan-0.41-r3.ebuild | 2 +-
.../darwin/macos/11.0/package.accept_keywords | 1 +
virtual/rust/rust-1.47.0.ebuild | 2 +-
.../lightdm-gtk-greeter-2.0.8.ebuild | 2 +-
37 files changed, 35 insertions(+), 1372 deletions(-)
rename app-admin/graylog/{graylog-4.0.0.ebuild => graylog-4.0.1.ebuild} (100%)
delete mode 100644 app-emulation/xen-pvgrub/xen-pvgrub-4.13.1.ebuild
delete mode 100644 app-emulation/xen-tools/xen-tools-4.13.1-r4.ebuild
delete mode 100644 app-emulation/xen-tools/xen-tools-4.13.2.ebuild
rename app-emulation/xen/{xen-4.13.1-r5.ebuild => xen-4.13.2-r2.ebuild} (98%)
delete mode 100644 app-emulation/xen/xen-4.13.2.ebuild
rename app-emulation/xen/{xen-4.14.0-r5.ebuild => xen-4.14.0-r6.ebuild} (99%)
*** syncing gentoo
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
* Cache regenerated successfully
|