pg_overlay

1
{'description': {'en': 'User overlay'},
2
 'feed': ['https://gitlab.com/Perfect_Gentleman/PG_Overlay/-/commits/master?format=atom'],
3
 'homepage': 'https://gitlab.com/Perfect_Gentleman/PG_Overlay',
4
 'name': 'pg_overlay',
5
 'owner': [{'email': 'perfect007gentleman@gmail.com',
6
            'name': 'Perfect Gentleman',
7
            'type': 'person'}],
8
 'quality': 'experimental',
9
 'source': [{'type': 'git',
10
             'uri': 'https://gitlab.com/Perfect_Gentleman/PG_Overlay.git'}],
11
 'status': 'unofficial'}
12
$ pmaint sync pg_overlay
13
warning: Pulling without specifying how to reconcile divergent branches is
14
discouraged. You can squelch this message by running one of the following
15
commands sometime before your next pull:
16
17
  git config pull.rebase false  # merge (the default strategy)
18
  git config pull.rebase true   # rebase
19
  git config pull.ff only       # fast-forward only
20
21
You can replace "git config" with "git config --global" to set a default
22
preference for all repositories. You can also pass --rebase, --no-rebase,
23
or --ff-only on the command line to override the configured default per
24
invocation.
25
26
From https://gitlab.com/Perfect_Gentleman/PG_Overlay
27
   1adf7fe..c37e0c3  master     -> origin/master
28
Updating 1adf7fe..c37e0c3
29
Fast-forward
30
 www-client/ungoogled-chromium/Manifest             |   20 +
31
 .../files/chromium-86-fix-vaapi-on-intel.patch     |   40 +
32
 .../files/chromium-87-ozone-deps.patch             |   15 +
33
 .../files/chromium-87-webcodecs-deps.patch         |   26 +
34
 .../files/chromium-87-xproto-crash.patch           |   38 +
35
 .../ungoogled-chromium/files/chromium-browser.xml  |   13 +
36
 .../files/chromium-launcher-r5.sh                  |   58 ++
37
 .../files/chromium-launcher-r6.sh                  |   50 +
38
 .../chromium-system-fix-shim-headers-r0.patch      |   11 +
39
 .../files/chromium-system-jsoncpp-r1.patch         |   63 ++
40
 .../files/chromium-system-openjpeg-r2.patch        |   27 +
41
 .../files/chromium-ucf-dict-utility.patch          |  111 +++
42
 .../ungoogled-chromium/files/chromium.default      |   10 +
43
 .../ungoogled-chromium/files/update-dicts.sh       |   58 ++
44
 .../files/vdpau-support-r2.patch                   |   55 +
45
 www-client/ungoogled-chromium/metadata.xml         |   49 +
46
 .../ungoogled-chromium-87.0.4280.66_p1.ebuild      | 1048 ++++++++++++++++++++
47
 17 files changed, 1692 insertions(+)
48
 create mode 100644 www-client/ungoogled-chromium/Manifest
49
 create mode 100644 www-client/ungoogled-chromium/files/chromium-86-fix-vaapi-on-intel.patch
50
 create mode 100644 www-client/ungoogled-chromium/files/chromium-87-ozone-deps.patch
51
 create mode 100644 www-client/ungoogled-chromium/files/chromium-87-webcodecs-deps.patch
52
 create mode 100644 www-client/ungoogled-chromium/files/chromium-87-xproto-crash.patch
53
 create mode 100644 www-client/ungoogled-chromium/files/chromium-browser.xml
54
 create mode 100644 www-client/ungoogled-chromium/files/chromium-launcher-r5.sh
55
 create mode 100644 www-client/ungoogled-chromium/files/chromium-launcher-r6.sh
56
 create mode 100644 www-client/ungoogled-chromium/files/chromium-system-fix-shim-headers-r0.patch
57
 create mode 100644 www-client/ungoogled-chromium/files/chromium-system-jsoncpp-r1.patch
58
 create mode 100644 www-client/ungoogled-chromium/files/chromium-system-openjpeg-r2.patch
59
 create mode 100644 www-client/ungoogled-chromium/files/chromium-ucf-dict-utility.patch
60
 create mode 100644 www-client/ungoogled-chromium/files/chromium.default
61
 create mode 100644 www-client/ungoogled-chromium/files/update-dicts.sh
62
 create mode 100644 www-client/ungoogled-chromium/files/vdpau-support-r2.patch
63
 create mode 100644 www-client/ungoogled-chromium/metadata.xml
64
 create mode 100644 www-client/ungoogled-chromium/ungoogled-chromium-87.0.4280.66_p1.ebuild
65
*** syncing pg_overlay
66
*** synced pg_overlay
67
 * Sync succeeded
68
$ git log --format=%ci -1
69
$ git show -q --pretty=format:%G? HEAD
70
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pg_overlay
71
 * Cache regenerated successfully