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
|
{'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
590daa6d79a..db3167ece4a master -> origin/master
Updating 590daa6d79a..db3167ece4a
Fast-forward
...yRSS2Gen-1.1-r1.ebuild => PyRSS2Gen-1.1.ebuild} | 7 +-
dev-python/csv23/csv23-0.3.2.ebuild | 2 +-
dev-python/pip/pip-20.1.1.ebuild | 2 +-
dev-python/pynacl/pynacl-1.4.0.ebuild | 2 +-
.../python-nbxmpp/python-nbxmpp-1.0.0.ebuild | 2 +-
net-fs/nfs4-acl-tools/Manifest | 1 +
net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild | 25 ++++
sys-block/open-iscsi/Manifest | 3 +-
.../files/open-iscsi-2.0.876-Makefiles.patch | 61 ---------
.../open-iscsi-2.0.878-gcc10-fno-common.patch | 107 ----------------
sys-block/open-iscsi/open-iscsi-2.1.0.ebuild | 140 ---------------------
...i-2.0.878-r1.ebuild => open-iscsi-2.1.2.ebuild} | 5 +-
12 files changed, 36 insertions(+), 321 deletions(-)
rename dev-python/PyRSS2Gen/{PyRSS2Gen-1.1-r1.ebuild => PyRSS2Gen-1.1.ebuild} (84%)
create mode 100644 net-fs/nfs4-acl-tools/nfs4-acl-tools-0.3.7.ebuild
delete mode 100644 sys-block/open-iscsi/files/open-iscsi-2.0.876-Makefiles.patch
delete mode 100644 sys-block/open-iscsi/files/open-iscsi-2.0.878-gcc10-fno-common.patch
delete mode 100644 sys-block/open-iscsi/open-iscsi-2.1.0.ebuild
rename sys-block/open-iscsi/{open-iscsi-2.0.878-r1.ebuild => open-iscsi-2.1.2.ebuild} (97%)
*** 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
|