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
70
71
72
73
74
75
76
77
78
79
|
{'description': {'en': "Universebenzene's personal Gentoo overlay"},
'feed': ['https://github.com/Universebenzene/benzene-overlay/commits/master.atom'],
'homepage': 'https://github.com/Universebenzene/benzene-overlay',
'name': 'benzene-overlay',
'owner': [{'email': 'universebenzene@sina.com',
'name': 'Universebenzene',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Universebenzene/benzene-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/Universebenzene/benzene-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync benzene-overlay
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
From https://github.com/Universebenzene/benzene-overlay
105c77e..24f6976 master -> origin/master
Updating 105c77e..24f6976
Fast-forward
README.md | 3 +-
app-text/youdao-dict/Manifest | 3 +-
app-text/youdao-dict/metadata.xml | 9 +
app-text/youdao-dict/youdao-dict-6.0.0.ebuild | 4 +-
licenses/BaiduNetDisk | 91 +++++++++
licenses/Sunlogin | 79 ++++++++
licenses/com.xunlei.download | 213 +++++++++++++++++++++
licenses/youdaodict-proprietary | Bin 0 -> 7828 bytes
net-misc/baidunetdisk/Manifest | 7 +-
net-misc/baidunetdisk/baidunetdisk-3.0.1.ebuild | 4 +-
net-misc/baidunetdisk/baidunetdisk-3.4.1.ebuild | 2 +-
net-misc/baidunetdisk/baidunetdisk-3.5.0.ebuild | 2 +-
net-misc/baidunetdisk/metadata.xml | 9 +
net-misc/baidupcs-go-bin/Manifest | 3 +-
.../baidupcs-go-bin/baidupcs-go-bin-3.6.2.ebuild | 2 +-
net-misc/baidupcs-go-bin/metadata.xml | 9 +
net-misc/baidupcs-go/Manifest | 3 +-
net-misc/baidupcs-go/baidupcs-go-3.6.2.ebuild | 2 +-
net-misc/baidupcs-go/metadata.xml | 9 +
net-misc/sunloginclient/Manifest | 4 +
.../sunloginclient/files/runsunloginclient.initd | 26 +++
net-misc/sunloginclient/metadata.xml | 12 ++
.../sunloginclient-10.1.1.38139.ebuild | 77 ++++++++
net-misc/xunlei-download/Manifest | 5 +-
net-misc/xunlei-download/metadata.xml | 9 +
.../xunlei-download-1.0.0.1-r1.ebuild | 2 +-
.../xunlei-download/xunlei-download-1.0.0.1.ebuild | 2 +-
27 files changed, 572 insertions(+), 19 deletions(-)
create mode 100644 app-text/youdao-dict/metadata.xml
create mode 100644 licenses/BaiduNetDisk
create mode 100644 licenses/Sunlogin
create mode 100644 licenses/com.xunlei.download
create mode 100644 licenses/youdaodict-proprietary
create mode 100644 net-misc/baidunetdisk/metadata.xml
create mode 100644 net-misc/baidupcs-go-bin/metadata.xml
create mode 100644 net-misc/baidupcs-go/metadata.xml
create mode 100644 net-misc/sunloginclient/Manifest
create mode 100755 net-misc/sunloginclient/files/runsunloginclient.initd
create mode 100644 net-misc/sunloginclient/metadata.xml
create mode 100644 net-misc/sunloginclient/sunloginclient-10.1.1.38139.ebuild
create mode 100644 net-misc/xunlei-download/metadata.xml
*** syncing benzene-overlay
*** synced benzene-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 benzene-overlay
* Cache regenerated successfully
|