1 | {'description': {'en': 'Official Gentoo ebuild repository'},
|
2 | 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
|
3 | 'homepage': 'https://gentoo.org/',
|
4 | 'name': 'gentoo',
|
5 | 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
|
6 | 'quality': 'core',
|
7 | 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
|
8 | {'type': 'git',
|
9 | 'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
|
10 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
|
13 | 'status': 'official'}
|
14 | $ pmaint sync gentoo
|
15 | From https://anongit.gentoo.org/git/repo/gentoo
|
16 | c20f40f8e79..03925b9ee6b master -> origin/master
|
17 | Updating c20f40f8e79..03925b9ee6b
|
18 | Fast-forward
|
19 | app-editors/emacs/emacs-23.4-r18.ebuild | 4 +-
|
20 | app-editors/emacs/emacs-24.5-r7.ebuild | 4 +-
|
21 | app-editors/emacs/emacs-25.3-r6.ebuild | 4 +-
|
22 | app-editors/emacs/emacs-26.3-r1.ebuild | 4 +-
|
23 | app-editors/emacs/emacs-27.0.50_pre20191223.ebuild | 4 +-
|
24 | app-editors/emacs/emacs-27.0.90.ebuild | 4 +-
|
25 | app-editors/emacs/emacs-27.0.9999-r1.ebuild | 4 +-
|
26 | app-editors/emacs/emacs-28.0.9999.ebuild | 4 +-
|
27 | .../sphinxcontrib-websupport-1.2.1.ebuild | 2 +-
|
28 | dev-vcs/subversion/subversion-1.13.0-r1.ebuild | 2 +-
|
29 | .../svgalib/files/svgalib-1.9.25-linux_2.6.patch | 2 +-
|
30 | .../svgalib/files/svgalib-1.9.25-linux_3.4.patch | 58 +++++-----
|
31 | .../svgalib/files/svgalib-1.9.25-linux_3.9.patch | 11 +-
|
32 | .../files/svgalib-1.9.25-no-man-compression.patch | 26 +++++
|
33 | .../svgalib-1.9.25-wrapdemo-buf-overflow.patch | 14 +++
|
34 | media-libs/svgalib/svgalib-1.9.25-r6.ebuild | 124 +++++++++++++++++++++
|
35 | net-dns/rbldnsd/rbldnsd-0.998b-r2.ebuild | 2 +-
|
36 | net-print/cups/cups-2.3.3-r1.ebuild | 2 +-
|
37 | sys-fs/sandboxfs/Manifest | 21 ++++
|
38 | sys-fs/sandboxfs/sandboxfs-0.2.0.ebuild | 114 +++++++++++++++++++
|
39 | 20 files changed, 347 insertions(+), 63 deletions(-)
|
40 | create mode 100644 media-libs/svgalib/files/svgalib-1.9.25-no-man-compression.patch
|
41 | create mode 100644 media-libs/svgalib/files/svgalib-1.9.25-wrapdemo-buf-overflow.patch
|
42 | create mode 100644 media-libs/svgalib/svgalib-1.9.25-r6.ebuild
|
43 | create mode 100644 sys-fs/sandboxfs/sandboxfs-0.2.0.ebuild
|
44 | *** syncing gentoo
|
45 | *** synced gentoo
|
46 | * Sync succeeded
|
47 | $ git log --format=%ci -1
|
48 | $ git show -q --pretty=format:%G? HEAD
|
49 | $ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
|
50 | * Cache regenerated successfully
|