diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-03-21 13:13:55 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-03-21 13:14:17 +0100 |
commit | a279ed52b6c151401d10daeb794cc363a87f7443 (patch) | |
tree | a332cbd144538fe6a54905be45b6bf6a58e2d4d0 /sci-chemistry | |
parent | profiles: remove obsolete entries (diff) | |
download | gentoo-a279ed52b6c151401d10daeb794cc363a87f7443.tar.gz gentoo-a279ed52b6c151401d10daeb794cc363a87f7443.tar.bz2 gentoo-a279ed52b6c151401d10daeb794cc363a87f7443.zip |
sci-chemistry/chemical-mime-data: Add forgotten patch
Closes: https://bugs.gentoo.org/902497
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.95-turbomole.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.95-turbomole.patch b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.95-turbomole.patch new file mode 100644 index 000000000000..adef4ee04869 --- /dev/null +++ b/sci-chemistry/chemical-mime-data/files/chemical-mime-data-0.1.95-turbomole.patch @@ -0,0 +1,47 @@ +--- a/src/chemical-mime-database.xml.in.old 2023-03-20 16:22:36.841959114 +0100 ++++ b/src/chemical-mime-database.xml.in 2023-03-20 16:26:38.315772298 +0100 +@@ -1418,7 +1418,7 @@ + <cm:specification url="http://www.ebi.ac.uk/help/formats.html"/> + </mime-type> + +- <mime-type type="chemical/x-turbomole-basis" cm:support="no"> ++ <mime-type type="chemical/x-turbomole-basis" cm:support="yes"> + <_comment>Turbomole basis set</_comment> + <glob pattern="basis"/> + <sub-class-of type="text/plain"/> +@@ -1432,7 +1432,7 @@ + <cm:specification url="http://www.cosmologic.de/data/DOK_HTML/"/> + </mime-type> + +- <mime-type type="chemical/x-turbomole-control" cm:support="no"> ++ <mime-type type="chemical/x-turbomole-control" cm:support="yes"> + <_comment>Turbomole control file</_comment> + <glob pattern="control"/> + <sub-class-of type="text/plain"/> +@@ -1448,7 +1448,7 @@ + <cm:specification url="http://www.cosmologic.de/data/DOK_HTML/node230.html"/> + </mime-type> + +- <mime-type type="chemical/x-turbomole-coord" cm:support="no"> ++ <mime-type type="chemical/x-turbomole-coord" cm:support="yes"> + <_comment>Turbomole coordinate file</_comment> + <glob pattern="coord"/> + <glob pattern="*.tmol"/> +@@ -1463,7 +1463,7 @@ + <cm:specification url="http://www.cosmologic.de/data/DOK_HTML/"/> + </mime-type> + +- <mime-type type="chemical/x-turbomole-grad" cm:support="no"> ++ <mime-type type="chemical/x-turbomole-grad" cm:support="yes"> + <_comment>Turbomole gradient file</_comment> + <glob pattern="gradient"/> + <sub-class-of type="text/plain"/> +@@ -1511,7 +1511,7 @@ + <cm:specification url="http://www.cosmologic.de/data/DOK_HTML/"/> + </mime-type> + +- <mime-type type="chemical/x-turbomole-scfmo" cm:support="no"> ++ <mime-type type="chemical/x-turbomole-scfmo" cm:support="yes"> + <_comment>Turbomole SCF MO file</_comment> + <acronym>MO</acronym> + <expanded-acronym>Molecular Orbital</expanded-acronym> |