diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-03-02 09:58:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-02 10:05:40 +0100 |
commit | f42fa894b14082d3d46c67e22274778e71dbb462 (patch) | |
tree | 34e5bb689820e3a9a12f2f155de12726e8167584 /sci-visualization/gwyddion/files | |
parent | dev-python/slixmpp: Remove old (diff) | |
download | gentoo-f42fa894b14082d3d46c67e22274778e71dbb462.tar.gz gentoo-f42fa894b14082d3d46c67e22274778e71dbb462.tar.bz2 gentoo-f42fa894b14082d3d46c67e22274778e71dbb462.zip |
sci-visualization/gwyddion: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-visualization/gwyddion/files')
3 files changed, 0 insertions, 63 deletions
diff --git a/sci-visualization/gwyddion/files/gwyddion-2.55-automagic.patch b/sci-visualization/gwyddion/files/gwyddion-2.55-automagic.patch deleted file mode 100644 index 405a2552f08b..000000000000 --- a/sci-visualization/gwyddion/files/gwyddion-2.55-automagic.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -ruN gwyddion-2.55.orig/configure.ac gwyddion-2.55/configure.ac ---- gwyddion-2.55.orig/configure.ac 2019-11-04 10:25:16.000000000 +0100 -+++ gwyddion-2.55/configure.ac 2020-01-24 05:22:15.264763441 +0100 -@@ -634,21 +634,25 @@ - ############################################################################# - # OpenEXR - # Optional. Used for HDR greyscale OpenEXR pixmap import/export. --enable_exr=$have_cxx --PKG_CHECK_MODULES(EXR, [OpenEXR], -+GWY_WITH([exr],,[build with OpenEXR support]) -+if test "x$enable_exr" != "xno" && "x$have_cxx" != "xno"; then -+ PKG_CHECK_MODULES(EXR, [OpenEXR], - [AC_DEFINE(HAVE_EXR,1, - [Define if we have the OpenEXR package.])], - [enable_exr=no]) -+fi - AM_CONDITIONAL([HAVE_EXR],[test "x$enable_exr" != xno]) - - ############################################################################# - # CFITSIO - # Optional. Used for FITS image import. --enable_cfitsio=yes --PKG_CHECK_MODULES(CFITSIO, [cfitsio], -+GWY_WITH([cfitsio],,[build with cfitsio support]) -+if test "x$enable_cfitsio" != "xno"; then -+ PKG_CHECK_MODULES(CFITSIO, [cfitsio], - [AC_DEFINE(HAVE_CFITSIO,1, - [Define if we have the cfitsio package.])], - [enable_cfitsio=no]) -+fi - AM_CONDITIONAL([HAVE_CFITSIO],[test "x$enable_cfitsio" != xno]) - - ############################################################################# diff --git a/sci-visualization/gwyddion/files/gwyddion-2.55-mime.patch b/sci-visualization/gwyddion/files/gwyddion-2.55-mime.patch deleted file mode 100644 index 536790c1ac46..000000000000 --- a/sci-visualization/gwyddion/files/gwyddion-2.55-mime.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: gwyddion/modules/file/ambprofile.c -=================================================================== ---- gwyddion/modules/file/ambprofile.c (revision 22650) -+++ gwyddion/modules/file/ambprofile.c (revision 22651) -@@ -32,8 +32,8 @@ - * <comment>Ambios XML profile data</comment> - * <magic priority="80"> - * <match type="string" offset="0" value="<?xml"> -- * <match type="string" offset="40:120" value="<ProfilometerData>"> -- * <match type="string" offset="60:140" value="<Header>"/> -+ * <match type="string" offset="40:120" value="<ProfilometerData>"> -+ * <match type="string" offset="60:140" value="<Header>"/> - * </match> - * </match> - * </magic> diff --git a/sci-visualization/gwyddion/files/gwyddion-2.55-xml.patch b/sci-visualization/gwyddion/files/gwyddion-2.55-xml.patch deleted file mode 100644 index 3cebcc684b50..000000000000 --- a/sci-visualization/gwyddion/files/gwyddion-2.55-xml.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/data/gwyddion.xml b/data/gwyddion.xml -index d26089f..acb7b90 100644 ---- a/data/gwyddion.xml -+++ b/data/gwyddion.xml -@@ -55,8 +55,8 @@ - <comment>Ambios XML profile data</comment> - <magic priority="80"> - <match type="string" offset="0" value="<?xml"> -- <match type="string" offset="40:120" value="<ProfilometerData>"> -- <match type="string" offset="60:140" value="<Header>"/> -+ <match type="string" offset="40:120" value="<ProfilometerData>"> -+ <match type="string" offset="60:140" value="<Header>"/> - </match> - </match> - </magic> |