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
|
{'description': {'en': 'Ebuilds for packages not in the Gentoo tree\n (lack of maintainer or too experimental) and live ebuilds\n or extensions/bugfixes for packages in the tree'},
'feed': ['https://cgit.gentoo.org/user/mv.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/mv.git',
'name': 'mv',
'owner': [{'email': 'martin@mvath.de',
'name': u'Martin V\xe4th',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/mv.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/mv.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/mv.git'}],
'status': 'unofficial'}
$ pmaint sync mv
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing mv
From https://anongit.gentoo.org/git/user/mv
bf8d72f3..15195afb master -> origin/master
Updating bf8d72f3..15195afb
Fast-forward
app-shells/schily-tools/Manifest | 2 +-
...-tools-2018.03.01-r1.ebuild => schily-tools-2018.03.16.ebuild} | 0
metadata/pkg_desc_index | 8 ++++----
www-plugins/noscript/Manifest | 2 +-
.../{noscript-10.1.7.2.ebuild => noscript-10.1.7.5.ebuild} | 0
www-plugins/stylus/Manifest | 2 +-
www-plugins/stylus/{stylus-1.3.4.ebuild => stylus-1.3.9.ebuild} | 0
www-plugins/ublock-origin/Manifest | 2 +-
...{ublock-origin-1.15.10.ebuild => ublock-origin-1.15.18.ebuild} | 0
9 files changed, 8 insertions(+), 8 deletions(-)
rename app-shells/schily-tools/{schily-tools-2018.03.01-r1.ebuild => schily-tools-2018.03.16.ebuild} (100%)
rename www-plugins/noscript/{noscript-10.1.7.2.ebuild => noscript-10.1.7.5.ebuild} (100%)
rename www-plugins/stylus/{stylus-1.3.4.ebuild => stylus-1.3.9.ebuild} (100%)
rename www-plugins/ublock-origin/{ublock-origin-1.15.10.ebuild => ublock-origin-1.15.18.ebuild} (100%)
*** synced mv
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 mv
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
* Cache regenerated successfully
|