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
|
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'official'}
$ pmaint sync guru
WARNING:pkgcore:SwordArMor repo at '/var/lib/repo-mirror-ci/sync/SwordArMor', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing guru
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://anongit.gentoo.org/git/repo/proj/guru
66d53cb9..623ae723 master -> origin/master
Updating 66d53cb9..623ae723
Fast-forward
acct-user/purritobin/purritobin-0.ebuild | 2 +-
dev-libs/open62541/Manifest | 2 +-
dev-libs/open62541/files/open62541-1.1.5-etf.patch | 40 ---------
...5-headers.patch => open62541-1.2-headers.patch} | 4 +-
...1.1.5-tests.patch => open62541-1.2-tests.patch} | 27 ++++++-
...open62541-1.1.5.ebuild => open62541-1.2.ebuild} | 1 -
net-im/nheko/nheko-0.8.0.ebuild | 4 +-
net-im/nheko/nheko-0.8.1.ebuild | 4 +-
net-im/rocketchat-desktop-bin/Manifest | 1 +
net-im/rocketchat-desktop-bin/metadata.xml | 12 +++
.../rocketchat-desktop-bin-3.1.1.ebuild | 51 ++++++++++++
net-im/ruqola/Manifest | 1 +
net-im/ruqola/metadata.xml | 15 ++++
net-im/ruqola/ruqola-1.3.1.ebuild | 53 ++++++++++++
net-misc/kristall/Manifest | 1 -
.../kristall/files/kristall-0.3_add_flags.patch | 27 +++++++
net-misc/kristall/kristall-0.2.ebuild | 38 ---------
...{kristall-0.3.ebuild => kristall-0.3-r1.ebuild} | 4 +-
net-misc/kristall/kristall-9999.ebuild | 2 +
sys-fs/dwarfs/Manifest | 1 +
sys-fs/dwarfs/dwarfs-0.5.2.ebuild | 94 ++++++++++++++++++++++
x11-misc/ksnip/Manifest | 1 -
x11-misc/ksnip/ksnip-1.8.0-r1.ebuild | 43 ----------
x11-misc/ksnip/ksnip-1.8.1.ebuild | 1 +
24 files changed, 295 insertions(+), 134 deletions(-)
delete mode 100644 dev-libs/open62541/files/open62541-1.1.5-etf.patch
rename dev-libs/open62541/files/{open62541-1.1.5-headers.patch => open62541-1.2-headers.patch} (95%)
rename dev-libs/open62541/files/{open62541-1.1.5-tests.patch => open62541-1.2-tests.patch} (76%)
rename dev-libs/open62541/{open62541-1.1.5.ebuild => open62541-1.2.ebuild} (98%)
create mode 100644 net-im/rocketchat-desktop-bin/Manifest
create mode 100644 net-im/rocketchat-desktop-bin/metadata.xml
create mode 100644 net-im/rocketchat-desktop-bin/rocketchat-desktop-bin-3.1.1.ebuild
create mode 100644 net-im/ruqola/Manifest
create mode 100644 net-im/ruqola/metadata.xml
create mode 100644 net-im/ruqola/ruqola-1.3.1.ebuild
create mode 100644 net-misc/kristall/files/kristall-0.3_add_flags.patch
delete mode 100644 net-misc/kristall/kristall-0.2.ebuild
rename net-misc/kristall/{kristall-0.3.ebuild => kristall-0.3-r1.ebuild} (88%)
create mode 100644 sys-fs/dwarfs/dwarfs-0.5.2.ebuild
delete mode 100644 x11-misc/ksnip/ksnip-1.8.0-r1.ebuild
*** synced guru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 guru
* Cache regenerated successfully
|