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
|
{'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
From https://anongit.gentoo.org/git/repo/gentoo
e6c791da839..ab29961ebca master -> origin/master
Updating e6c791da839..ab29961ebca
Fast-forward
.../hteditor/hteditor-2.1.1_pre20161206.ebuild | 2 +-
app-i18n/ibus-typing-booster/Manifest | 2 +-
...9.0.ebuild => ibus-typing-booster-2.9.5.ebuild} | 0
app-text/po4a/Manifest | 2 +-
.../po4a/{po4a-0.59.1.ebuild => po4a-0.61.ebuild} | 9 ++---
dev-lang/elixir/elixir-1.10.4.ebuild | 2 +-
dev-lang/squirrel/squirrel-3.1_p20200612.ebuild | 2 +-
dev-libs/eekboard/eekboard-1.0.8_p20121001.ebuild | 15 +++++----
dev-libs/eekboard/files/eekboard-python-3.patch | 39 ++++++++++++++++++++++
dev-libs/eekboard/metadata.xml | 30 ++++++++---------
dev-libs/libffi/libffi-3.3-r2.ebuild | 2 +-
dev-python/quex/quex-0.70.0.ebuild | 5 +--
.../libvisual-plugins-0.4.0-r4.ebuild | 2 +-
media-sound/cadence/cadence-0.9.1.ebuild | 4 +--
net-libs/libtirpc/libtirpc-1.2.6.ebuild | 2 +-
net-nds/gssproxy/gssproxy-0.8.3.ebuild | 2 +-
sys-block/mbuffer/mbuffer-20200505.ebuild | 2 +-
17 files changed, 81 insertions(+), 41 deletions(-)
rename app-i18n/ibus-typing-booster/{ibus-typing-booster-2.9.0.ebuild => ibus-typing-booster-2.9.5.ebuild} (100%)
rename app-text/po4a/{po4a-0.59.1.ebuild => po4a-0.61.ebuild} (87%)
create mode 100644 dev-libs/eekboard/files/eekboard-python-3.patch
*** 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
|