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
|
{'description': {'en': "TheGreatMcPain's personal ebuild overlay"},
'feed': ['https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay',
'name': 'thegreatmcpain',
'owner': [{'email': 'sixsupersonic@gmail.com',
'name': 'James McClain',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay.git'},
{'type': 'git',
'uri': 'git@gitlab.com:TheGreatMcPain/thegreatmcpain-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync thegreatmcpain
WARNING:pkgcore:slonko repo at '/var/lib/repo-mirror-ci/sync/slonko', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
From https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay
ad4a9c1..6d2e618 master -> origin/master
Updating ad4a9c1..6d2e618
Fast-forward
app-vim/youcompleteme/Manifest | 5 ++--
app-vim/youcompleteme/files/omnisharp.patch | 19 +++++++++++++
app-vim/youcompleteme/metadata.xml | 3 +++
...-r1.ebuild => youcompleteme-99999999-r2.ebuild} | 10 ++++++-
dev-dotnet/omnisharp-roslyn-http-bin/Manifest | 3 +++
dev-dotnet/omnisharp-roslyn-http-bin/metadata.xml | 7 +++++
.../omnisharp-roslyn-http-bin-1.35.0.ebuild | 31 ++++++++++++++++++++++
profiles/categories | 1 +
8 files changed, 76 insertions(+), 3 deletions(-)
create mode 100644 app-vim/youcompleteme/files/omnisharp.patch
rename app-vim/youcompleteme/{youcompleteme-99999999-r1.ebuild => youcompleteme-99999999-r2.ebuild} (94%)
create mode 100644 dev-dotnet/omnisharp-roslyn-http-bin/Manifest
create mode 100644 dev-dotnet/omnisharp-roslyn-http-bin/metadata.xml
create mode 100644 dev-dotnet/omnisharp-roslyn-http-bin/omnisharp-roslyn-http-bin-1.35.0.ebuild
*** syncing thegreatmcpain
*** synced thegreatmcpain
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 thegreatmcpain
* Cache regenerated successfully
|