blob: 5160bb78622faeb56efc1c2b0855364a302d4984 (
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
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
80
81
|
{'description': {'en': 'Calculate Overlay'},
'homepage': 'http://www.calculate-linux.org',
'name': 'calculate',
'owner': [{'email': 'at@calculate.ru', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://git.calculate.ru/calculate/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync calculate
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing calculate
From git://git.calculate.ru/calculate/overlay
7b6dc4897..b7f03fe69 master -> origin/master
* [new tag] 1434 -> 1434
Updating 7b6dc4897..b7f03fe69
Fast-forward
profiles/ini.env | 4 +-
.../gnome-themes-standard/Calculate/gtk-2.0/gtkrc | 46 +---
.../gnome-themes-standard/Calculate/gtk-3.0 | 1 -
.../Calculate/gtk-3.0/gtk.css | 249 +++++++++++++++++++++
.../calculate-utils/ini.example/2-example.theme | 4 +-
.../1-user-init/empty_dir/0ini.env | 2 +-
.../2-user/0_Patch/patch-43/.calculate_directory | 1 -
.../2-user/0_Patch/patch-44/.calculate_directory | 1 +
.../2-user/0_Patch/{patch-43 => patch-44}/ini.env | 2 +-
.../2-user/0_Patch/patch-44/xfce4-panel.xml | 3 +
.../2-user/0_Patch/patch-44/xsettings.xml | 3 +
.../2-user/0_Patch/patch-45/.calculate_directory | 1 +
.../2-user/0_Patch/patch-45/ini.env | 7 +
.../0_Patch/{patch-43 => patch-45}/qt5ct.conf | 9 +-
.../2-user/x11-misc/qt5ct-0.35/qt5ct.conf | 9 +-
.../xfconf/xfce-perchannel-xml/xfce4-notifyd.xml | 5 +
.../xfconf/xfce-perchannel-xml/xfce4-panel.xml | 11 +-
.../xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 1 +
.../2-user/xfce-extra/.calculate_directory | 1 +
.../xfce-extra/xfce4-notifyd/.calculate_directory | 1 +
.../2-user/xfce-extra/xfce4-notifyd/ini.env | 7 +
.../xfce-extra/xfce4-notifyd/xfce4-notifyd.xml | 3 +
.../xfce4-xkb-plugin/.calculate_directory | 1 +
.../2-user/xfce-extra/xfce4-xkb-plugin/ini.env | 7 +
.../xfce-extra/xfce4-xkb-plugin/xfce4-panel.xml | 6 +
.../remerge/2018/{20180918 => 20180919} | 2 +-
...unar => 20180919.3-rebuild_lightdm-gtk-greeter} | 2 +-
...ghtdm-gtk-greeter => 20180919.4-rebuild_thunar} | 2 +-
sys-apps/calculate-utils/Manifest | 2 +
.../calculate-utils/calculate-utils-3.6.0.4.ebuild | 32 +++
30 files changed, 361 insertions(+), 64 deletions(-)
delete mode 100644 profiles/templates/3.6/2_ac_install_merge/x11-themes/gnome-themes-standard/Calculate/gtk-3.0
create mode 100644 profiles/templates/3.6/2_ac_install_merge/x11-themes/gnome-themes-standard/Calculate/gtk-3.0/gtk.css
delete mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/patch-43/.calculate_directory
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/patch-44/.calculate_directory
rename profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/{patch-43 => patch-44}/ini.env (86%)
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/patch-44/xfce4-panel.xml
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/patch-44/xsettings.xml
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/patch-45/.calculate_directory
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/patch-45/ini.env
rename profiles/templates/3.6/6_ac_desktop_profile/2-user/0_Patch/{patch-43 => patch-45}/qt5ct.conf (68%)
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/xfce-extra/.calculate_directory
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/xfce-extra/xfce4-notifyd/.calculate_directory
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/xfce-extra/xfce4-notifyd/ini.env
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/xfce-extra/xfce4-notifyd/xfce4-notifyd.xml
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/xfce-extra/xfce4-xkb-plugin/.calculate_directory
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/xfce-extra/xfce4-xkb-plugin/ini.env
create mode 100644 profiles/templates/3.6/6_ac_desktop_profile/2-user/xfce-extra/xfce4-xkb-plugin/xfce4-panel.xml
rename profiles/templates/3.6/6_ac_update_sync/remerge/2018/{20180918 => 20180919} (59%)
rename profiles/templates/3.6/6_ac_update_sync/revision/2018/{20180919.2-rebuild_thunar => 20180919.3-rebuild_lightdm-gtk-greeter} (60%)
rename profiles/templates/3.6/6_ac_update_sync/revision/2018/{20180919.1-rebuild_lightdm-gtk-greeter => 20180919.4-rebuild_thunar} (57%)
create mode 100644 sys-apps/calculate-utils/calculate-utils-3.6.0.4.ebuild
*** synced calculate
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 calculate
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|