commit:     e8cfaac5af246d6e51803bf618a44c4f55f281ed
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 13:59:49 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 14:08:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cfaac5

games-simulation/EmptyEpsilon: drop unnecessary patches

I had my portage/env/gcc-13 with CXX=gcc-13 messed up.

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild | 8 --------
 games-simulation/EmptyEpsilon/Manifest                       | 2 --
 2 files changed, 10 deletions(-)

diff --git a/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild 
b/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild
index 84cc11d69ac4..3bdffb95126d 100644
--- a/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild
+++ b/games-simulation/EmptyEpsilon/EmptyEpsilon-2022.10.28.ebuild
@@ -22,10 +22,6 @@ SRC_URI="
        
https://github.com/zeux/meshoptimizer/archive/refs/tags/v${MY_MO_VER}.tar.gz -> 
meshoptimizer-${MY_MO_VER}.tar.gz
        
https://github.com/Flowdalic/SeriousProton/commit/dc9dccf6c802b9c55ac4eccad424d2b1af9f4b93.patch
 ->
                SeriousProton-2022.10.28-add-missing-cstdint-include.patch
-       
https://github.com/daid/SeriousProton/commit/3bb7f1cfbd91a4520ff23af7d761e08b5ca7cf88.patch
 ->
-               SeriousProton-2022.10.28-lua-fix-underlinking.patch
-       
https://github.com/daid/EmptyEpsilon/commit/5d7e7bba4daadeeb05897349d518a8d9568331cc.patch
 ->
-               EmptyEpsilon-2022.10.28-fix-underliking-stdcxx.patch
        
https://github.com/void-linux/void-packages/raw/bfb212a0ca0f9dda6f34f837e723156f46813d4d/srcpkgs/EmptyEpsilon/patches/musl_and_ppc.patch
 ->
                EmptyEpsilon-2022.10.28-musl-and-ppc.patch
 "
@@ -48,8 +44,6 @@ S="${WORKDIR}/EmptyEpsilon-EE-${PV}"
 
 PATCHES=(
        "${FILESDIR}/${PN}-cmake-meshoptimizer.patch"
-       # https://github.com/daid/EmptyEpsilon/pull/1969
-       "${DISTDIR}/EmptyEpsilon-2022.10.28-fix-underliking-stdcxx.patch"
 )
 
 pkg_pretend() {
@@ -84,8 +78,6 @@ src_prepare() {
                "${FILESDIR}/SeriousProton-cmake.patch"
                # https://github.com/daid/SeriousProton/pull/236
                
"${DISTDIR}/SeriousProton-2022.10.28-add-missing-cstdint-include.patch"
-               # https://github.com/daid/SeriousProton/pull/237
-               "${DISTDIR}/SeriousProton-2022.10.28-lua-fix-underlinking.patch"
        )
        eapply --directory="${WORKDIR}/SeriousProton-EE-${PV}" \
                   "${serious_proton_patches[@]}"

diff --git a/games-simulation/EmptyEpsilon/Manifest 
b/games-simulation/EmptyEpsilon/Manifest
index bdc199e83ddb..56be56e05da0 100644
--- a/games-simulation/EmptyEpsilon/Manifest
+++ b/games-simulation/EmptyEpsilon/Manifest
@@ -1,8 +1,6 @@
-DIST EmptyEpsilon-2022.10.28-fix-underliking-stdcxx.patch 668 BLAKE2B 
7338f41fa2bf3b95352ff70ce0440f501fc6c99778fdef9d2af3ceae7a7e141ae3e85d290a4c18b4f97f993533e40cc4e66d2715be6d78545ce9bbb413a4e357
 SHA512 
cfedba9ceca79511478180eefcc130a7a4a33ae2f0c2577b05df6acb24c261dfb03f914e1681bfb952efbc7ff27b729745afc5ef4f2fa2fbe6f1fdbb988600b4
 DIST EmptyEpsilon-2022.10.28-musl-and-ppc.patch 5440 BLAKE2B 
7a3f20e5c6595ec037a1855f22b59dc979ff4f69bdf87f8bff09d32f2aedea60595ef4647c87ce182738352d00eaf54f1778dc8d3c46de96b7c7a4cbc963bab4
 SHA512 
bb555c3752348a4f23c5764542f8b9902b7532222358517463c04f044fe50a98e47a890fd425d2c4c38b6aa1eb7bc48ad508ad08ba5811b2825e7f0483f5312b
 DIST EmptyEpsilon-2022.10.28.tar.gz 258148673 BLAKE2B 
dcc2cdd6f02afef4fee00939145c4c98461ea5403ad45949ffc99758b0575f56504b610249231969f63751d8a2f746913a004d88d7287876a5b448a4b90d8162
 SHA512 
6af0522cb9f07f0b0cf3ac287ce57b156206b27b4d17de237acf50c46928782c49a4af397c9cad4be30603e0ee04bd6979404e11d0b2c5472cf0c278124df140
 DIST SeriousProton-2022.10.28-add-missing-cstdint-include.patch 850 BLAKE2B 
f193fb30b39e7b07caf0018fc4e32430ee451baaf63315110e204e7e6f3aff84448a3a5cc83b60e642c27cebb39f532065bd1126f5646ac70645c1c341c8e464
 SHA512 
3645efb49ea012a31da0414a454bfca46170dfdfd90db7af07481181d75b87c621e7d8ba2ee9752c49d978ab0e5080f01b81eeb07cf1ce68425066c8a4111c2b
-DIST SeriousProton-2022.10.28-lua-fix-underlinking.patch 736 BLAKE2B 
50a0fa840c90056032100d19805eb26ba4b0135b77cd7a9bfea92201c0c4b88b0e8597f6cbf453ebb8ffae19e90ef691fb1e98a0219027bfd906eade92956abe
 SHA512 
d7949e6d622d7470de0a1a68c1cecc5920d72b8e9f919c7f0c19be884a981b7e07c8ed2e0c2f51eb532ff46bcb43f40eb4db1ebde7a97f708809f54c2396cf15
 DIST SeriousProton-2022.10.28.tar.gz 2668713 BLAKE2B 
9f200881bfa812904cd37428eb2bb2f8e04c46a134e8b3fceb0e02e87fe4bd7e529e1fbaf18cb4e284ec7ee4d1c6e8606f35e7ec3e61efa66816a7b354d446b9
 SHA512 
7955ed78529c0f69d6fd3ef6fac5537009548cdfe1cf8e47dc1fac8919fc3532e03453869968369f027c40dd4da513cfd84e58ffedaddd4b9d9fe67d28406be7
 DIST basis_universal_1_15_update2.tar.gz 13283133 BLAKE2B 
5400d23f86dd581da1bc96c1b95eae58f3c97b5412ad1d09d7f4ffd2ae7cae6cb14330795380e253579cc17f1ee16c91555229268219c300905da1420c0d8717
 SHA512 
a898a057b57ac64f6c0bf5fce0b599e23421ccdd015ea7bb668bce8b9292ef55b098f3d05854a2fb5363959932b75cd0a842664ae7d4f71f3537dc11301c1b32
 DIST meshoptimizer-0.16.tar.gz 342571 BLAKE2B 
2b4e244ea3676f109c904261d47bd0e7b2ad440f23d65325d34281ed13ac09657116c96b5a56860a0107479773b58c21018c8825b314f87a05bce38341fd75c1
 SHA512 
cc6d28359fb99a615e1046a4af1b247cbc6ea0266d9e7f41ea0516c1fc09fa1e67376071daf138a126c77bca3baf9d565636ed0e3adf045f1a08498c38b7a7e7

Reply via email to