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
|
{'description': {'en': 'Overlay to install the Unity desktop'},
'feed': ['https://github.com/feeds/shiznix/commits/unity-gentoo/master'],
'homepage': 'https://github.com/shiznix/unity-gentoo',
'name': 'unity-gentoo',
'owner': [{'email': 'rickfharris@yahoo.com.au',
'name': 'Rick Harris',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/shiznix/unity-gentoo'},
{'type': 'git',
'uri': 'git://github.com/shiznix/unity-gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync unity-gentoo
WARNING:pkgcore:tranquility repo at '/var/lib/repo-mirror-ci/sync/tranquility', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
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/shiznix/unity-gentoo
4c0a95b2..adb57ce9 master -> origin/master
Updating 4c0a95b2..adb57ce9
Fast-forward
dev-libs/dee/Manifest | 2 +-
...ebuild => dee-1.2.7_p20170616_p6_p01-r1.ebuild} | 2 +-
dev-libs/libunity/Manifest | 4 +-
...ild => libunity-7.1.4_p20190319_p2_p-r1.ebuild} | 2 +-
.../libunity/libunity-7.1.4_p20190319_p5.ebuild | 68 ++++++++++++++++++++++
dev-python/autopilot/Manifest | 4 +-
... => autopilot-1.6.0_p20170313_p0_p09-r1.ebuild} | 5 +-
.../autopilot-1.6.1_p20210120_p0_p01.ebuild | 3 +-
dev-python/configglue/Manifest | 3 -
dev-python/configglue/configglue-1.0.ebuild | 21 -------
dev-python/configglue/metadata.xml | 12 ----
dev-python/pyjunitxml/Manifest | 2 +-
...01.ebuild => pyjunitxml-0.6_p_p2_p01-r1.ebuild} | 2 +-
dev-python/python-testscenarios/Manifest | 3 -
dev-python/python-testscenarios/metadata.xml | 12 ----
.../python-testscenarios-0.5.0_p_p3_p01.ebuild | 22 -------
dev-util/gdbus-codegen/Manifest | 2 +-
....66.1.ebuild => gdbus-codegen-2.66.1-r1.ebuild} | 2 +-
18 files changed, 83 insertions(+), 88 deletions(-)
rename dev-libs/dee/{dee-1.2.7_p20170616_p6_p01.ebuild => dee-1.2.7_p20170616_p6_p01-r1.ebuild} (98%)
rename dev-libs/libunity/{libunity-7.1.4_p20190319_p2.ebuild => libunity-7.1.4_p20190319_p2_p-r1.ebuild} (97%)
create mode 100644 dev-libs/libunity/libunity-7.1.4_p20190319_p5.ebuild
rename dev-python/autopilot/{autopilot-1.6.0_p20170313_p0_p09.ebuild => autopilot-1.6.0_p20170313_p0_p09-r1.ebuild} (87%)
delete mode 100644 dev-python/configglue/Manifest
delete mode 100644 dev-python/configglue/configglue-1.0.ebuild
delete mode 100644 dev-python/configglue/metadata.xml
rename dev-python/pyjunitxml/{pyjunitxml-0.6_p_p2_p01.ebuild => pyjunitxml-0.6_p_p2_p01-r1.ebuild} (92%)
delete mode 100644 dev-python/python-testscenarios/Manifest
delete mode 100644 dev-python/python-testscenarios/metadata.xml
delete mode 100644 dev-python/python-testscenarios/python-testscenarios-0.5.0_p_p3_p01.ebuild
rename dev-util/gdbus-codegen/{gdbus-codegen-2.66.1.ebuild => gdbus-codegen-2.66.1-r1.ebuild} (93%)
*** syncing unity-gentoo
*** synced unity-gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 unity-gentoo
* app-emulation/anbox-9999.2018.07.19-r10: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* gnome-base/gnome-menus-3.0.1-r3: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* unity-extra/indicator-classicmenu-0.11_p_p0_p01: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* unity-extra/indicator-privacy-0.05: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* unity-extra/indicator-remindor-13.02: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* unity-indicators/indicator-internode-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|