diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-02 19:07:55 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-02-02 17:58:47 -0200 |
commit | 16397a3864ea2b2957856638981996a4546d1bd3 (patch) | |
tree | 833aa2c16b106b0024f0e5abd5d9a43ab9cc37f6 /sci-physics/geant | |
parent | sci-physics/espresso++: remove unused patch (diff) | |
download | gentoo-16397a3864ea2b2957856638981996a4546d1bd3.tar.gz gentoo-16397a3864ea2b2957856638981996a4546d1bd3.tar.bz2 gentoo-16397a3864ea2b2957856638981996a4546d1bd3.zip |
sci-physics/geant: remove unused patches
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/geant')
-rw-r--r-- | sci-physics/geant/files/geant-4.9.4-no-benchmarks.patch | 10 | ||||
-rw-r--r-- | sci-physics/geant/files/geant-4.9.4-no-examples.patch | 15 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sci-physics/geant/files/geant-4.9.4-no-benchmarks.patch b/sci-physics/geant/files/geant-4.9.4-no-benchmarks.patch deleted file mode 100644 index 8c9d47707ac4..000000000000 --- a/sci-physics/geant/files/geant-4.9.4-no-benchmarks.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- source/geometry/CMakeLists.txt.orig 2011-01-17 05:09:38.046080303 +0000 -+++ source/geometry/CMakeLists.txt 2011-01-17 05:09:59.636215548 +0000 -@@ -12,7 +12,6 @@ - # - #------------------------------------------------------------------------------ - --add_subdirectory(benchmarks) - add_subdirectory(biasing) - add_subdirectory(divisions) - add_subdirectory(magneticfield) diff --git a/sci-physics/geant/files/geant-4.9.4-no-examples.patch b/sci-physics/geant/files/geant-4.9.4-no-examples.patch deleted file mode 100644 index 6db7b3f9017d..000000000000 --- a/sci-physics/geant/files/geant-4.9.4-no-examples.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- CMakeLists.txt.orig 2011-01-22 01:47:07.000000000 +0000 -+++ CMakeLists.txt 2011-01-22 02:00:58.676084146 +0000 -@@ -209,9 +209,9 @@ - # Install any extra files needed such as documentation and legacy Makefiles - # - # User example code --install(DIRECTORY examples -- DESTINATION ${GEANT4_DATAROOTDIR}/geant4-${geant4_VERSION} -- PATTERN "CVS" EXCLUDE) -+#install(DIRECTORY examples -+# DESTINATION ${GEANT4_DATAROOTDIR}/geant4-${geant4_VERSION} -+# PATTERN "CVS" EXCLUDE) - - - # |