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
9b28c5a79d8..31baa634a90 master -> origin/master
Updating 9b28c5a79d8..31baa634a90
Fast-forward
kde-plasma/kwayland-server/Manifest | 1 -
.../kwayland-server/kwayland-server-5.18.90.ebuild | 35 -------
media-gfx/ttygif/files/ldflags-support.patch | 19 ++++
media-gfx/ttygif/ttygif-1.80_p20181218.ebuild | 12 ++-
sys-auth/passwdqc/Manifest | 1 +
sys-auth/passwdqc/metadata.xml | 10 +-
sys-auth/passwdqc/passwdqc-1.4.0.ebuild | 41 ++++++++
www-client/vivaldi-snapshot/Manifest | 16 +--
...uild => vivaldi-snapshot-3.1.1929.23_p1.ebuild} | 0
.../vivaldi-snapshot-3.1.1929.3_p1.ebuild | 116 ---------------------
www-client/vivaldi/Manifest | 4 +
.../vivaldi-3.1.1929.25_p1.ebuild} | 23 ++--
12 files changed, 100 insertions(+), 178 deletions(-)
delete mode 100644 kde-plasma/kwayland-server/kwayland-server-5.18.90.ebuild
create mode 100644 media-gfx/ttygif/files/ldflags-support.patch
create mode 100644 sys-auth/passwdqc/passwdqc-1.4.0.ebuild
rename www-client/vivaldi-snapshot/{vivaldi-snapshot-3.1.1929.13_p1.ebuild => vivaldi-snapshot-3.1.1929.23_p1.ebuild} (100%)
delete mode 100644 www-client/vivaldi-snapshot/vivaldi-snapshot-3.1.1929.3_p1.ebuild
rename www-client/{vivaldi-snapshot/vivaldi-snapshot-3.1.1929.19_p1.ebuild => vivaldi/vivaldi-3.1.1929.25_p1.ebuild} (75%)
*** 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
|