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
|
{'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
dd31376699a..7ea93956cf7 master -> origin/master
Updating dd31376699a..7ea93956cf7
Fast-forward
app-admin/apache-tools/apache-tools-2.4.46.ebuild | 2 +-
app-misc/kryoflux-dtc/Manifest | 1 +
app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r1.ebuild | 108 +++++++++++++++++++++
.../mysql-connector-c-8.0.21.ebuild | 2 +-
dev-libs/libffi/libffi-3.3-r2.ebuild | 2 +-
dev-lua/luasocket/luasocket-3.0_rc1-r5.ebuild | 2 +-
dev-python/deprecation/deprecation-2.0.7.ebuild | 2 +-
dev-python/filetype/filetype-1.0.5.ebuild | 2 +-
dev-python/olefile/olefile-0.46.ebuild | 2 +-
dev-python/pillow/pillow-7.2.0.ebuild | 2 +-
dev-python/pylast/pylast-3.2.1.ebuild | 2 +-
.../ruamel-yaml-clib/ruamel-yaml-clib-0.2.0.ebuild | 2 +-
dev-python/ruamel-yaml/ruamel-yaml-0.16.10.ebuild | 2 +-
.../libimagequant/libimagequant-2.12.3.ebuild | 2 +-
net-libs/libtirpc/libtirpc-1.2.6.ebuild | 2 +-
net-nds/gssproxy/gssproxy-0.8.3.ebuild | 2 +-
www-apps/cgp/Manifest | 1 +
www-apps/cgp/cgp-1_p20190510.ebuild | 56 +++++++++++
.../cgp/files/cgp-1_p20190510-double-quote.patch | 23 +++++
www-servers/apache/apache-2.4.46.ebuild | 2 +-
20 files changed, 204 insertions(+), 15 deletions(-)
create mode 100644 app-misc/kryoflux-dtc/kryoflux-dtc-2.6-r1.ebuild
create mode 100644 www-apps/cgp/cgp-1_p20190510.ebuild
create mode 100644 www-apps/cgp/files/cgp-1_p20190510-double-quote.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
|