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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
{'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
2a8c073bc48..c579b2494d2 master -> origin/master
Updating 2a8c073bc48..c579b2494d2
Fast-forward
app-misc/g15daemon/files/g15daemon.service | 11 ++
app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild | 151 +++++++++++++++++++++
app-misc/g15daemon/g15daemon-1.9.5.3-r21.ebuild | 3 +-
app-misc/g15daemon/g15daemon-9999.ebuild | 3 +-
dev-libs/libdnet/Manifest | 2 +-
...1.14_pre20200717.ebuild => libdnet-1.14.ebuild} | 3 +-
dev-ruby/actioncable/Manifest | 2 +
dev-ruby/actioncable/actioncable-5.2.4.4.ebuild | 45 ++++++
dev-ruby/actioncable/actioncable-6.0.3.3.ebuild | 45 ++++++
dev-ruby/actionmailbox/Manifest | 1 +
.../actionmailbox/actionmailbox-6.0.3.3.ebuild | 53 ++++++++
dev-ruby/actionmailer/Manifest | 2 +
dev-ruby/actionmailer/actionmailer-5.2.4.4.ebuild | 50 +++++++
dev-ruby/actionmailer/actionmailer-6.0.3.3.ebuild | 46 +++++++
dev-ruby/actionpack/Manifest | 2 +
dev-ruby/actionpack/actionpack-5.2.4.4.ebuild | 67 +++++++++
dev-ruby/actionpack/actionpack-6.0.3.3.ebuild | 59 ++++++++
dev-ruby/actiontext/Manifest | 1 +
dev-ruby/actiontext/actiontext-6.0.3.3.ebuild | 51 +++++++
dev-ruby/actionview/Manifest | 2 +
dev-ruby/actionview/actionview-5.2.4.4.ebuild | 64 +++++++++
dev-ruby/actionview/actionview-6.0.3.3.ebuild | 67 +++++++++
dev-ruby/activejob/Manifest | 2 +
dev-ruby/activejob/activejob-5.2.4.4.ebuild | 46 +++++++
dev-ruby/activejob/activejob-6.0.3.3.ebuild | 47 +++++++
dev-ruby/activemodel/Manifest | 2 +
dev-ruby/activemodel/activemodel-5.2.4.4.ebuild | 44 ++++++
dev-ruby/activemodel/activemodel-6.0.3.3.ebuild | 42 ++++++
dev-ruby/activerecord/Manifest | 2 +
dev-ruby/activerecord/activerecord-5.2.4.4.ebuild | 89 ++++++++++++
dev-ruby/activerecord/activerecord-6.0.3.3.ebuild | 86 ++++++++++++
dev-ruby/activestorage/Manifest | 2 +
.../activestorage/activestorage-5.2.4.4.ebuild | 61 +++++++++
.../activestorage/activestorage-6.0.3.3.ebuild | 59 ++++++++
dev-ruby/activesupport/Manifest | 2 +
.../activesupport/activesupport-5.2.4.4.ebuild | 72 ++++++++++
.../activesupport/activesupport-6.0.3.3.ebuild | 73 ++++++++++
dev-ruby/rails/Manifest | 2 +
dev-ruby/rails/rails-5.2.4.4.ebuild | 45 ++++++
dev-ruby/rails/rails-6.0.3.3.ebuild | 39 ++++++
dev-ruby/railties/Manifest | 2 +
dev-ruby/railties/railties-5.2.4.4.ebuild | 71 ++++++++++
dev-ruby/railties/railties-6.0.3.3.ebuild | 71 ++++++++++
www-client/vivaldi/Manifest | 4 -
www-client/vivaldi/vivaldi-3.3.2022.39_p1.ebuild | 125 -----------------
www-client/vivaldi/vivaldi-3.3.2022.45_p1.ebuild | 2 +-
www-plugins/adobe-flash/Manifest | 8 +-
....0.414.ebuild => adobe-flash-32.0.0.433.ebuild} | 0
48 files changed, 1590 insertions(+), 138 deletions(-)
create mode 100644 app-misc/g15daemon/files/g15daemon.service
create mode 100644 app-misc/g15daemon/g15daemon-1.9.5.3-r15.ebuild
rename dev-libs/libdnet/{libdnet-1.14_pre20200717.ebuild => libdnet-1.14.ebuild} (93%)
create mode 100644 dev-ruby/actioncable/actioncable-5.2.4.4.ebuild
create mode 100644 dev-ruby/actioncable/actioncable-6.0.3.3.ebuild
create mode 100644 dev-ruby/actionmailbox/actionmailbox-6.0.3.3.ebuild
create mode 100644 dev-ruby/actionmailer/actionmailer-5.2.4.4.ebuild
create mode 100644 dev-ruby/actionmailer/actionmailer-6.0.3.3.ebuild
create mode 100644 dev-ruby/actionpack/actionpack-5.2.4.4.ebuild
create mode 100644 dev-ruby/actionpack/actionpack-6.0.3.3.ebuild
create mode 100644 dev-ruby/actiontext/actiontext-6.0.3.3.ebuild
create mode 100644 dev-ruby/actionview/actionview-5.2.4.4.ebuild
create mode 100644 dev-ruby/actionview/actionview-6.0.3.3.ebuild
create mode 100644 dev-ruby/activejob/activejob-5.2.4.4.ebuild
create mode 100644 dev-ruby/activejob/activejob-6.0.3.3.ebuild
create mode 100644 dev-ruby/activemodel/activemodel-5.2.4.4.ebuild
create mode 100644 dev-ruby/activemodel/activemodel-6.0.3.3.ebuild
create mode 100644 dev-ruby/activerecord/activerecord-5.2.4.4.ebuild
create mode 100644 dev-ruby/activerecord/activerecord-6.0.3.3.ebuild
create mode 100644 dev-ruby/activestorage/activestorage-5.2.4.4.ebuild
create mode 100644 dev-ruby/activestorage/activestorage-6.0.3.3.ebuild
create mode 100644 dev-ruby/activesupport/activesupport-5.2.4.4.ebuild
create mode 100644 dev-ruby/activesupport/activesupport-6.0.3.3.ebuild
create mode 100644 dev-ruby/rails/rails-5.2.4.4.ebuild
create mode 100644 dev-ruby/rails/rails-6.0.3.3.ebuild
create mode 100644 dev-ruby/railties/railties-5.2.4.4.ebuild
create mode 100644 dev-ruby/railties/railties-6.0.3.3.ebuild
delete mode 100644 www-client/vivaldi/vivaldi-3.3.2022.39_p1.ebuild
rename www-plugins/adobe-flash/{adobe-flash-32.0.0.414.ebuild => adobe-flash-32.0.0.433.ebuild} (100%)
*** 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
|