summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2020-06-17 20:18:39 +0300
committerAndreas K. Huettel <dilfridge@gentoo.org>2020-06-17 20:19:02 +0300
commitc83f906ac118c620e73981e547c65ab3cdf5c4e6 (patch)
treef00bbf7e7b787e71c1b078c1144aa98c9075e34e /sci-visualization/gr/files
parentsci-visualization/gr: Version bump. Now useful for Julia. (diff)
downloadgentoo-c83f906ac118c620e73981e547c65ab3cdf5c4e6.tar.gz
gentoo-c83f906ac118c620e73981e547c65ab3cdf5c4e6.tar.bz2
gentoo-c83f906ac118c620e73981e547c65ab3cdf5c4e6.zip
sci-visualization/gr: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
Diffstat (limited to 'sci-visualization/gr/files')
-rw-r--r--sci-visualization/gr/files/gr-0.49.0-paths.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-visualization/gr/files/gr-0.49.0-paths.patch b/sci-visualization/gr/files/gr-0.49.0-paths.patch
deleted file mode 100644
index 73e23022f372..000000000000
--- a/sci-visualization/gr/files/gr-0.49.0-paths.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index db08eeb7..46be6fab 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -907,8 +907,8 @@ if(GR_INSTALL)
- install(FILES lib/gr/qtgr/grwidget.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/)
- endif()
- install(
-- DIRECTORY lib/gks/fonts
-- DESTINATION ${CMAKE_INSTALL_PREFIX}/
-+ DIRECTORY lib/gks/fonts/
-+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/fonts/gks
- USE_SOURCE_PERMISSIONS
- )
- endif()