diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-09-21 19:00:01 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-09-21 20:25:55 +0200 |
commit | e7fba2177f693f81b4216b7acd81bbb4f4593e1f (patch) | |
tree | 4828873b5afa5fe79411f54ccc6a35524f050cec /dev-db/mongodb | |
parent | net-proxy/haproxy: remove unused patch (diff) | |
download | gentoo-e7fba2177f693f81b4216b7acd81bbb4f4593e1f.tar.gz gentoo-e7fba2177f693f81b4216b7acd81bbb4f4593e1f.tar.bz2 gentoo-e7fba2177f693f81b4216b7acd81bbb4f4593e1f.zip |
dev-db/mongodb: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/22356
Package-Manager: Portage-3.0.23, 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.2.10-no-compass.patch | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/dev-db/mongodb/files/mongodb-4.2.10-no-compass.patch b/dev-db/mongodb/files/mongodb-4.2.10-no-compass.patch deleted file mode 100644 index e60cd827f490..000000000000 --- a/dev-db/mongodb/files/mongodb-4.2.10-no-compass.patch +++ /dev/null @@ -1,54 +0,0 @@ -diff --git a/src/mongo/SConscript b/src/mongo/SConscript -index 6c78164c..b4b7c579 100644 ---- a/src/mongo/SConscript -+++ b/src/mongo/SConscript -@@ -805,41 +805,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" --if env.TargetOSIs('windows'): -- # On windows the .in needs to be explicitly added to the file. -- 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('#/src/mongo/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("$INSTALL_DIR/bin", compass_installer) --else: -- compass_script_installer = env.AutoInstall( -- 'bin', -- source=[ -- compass_installer, -- ], -- INSTALL_ALIAS=[ -- 'tools', -- ], -- ) -- --if env.TargetOSIs('posix'): -- env.AddPostAction( compass_script_installer, 'chmod 755 $TARGET' ) -- env.AddPostAction( compass_installer, 'chmod 755 $TARGET' ) -- - # "dist" target is valid only when --use-new-tools is specified - # Attempts to build release artifacts without tools must fail - if has_option("use-new-tools"): -@@ -857,7 +822,6 @@ if has_option("use-new-tools"): - '--transform $BUILD_DIR/mongo=$SERVER_DIST_BASENAME/bin', - '--transform $BUILD_DIR/mongo/stripped/src/mongo-tools=$SERVER_DIST_BASENAME/bin', - '--transform src/mongo-tools=$SERVER_DIST_BASENAME/bin', -- '--transform src/mongo/installer/compass=$SERVER_DIST_BASENAME/bin', - '${TEMPFILE(SOURCES[1:])}' - ], - ), |