diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-04-28 00:35:44 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-04-28 00:35:44 +0000 |
commit | dec5db89ca6f9cfd1bc85c58a9724cd54b2f3c9d (patch) | |
tree | 1adbf6893e38332ba47f5bf61086ffd067fc0d6e /src_prepare-overlay.txt | |
parent | 2020-04-27T23:30:01Z (diff) | |
download | repos-dec5db89ca6f9cfd1bc85c58a9724cd54b2f3c9d.tar.gz repos-dec5db89ca6f9cfd1bc85c58a9724cd54b2f3c9d.tar.bz2 repos-dec5db89ca6f9cfd1bc85c58a9724cd54b2f3c9d.zip |
2020-04-28T00:30:01Z
Diffstat (limited to 'src_prepare-overlay.txt')
-rw-r--r-- | src_prepare-overlay.txt | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/src_prepare-overlay.txt b/src_prepare-overlay.txt index 923850d656eb..0331fdb789d4 100644 --- a/src_prepare-overlay.txt +++ b/src_prepare-overlay.txt @@ -10,8 +10,43 @@ 'uri': 'git+ssh://git@gitlab.com/src_prepare/src_prepare-overlay.git'}], 'status': 'unofficial'} $ pmaint sync src_prepare-overlay -WARNING:pkgcore:slonko repo at '/var/lib/repo-mirror-ci/sync/slonko', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). -Already up to date. +WARNING:pkgcore:phackerlay repo at '/var/lib/repo-mirror-ci/sync/phackerlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). +From https://gitlab.com/src_prepare/src_prepare-overlay + aa913da..7ec94c2 master -> origin/master +Updating aa913da..7ec94c2 +Fast-forward + eclass/oom-score-adj.eclass | 5 + + games-rpg/fallout1/fallout1-1.1.ebuild | 2 +- + games-simulation/clou2/Manifest | 4 - + games-simulation/clou2/clou2-2.0f-r1.ebuild | 2 +- + games-strategy/warcraft3/warcraft3-1.26a.ebuild | 2 +- + www-client/icecat/Manifest | 100 +-- + ...vent_makeicecat_from_writing_to_slash_tmp.patch | 33 + + .../icecat/files/1000_gentoo_preference_file.patch | 10 + + ...n_service_when_no_Google_key_is_available.patch | 21 + + www-client/icecat/files/gentoo-default-prefs.js-3 | 19 + + www-client/icecat/files/icecat-wayland.sh | 7 + + www-client/icecat/files/icecat-x11.sh | 7 + + www-client/icecat/files/icecat.sh | 129 +++ + www-client/icecat/files/icon/icecat-r1.desktop | 230 ++++++ + .../icecat/files/patch_without_repoman_knowing.sh | 2 + + www-client/icecat/icecat-60.7.0.ebuild | 392 --------- + www-client/icecat/icecat-68.7.0.ebuild | 901 +++++++++++++++++++++ + www-client/icecat/metadata.xml | 55 +- + 18 files changed, 1401 insertions(+), 520 deletions(-) + create mode 100644 eclass/oom-score-adj.eclass + delete mode 100644 games-simulation/clou2/Manifest + create mode 100644 www-client/icecat/files/0001_prevent_makeicecat_from_writing_to_slash_tmp.patch + create mode 100644 www-client/icecat/files/1000_gentoo_preference_file.patch + create mode 100644 www-client/icecat/files/3000_use_the_Mozilla_location_service_when_no_Google_key_is_available.patch + create mode 100644 www-client/icecat/files/gentoo-default-prefs.js-3 + create mode 100644 www-client/icecat/files/icecat-wayland.sh + create mode 100644 www-client/icecat/files/icecat-x11.sh + create mode 100644 www-client/icecat/files/icecat.sh + create mode 100644 www-client/icecat/files/icon/icecat-r1.desktop + create mode 100755 www-client/icecat/files/patch_without_repoman_knowing.sh + delete mode 100644 www-client/icecat/icecat-60.7.0.ebuild + create mode 100644 www-client/icecat/icecat-68.7.0.ebuild *** syncing src_prepare-overlay *** synced src_prepare-overlay * Sync succeeded |