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 | pkgcore 0.12.24
|
15 |
|
16 | $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
|
17 | WARNING:pkgcore:alxu repo at '/var/lib/repo-mirror-ci/sync/alxu', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
|
18 | WARNING:pkgcore:alxu repo at '/var/lib/repo-mirror-ci/sync/alxu', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
|
19 | *** syncing gentoo
|
20 | From https://anongit.gentoo.org/git/repo/gentoo
|
21 | 821fafdf5a99..ac091635b574 master -> origin/master
|
22 | Updating 821fafdf5a99..ac091635b574
|
23 | Fast-forward
|
24 | app-emacs/biblio/biblio-0.3.ebuild | 15 +-
|
25 | app-emacs/emacs-ipython-notebook/Manifest | 1 +
|
26 | ...macs-ipython-notebook-0.17.1_pre20230826.ebuild | 81 +++++++++
|
27 | app-emacs/key-chord/Manifest | 1 +
|
28 | app-emacs/key-chord/key-chord-0.7.ebuild | 26 +++
|
29 | app-emacs/nim-mode/Manifest | 2 +-
|
30 | app-emacs/nim-mode/nim-mode-0.4.2_p20211102.ebuild | 28 ---
|
31 | app-emacs/nim-mode/nim-mode-0.4.2_p20231101.ebuild | 43 +++++
|
32 | ...{treemacs-3.1.ebuild => treemacs-3.1-r1.ebuild} | 41 +++--
|
33 | .../web-server-0.1.2_p20210708-r1.ebuild | 4 +-
|
34 | .../websocket/websocket-1.14_p20230305.ebuild | 4 +-
|
35 | app-emacs/websocket/websocket-1.15.ebuild | 4 +-
|
36 | app-office/joplin-desktop/Manifest | 1 +
|
37 | .../joplin-desktop/joplin-desktop-2.13.13.ebuild | 103 +++++++++++
|
38 | app-shells/pwsh-bin/Manifest | 3 +
|
39 | app-shells/pwsh-bin/pwsh-bin-7.4.1.ebuild | 69 ++++++++
|
40 | dev-dotnet/dotnet-runtime-nugets/Manifest | 60 +++++++
|
41 | .../dotnet-runtime-nugets-6.0.26.ebuild | 59 +++++++
|
42 | .../dotnet-runtime-nugets-7.0.15.ebuild | 59 +++++++
|
43 | .../dotnet-runtime-nugets-8.0.1.ebuild | 59 +++++++
|
44 | dev-dotnet/dotnet-sdk-bin/Manifest | 6 +
|
45 | .../dotnet-sdk-bin/dotnet-sdk-bin-8.0.101.ebuild | 72 ++++++++
|
46 | dev-lang/boogie/boogie-3.0.6.ebuild | 3 +-
|
47 | dev-lang/boogie/boogie-3.0.8.ebuild | 3 +-
|
48 | dev-lang/boogie/boogie-3.0.9.ebuild | 3 +-
|
49 | dev-lang/crystal/Manifest | 2 -
|
50 | dev-lang/crystal/crystal-1.9.2-r2.ebuild | 108 ------------
|
51 | dev-lang/fuzion/Manifest | 2 +-
|
52 | .../{fuzion-0.084.ebuild => fuzion-0.086.ebuild} | 7 +-
|
53 | dev-scheme/racket/Manifest | 4 -
|
54 | dev-scheme/racket/racket-8.6.ebuild | 183 --------------------
|
55 | dev-scheme/racket/racket-8.9.ebuild | 188 ---------------------
|
56 | dev-util/azuredatastudio/Manifest | 1 +
|
57 | .../azuredatastudio/azuredatastudio-1.47.1.ebuild | 103 +++++++++++
|
58 | 34 files changed, 804 insertions(+), 544 deletions(-)
|
59 | create mode 100644 app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826.ebuild
|
60 | create mode 100644 app-emacs/key-chord/key-chord-0.7.ebuild
|
61 | delete mode 100644 app-emacs/nim-mode/nim-mode-0.4.2_p20211102.ebuild
|
62 | create mode 100644 app-emacs/nim-mode/nim-mode-0.4.2_p20231101.ebuild
|
63 | rename app-emacs/treemacs/{treemacs-3.1.ebuild => treemacs-3.1-r1.ebuild} (53%)
|
64 | create mode 100644 app-office/joplin-desktop/joplin-desktop-2.13.13.ebuild
|
65 | create mode 100644 app-shells/pwsh-bin/pwsh-bin-7.4.1.ebuild
|
66 | create mode 100644 dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.26.ebuild
|
67 | create mode 100644 dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-7.0.15.ebuild
|
68 | create mode 100644 dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-8.0.1.ebuild
|
69 | create mode 100644 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.101.ebuild
|
70 | delete mode 100644 dev-lang/crystal/crystal-1.9.2-r2.ebuild
|
71 | rename dev-lang/fuzion/{fuzion-0.084.ebuild => fuzion-0.086.ebuild} (91%)
|
72 | delete mode 100644 dev-scheme/racket/racket-8.6.ebuild
|
73 | delete mode 100644 dev-scheme/racket/racket-8.9.ebuild
|
74 | create mode 100644 dev-util/azuredatastudio/azuredatastudio-1.47.1.ebuild
|
75 | *** synced gentoo
|
76 | * Sync succeeded
|
77 | $ git log --format=%ci -1
|
78 | $ git show -q --pretty=format:%G? HEAD
|
79 | $ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
|
80 | * Cache regenerated successfully
|