diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-10-26 12:07:52 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-10-29 23:40:14 +0200 |
commit | c3207585e9853903dcd30537bf888356675c7609 (patch) | |
tree | 32dd406a1369ac47ba856d1f5f60c275c3557b8d /dev-db/mongodb | |
parent | app-benchmarks/stress-ng: drop old version (diff) | |
download | gentoo-c3207585e9853903dcd30537bf888356675c7609.tar.gz gentoo-c3207585e9853903dcd30537bf888356675c7609.tar.bz2 gentoo-c3207585e9853903dcd30537bf888356675c7609.zip |
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@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-db/mongodb')
-rw-r--r-- | dev-db/mongodb/files/mongodb-4.4.1-no-compass.patch | 56 | ||||
-rw-r--r-- | dev-db/mongodb/files/mongodb-4.4.1-unwind-gcc10.patch | 12 |
2 files changed, 0 insertions, 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 15a7f9534bcf..000000000000 --- 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 a80f7e6474fb..000000000000 --- 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', |