summaryrefslogtreecommitdiff
blob: daa80a1ac2c67470b423656cdeef58ce03ee83ea (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{'description': {'en': 'User overlay'},
 'feed': ['https://gitlab.com/Perfect_Gentleman/PG_Overlay/-/commits/master?format=atom'],
 'homepage': 'https://gitlab.com/Perfect_Gentleman/PG_Overlay',
 'name': 'pg_overlay',
 'owner': [{'email': 'perfect007gentleman@gmail.com',
            'name': 'Perfect Gentleman',
            'type': 'person'}],
 'quality': 'experimental',
 'source': [{'type': 'git',
             'uri': 'https://gitlab.com/Perfect_Gentleman/PG_Overlay.git'}],
 'status': 'unofficial'}
$ pmaint sync pg_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://gitlab.com/Perfect_Gentleman/PG_Overlay
   9705f35..0012634  master     -> origin/master
Updating 9705f35..0012634
Fast-forward
 mail-client/thunderbird/Manifest                   |  61 +++--
 .../debian-hacks/Don-t-build-image-gtests.patch    |  23 --
 ...ter-plugins-if-the-MOZILLA_DISABLE_PLUGIN.patch |  24 ++
 .../Set-program-name-from-the-remoting-name.patch  |  21 ++
 ...ng-name-for-call-to-gdk_set_program_class.patch |  34 +++
 ...nce-files-to-set-locked-prefs-with-lockP.patch} |  38 ++-
 ...-MIPS64-Add-branchTestSymbol-and-fallible.patch |  69 -----
 ...ent-libraries-with-their-real-path-to-avo.patch |  22 ++
 ...-launch-applications-set-in-HOME-.mailcap.patch |  24 ++
 ...tion-nsMsgComposeAndSend-to-respect-Replo.patch |  22 ++
 ...-disable-extensions-in-system-directories.patch |  21 ++
 .../prefs/Set-DPI-to-system-settings.patch         |  21 --
 .../Set-javascript.options.showInConsole.patch     |  33 +++
 .../thunderbird/files/debian-patchset-78/series    |  13 +-
 .../fedora-patchset-78/build-aarch64-skia.patch    |  45 ----
 .../files/fedora-patchset-78/mozilla-1634213.patch |  96 -------
 .../fedora-patchset-78/mozilla-build-arm.patch     |  14 -
 .../rhbz-1219542-s390-build.patch                  |  23 --
 .../thunderbird/files/fedora-patchset-78/series    |   3 -
 .../opensuse-kde-78/firefox-branded-icons.patch    |  50 ----
 .../files/opensuse-kde-78/firefox-kde.patch        | 282 ---------------------
 .../thunderbird/files/opensuse-kde-78/kde.js-1     |   2 -
 .../mozilla-aarch64-startup-crash.patch            |  36 ---
 .../files/opensuse-kde-78/mozilla-bmo1005535.patch |  20 +-
 .../files/opensuse-kde-78/mozilla-bmo1463035.patch |  54 +---
 .../opensuse-kde-78/mozilla-bmo1504834-part1.patch |   6 +-
 .../opensuse-kde-78/mozilla-bmo1504834-part2.patch |  44 +---
 .../opensuse-kde-78/mozilla-bmo1504834-part3.patch |  38 +--
 .../opensuse-kde-78/mozilla-bmo1504834-part4.patch |  24 +-
 .../files/opensuse-kde-78/mozilla-bmo1512162.patch |  32 +--
 .../files/opensuse-kde-78/mozilla-bmo1554971.patch |  20 +-
 .../files/opensuse-kde-78/mozilla-bmo1568145.patch |  25 +-
 .../files/opensuse-kde-78/mozilla-bmo849632.patch  |  22 +-
 .../mozilla-fix-aarch64-libopus.patch              |  25 --
 .../opensuse-kde-78/mozilla-nongnome-proxies.patch |  20 +-
 .../mozilla-ppc-altivec_static_inline.patch        |  30 ---
 .../mozilla-reduce-rust-debuginfo.patch            |  10 +-
 .../opensuse-kde-78/mozilla-s390-context.patch     |  56 ----
 .../mozilla-s390x-skia-gradient.patch              |  51 ----
 .../thunderbird/files/opensuse-kde-78/series       |   8 -
 ...ird-78.3.0.ebuild => thunderbird-78.3.1.ebuild} |   0
 41 files changed, 332 insertions(+), 1130 deletions(-)
 delete mode 100644 mail-client/thunderbird/files/debian-patchset-78/debian-hacks/Don-t-build-image-gtests.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/debian-hacks/Don-t-register-plugins-if-the-MOZILLA_DISABLE_PLUGIN.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/debian-hacks/Set-program-name-from-the-remoting-name.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/debian-hacks/Use-remoting-name-for-call-to-gdk_set_program_class.patch
 rename mail-client/thunderbird/files/debian-patchset-78/fixes/{Allow-.js-preference-files-to-set-locked-prefs-with-.patch => Allow-.js-preference-files-to-set-locked-prefs-with-lockP.patch} (73%)
 delete mode 100644 mail-client/thunderbird/files/debian-patchset-78/fixes/Bug-1642265-MIPS64-Add-branchTestSymbol-and-fallible.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/fixes/Load-dependent-libraries-with-their-real-path-to-avo.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/fixes/Properly-launch-applications-set-in-HOME-.mailcap.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/fixes/fix-function-nsMsgComposeAndSend-to-respect-Replo.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/prefs/Don-t-auto-disable-extensions-in-system-directories.patch
 delete mode 100644 mail-client/thunderbird/files/debian-patchset-78/prefs/Set-DPI-to-system-settings.patch
 create mode 100644 mail-client/thunderbird/files/debian-patchset-78/prefs/Set-javascript.options.showInConsole.patch
 delete mode 100644 mail-client/thunderbird/files/fedora-patchset-78/build-aarch64-skia.patch
 delete mode 100644 mail-client/thunderbird/files/fedora-patchset-78/mozilla-1634213.patch
 delete mode 100644 mail-client/thunderbird/files/fedora-patchset-78/mozilla-build-arm.patch
 delete mode 100644 mail-client/thunderbird/files/fedora-patchset-78/rhbz-1219542-s390-build.patch
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/firefox-branded-icons.patch
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/firefox-kde.patch
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/kde.js-1
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/mozilla-aarch64-startup-crash.patch
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/mozilla-fix-aarch64-libopus.patch
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/mozilla-ppc-altivec_static_inline.patch
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/mozilla-s390-context.patch
 delete mode 100644 mail-client/thunderbird/files/opensuse-kde-78/mozilla-s390x-skia-gradient.patch
 rename mail-client/thunderbird/{thunderbird-78.3.0.ebuild => thunderbird-78.3.1.ebuild} (100%)
*** syncing pg_overlay
*** synced pg_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 pg_overlay
 * Cache regenerated successfully