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
|
{'description': {'en': "Ant P.'s personal overlay"},
'feed': ['https://repo.or.cz/flussence-overlay.git/atom'],
'homepage': 'https://repo.or.cz/flussence-overlay.git',
'name': 'flussence',
'owner': [{'email': 'ant+gentoo.bugs@flussence.eu',
'name': 'Anthony Parsons',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://repo.or.cz/flussence-overlay.git'},
{'type': 'git', 'uri': 'git://repo.or.cz/flussence-overlay.git'},
{'type': 'git',
'uri': 'ssh://git@repo.or.cz/flussence-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync flussence
*** syncing flussence
From https://repo.or.cz/flussence-overlay
1c61880..c00baa7 main -> origin/main
Updating 1c61880..c00baa7
Fast-forward
sys-apps/bfs/Manifest | 2 +-
sys-apps/bfs/{bfs-3.0.1.ebuild => bfs-3.0.4.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename sys-apps/bfs/{bfs-3.0.1.ebuild => bfs-3.0.4.ebuild} (100%)
*** synced flussence
* 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 flussence
* Cache regenerated successfully
|