commit:     c3207585e9853903dcd30537bf888356675c7609
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Oct 26 10:07:52 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 21:40:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3207585

dev-db/mongodb: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/22708
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../mongodb/files/mongodb-4.4.1-no-compass.patch   | 56 ----------------------
 .../mongodb/files/mongodb-4.4.1-unwind-gcc10.patch | 12 -----
 2 files changed, 68 deletions(-)

diff --git a/dev-db/mongodb/files/mongodb-4.4.1-no-compass.patch 
b/dev-db/mongodb/files/mongodb-4.4.1-no-compass.patch
deleted file mode 100644
index 15a7f9534bc..00000000000
--- a/dev-db/mongodb/files/mongodb-4.4.1-no-compass.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-diff --git a/src/mongo/SConscript b/src/mongo/SConscript
-index 8acf5469..737c31d4 100644
---- a/src/mongo/SConscript
-+++ b/src/mongo/SConscript
-@@ -834,43 +834,6 @@ for full_dir, archive_dir in 
list(env["ARCHIVE_ADDITION_DIR_MAP"].items()):
- for target in env["DIST_BINARIES"]:
-     installBinary(env, "db/modules/" + target)
- 
--compass_type = 'compass'
--
--compass_script = "install_compass.in"
--if env.TargetOSIs('windows'):
--    compass_script = "Install-Compass.ps1.in"
--
--compass_python_interpreter = '/usr/bin/env python2'
--if env.TargetOSIs('darwin'):
--    compass_python_interpreter = '/usr/bin/env python'
--
--compass_installer = env.Substfile(
--  target="$BUILD_DIR/mongo/installer/compass/" + compass_script[:-3],
--  source='installer/compass/' + compass_script,
--  SUBST_DICT=[
--    ('@compass_type@', compass_type),
--    ('@python_interpreter@', compass_python_interpreter),
--  ],
--)
--
--distBinaries.append(compass_installer)
--
--if not hygienic:
--    compass_script_installer = env.Install("$DESTDIR/bin", compass_installer)
--else:
--    compass_script_installer = env.AutoInstall(
--        target='$PREFIX_BINDIR',
--        source=[
--            compass_installer,
--        ],
--        AIB_COMPONENT='dist',
--        AIB_ROLE='runtime',
--    )
--
--if env.TargetOSIs('posix'):
--    env.AddPostAction( compass_script_installer, 'chmod 755 $TARGET' )
--    env.AddPostAction( compass_installer, 'chmod 755 $TARGET' )
--
- if not hygienic:
-     server_archive = env.Command(
-         target='#/${SERVER_ARCHIVE}',
-@@ -884,7 +847,6 @@ if not hygienic:
-                 '--transform 
$BUILD_DIR/mongo/stripped/db/modules/enterprise=$SERVER_DIST_BASENAME/bin',
-                 '--transform 
$BUILD_DIR/mongo/stripped=$SERVER_DIST_BASENAME/bin',
-                 '--transform $BUILD_DIR/mongo=$SERVER_DIST_BASENAME/bin',
--                '--transform 
src/mongo/installer/compass=$SERVER_DIST_BASENAME/bin',
-                 '${TEMPFILE(SOURCES[1:])}'
-             ],
-         ),

diff --git a/dev-db/mongodb/files/mongodb-4.4.1-unwind-gcc10.patch 
b/dev-db/mongodb/files/mongodb-4.4.1-unwind-gcc10.patch
deleted file mode 100644
index a80f7e6474f..00000000000
--- a/dev-db/mongodb/files/mongodb-4.4.1-unwind-gcc10.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/third_party/unwind/SConscript 
b/src/third_party/unwind/SConscript
-index ed947c8e..7308956f 100644
---- a/src/third_party/unwind/SConscript
-+++ b/src/third_party/unwind/SConscript
-@@ -90,6 +90,7 @@ if env['TARGET_ARCH'] == 'aarch64':
- 
- env.Append(
-     CCFLAGS=[
-+        '-fcommon',
-         '-fexceptions',
-         '-Wno-unused-result',
-         '-Wno-unused-value',

Reply via email to