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
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://framagit.org/Case_Of/gentoo-overlay/commits/master?format=atom'],
'homepage': 'https://framagit.org/Case_Of/gentoo-overlay',
'name': 'Case_Of',
'owner': [{'email': 'gentoo@retornaz.com',
'name': 'Quentin Retornaz',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://framagit.org/Case_Of/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@framagit.org/Case_Of/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync Case_Of
From https://framagit.org/Case_Of/gentoo-overlay
b4b2bd8..508ac80 master -> origin/master
Updating b4b2bd8..508ac80
Fast-forward
app-office/grammalecte/Manifest | 2 +-
.../{grammalecte-1.9.0.ebuild => grammalecte-1.10.0.ebuild} | 0
x11-themes/qtstyleplugins/Manifest | 1 +
x11-themes/qtstyleplugins/qtstyleplugins-5.0.0.ebuild | 7 +++----
4 files changed, 5 insertions(+), 5 deletions(-)
rename app-office/grammalecte/{grammalecte-1.9.0.ebuild => grammalecte-1.10.0.ebuild} (100%)
create mode 100644 x11-themes/qtstyleplugins/Manifest
*** syncing Case_Of
*** synced Case_Of
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 Case_Of
* Cache regenerated successfully
|