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
|
{'description': {'en': 'Personal Gentoo overlay. I intend to maintain ebuild '
'for packages that I personaly use.'},
'feed': ['https://gitlab.com/Xoores/gentoo-overlay/-/commits/main?format=atom',
'https://github.com/xoores/gentoo-overlay/commits/main.atom'],
'homepage': 'https://github.com/xoores/gentoo-overlay',
'name': 'xoores',
'owner': [{'email': 'gentoo-bugs@xoores.cz',
'name': 'Xoores',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/Xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com:Xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'https://github.com/xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com:xoores/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync xoores
*** syncing xoores
From https://gitlab.com/Xoores/gentoo-overlay
54bf5f5..68fe7b9 main -> origin/main
Updating 54bf5f5..68fe7b9
Fast-forward
dev-util/clion/Manifest | 2 +
dev-util/clion/clion-2024.2.3.ebuild | 104 ++++++++++++++++
dev-util/pycharm-professional/Manifest | 6 +-
.../pycharm-professional-2023.1.2.ebuild | 136 ---------------------
...ebuild => pycharm-professional-2024.2.4.ebuild} | 9 +-
5 files changed, 113 insertions(+), 144 deletions(-)
create mode 100644 dev-util/clion/clion-2024.2.3.ebuild
delete mode 100644 dev-util/pycharm-professional/pycharm-professional-2023.1.2.ebuild
rename dev-util/pycharm-professional/{pycharm-professional-2021.3.1.ebuild => pycharm-professional-2024.2.4.ebuild} (88%)
*** synced xoores
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 xoores
* Cache regenerated successfully
|