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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
{'description': {'en': 'assorted ebuilds designed to solve bugs, or bring new '
'features'},
'feed': ['https://github.com/prototype99/prototype99/commits/master.atom'],
'homepage': 'https://github.com/prototype99/prototype99',
'name': 'prototype99',
'owner': [{'email': 'general@sarifria.x10.bz',
'name': 'Seirra Blake',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/prototype99/prototype99.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/prototype99/prototype99.git'}],
'status': 'unofficial'}
$ pmaint sync prototype99
From https://github.com/prototype99/prototype99
e610392..d50c100 master -> origin/master
Updating e610392..d50c100
Fast-forward
README.md | 2 +-
eclass/rindeal.eclass | 233 ------
install.sh | 12 +-
mail-client/mailspring-bin/Manifest | 6 +
.../mailspring-bin/mailspring-bin-1.6.3-r1.ebuild | 57 ++
.../mailspring-bin/mailspring-bin-1.6.3-r2.ebuild | 58 ++
.../mailspring-bin/mailspring-bin-1.6.3-r3.ebuild | 66 ++
.../mailspring-bin/mailspring-bin-1.6.3-r4.ebuild | 67 ++
.../mailspring-bin/mailspring-bin-1.6.3-r5.ebuild | 67 ++
.../mailspring-bin/mailspring-bin-1.6.3-r6.ebuild | 67 ++
mail-client/mailspring/Manifest | 2 +
mail-client/mailspring/mailspring-1.6.3.ebuild | 24 +
metadata/layout.conf | 2 +-
net-libs/nodejs/Manifest | 3 +
net-libs/nodejs/files/nodejs-8.12.0-libressl.patch | 897 +++++++++++++++++++++
net-libs/nodejs/nodejs-8.15.1-r1.ebuild | 221 +++++
net-libs/nodejs/readme.md | 19 +
profiles-local/custom | 43 +-
profiles-local/genkernel.conf | 353 ++++++++
profiles-local/jemalloc.conf | 1 +
profiles-local/make.conf | 2 +-
profiles-local/repos.conf | 7 +
profiles/default/make.defaults | 3 +-
.../default/package.accept_keywords/zz-autounmask | 586 ++++++++++++++
profiles/default/package.use | 4 +-
profiles/default/packages | 1 +
sym.sh | 5 +-
sys-apps/world/Manifest | 2 +-
sys-apps/world/files/repo-gen.sh | 4 +-
29 files changed, 2567 insertions(+), 247 deletions(-)
delete mode 100644 eclass/rindeal.eclass
create mode 100644 mail-client/mailspring-bin/mailspring-bin-1.6.3-r1.ebuild
create mode 100644 mail-client/mailspring-bin/mailspring-bin-1.6.3-r2.ebuild
create mode 100644 mail-client/mailspring-bin/mailspring-bin-1.6.3-r3.ebuild
create mode 100644 mail-client/mailspring-bin/mailspring-bin-1.6.3-r4.ebuild
create mode 100644 mail-client/mailspring-bin/mailspring-bin-1.6.3-r5.ebuild
create mode 100644 mail-client/mailspring-bin/mailspring-bin-1.6.3-r6.ebuild
create mode 100644 mail-client/mailspring/Manifest
create mode 100644 mail-client/mailspring/mailspring-1.6.3.ebuild
create mode 100644 net-libs/nodejs/files/nodejs-8.12.0-libressl.patch
create mode 100644 net-libs/nodejs/nodejs-8.15.1-r1.ebuild
create mode 100644 net-libs/nodejs/readme.md
create mode 100644 profiles-local/genkernel.conf
create mode 100644 profiles-local/jemalloc.conf
*** syncing prototype99
*** synced prototype99
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
* Invalid/unavailable master = rindeal, removing
|