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': "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
From https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay
db2d486..c5d4e7b master -> origin/master
Updating db2d486..c5d4e7b
Fast-forward
app-vim/youcompleteme/Manifest | 5 +-
app-vim/youcompleteme/files/typescript.patch | 25 ++
app-vim/youcompleteme/metadata.xml | 4 +
...999.ebuild => youcompleteme-99999999-r1.ebuild} | 10 +-
dev-node/typescript/Manifest | 3 +
dev-node/typescript/metadata.xml | 7 +
dev-node/typescript/typescript-3.8.3.ebuild | 23 ++
eclass/npmv1.eclass | 443 +++++++++++++++++++++
profiles/categories | 1 +
9 files changed, 518 insertions(+), 3 deletions(-)
create mode 100644 app-vim/youcompleteme/files/typescript.patch
rename app-vim/youcompleteme/{youcompleteme-99999999.ebuild => youcompleteme-99999999-r1.ebuild} (94%)
create mode 100644 dev-node/typescript/Manifest
create mode 100644 dev-node/typescript/metadata.xml
create mode 100644 dev-node/typescript/typescript-3.8.3.ebuild
create mode 100644 eclass/npmv1.eclass
create mode 100644 profiles/categories
*** 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
|