diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-23 19:21:42 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-11-08 23:45:26 +0100 |
commit | f2748f54c45ed13878f06a5886c50304a410bb72 (patch) | |
tree | e9bae0ff11afafeb4294d604129083a04a146ac9 /sci-chemistry/GromacsWrapper | |
parent | x11-plugins/pidgin-telegram: drop old version. (diff) | |
download | gentoo-f2748f54c45ed13878f06a5886c50304a410bb72.tar.gz gentoo-f2748f54c45ed13878f06a5886c50304a410bb72.tar.bz2 gentoo-f2748f54c45ed13878f06a5886c50304a410bb72.zip |
sci-chemistry/GromacsWrapper: remove unused patch(es).
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://bugs.gentoo.org/667874
Closes: https://github.com/gentoo/gentoo/pull/9959
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sci-chemistry/GromacsWrapper')
-rw-r--r-- | sci-chemistry/GromacsWrapper/files/0001-Drop-chmod-hack.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-chemistry/GromacsWrapper/files/0001-Drop-chmod-hack.patch b/sci-chemistry/GromacsWrapper/files/0001-Drop-chmod-hack.patch deleted file mode 100644 index 8645df77b86e..000000000000 --- a/sci-chemistry/GromacsWrapper/files/0001-Drop-chmod-hack.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 49b8d9662365e0e9b0725682b8a8479de402b272 Mon Sep 17 00:00:00 2001 -From: Alexey Shvetsov <alexxy@gentoo.org> -Date: Sat, 23 Mar 2013 16:40:04 +0400 -Subject: [PATCH] Drop chmod hack. - -It doesnt work if wrapper installed system-wide - -Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org> ---- - gromacs/config.py | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/gromacs/config.py b/gromacs/config.py -index cece6fc..2e686e7 100644 ---- a/gromacs/config.py -+++ b/gromacs/config.py -@@ -619,8 +619,6 @@ del g - # Must extract because it is part of a zipped python egg; - # see http://peak.telecommunity.com/DevCenter/PythonEggs#accessing-package-resources - GridMAT_MD = resource_filename(__name__,'external/GridMAT-MD_v1.0.2/GridMAT-MD.pl') --os.chmod(GridMAT_MD, 0755) -- - - #: 3rd party bundled analysis scripts and tools; this is a list of triplets of - #: --- -1.8.1.5 - |