blob: 4190d305fcf49c833c32b2c1e53b664a22af8d25 (
plain)
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
|
{'description': {'en': "tools usefull on CTFs and things that aren't in the "
'portage tristelune'},
'feed': ['https://github.com/soltysek/soltys-overlay/commits/master.atom'],
'homepage': 'https://github.com/soltysek/soltys-overlay',
'name': 'soltys',
'owner': [{'email': 'bgo@soltys.info',
'name': 'Krzysztof Korościk',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/soltysek/soltys-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/soltysek/soltys-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync soltys
From https://github.com/soltysek/soltys-overlay
d20c321..d2368c5 master -> origin/master
Updating d20c321..d2368c5
Fast-forward
net-vpn/openconnect/Manifest | 7 +
net-vpn/openconnect/files/openconnect.conf.in | 26 ++++
net-vpn/openconnect/files/openconnect.init.in-r4 | 88 +++++++++++++
net-vpn/openconnect/files/openconnect.logrotate | 8 ++
net-vpn/openconnect/metadata.xml | 17 +++
net-vpn/openconnect/openconnect-8.05-r1.ebuild | 160 +++++++++++++++++++++++
6 files changed, 306 insertions(+)
create mode 100644 net-vpn/openconnect/Manifest
create mode 100644 net-vpn/openconnect/files/openconnect.conf.in
create mode 100644 net-vpn/openconnect/files/openconnect.init.in-r4
create mode 100644 net-vpn/openconnect/files/openconnect.logrotate
create mode 100644 net-vpn/openconnect/metadata.xml
create mode 100644 net-vpn/openconnect/openconnect-8.05-r1.ebuild
*** syncing soltys
*** synced soltys
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 soltys
* Cache regenerated successfully
|