From ccef6c571af0f52a80563de723ec67fb4ba868f5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 21 May 2025 15:34:12 +0200 Subject: [PATCH] gnuplot: legacy build script removed --- Tools/gnuplot/build | 11 ----------- Tools/gnuplot/build-yaml | 7 ------- Tools/gnuplot/files/config.yaml | 20 ++++++++++---------- 3 files changed, 10 insertions(+), 28 deletions(-) delete mode 100755 Tools/gnuplot/build-yaml diff --git a/Tools/gnuplot/build b/Tools/gnuplot/build index 02f5bfd..4d92699 100755 --- a/Tools/gnuplot/build +++ b/Tools/gnuplot/build @@ -1,16 +1,5 @@ #!/usr/bin/env modbuild -pbuild::set_download_url \ - "https://sourceforge.net/projects/gnuplot/files/$P/$V/$P-$V.tar.gz" -pbuild::set_sha256sum 'gnuplot-5.2.4.tar.gz:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb' -pbuild::install_docfiles 'Copyright' 'NEWS' 'README' - -pbuild::add_to_group 'Tools' - -pbuild::pre_configure() { - pbuild::add_configure_args '--with-latex=no' - pbuild::add_configure_args '--with-qt=no' -} # Local Variables: # mode: sh # sh-basic-offset: 8 diff --git a/Tools/gnuplot/build-yaml b/Tools/gnuplot/build-yaml deleted file mode 100755 index 4d92699..0000000 --- a/Tools/gnuplot/build-yaml +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env modbuild - -# Local Variables: -# mode: sh -# sh-basic-offset: 8 -# tab-width: 8 -# End: diff --git a/Tools/gnuplot/files/config.yaml b/Tools/gnuplot/files/config.yaml index 9e709c2..00ac193 100644 --- a/Tools/gnuplot/files/config.yaml +++ b/Tools/gnuplot/files/config.yaml @@ -10,6 +10,8 @@ gnuplot: urls: - url: https://sourceforge.net/projects/gnuplot/files/$P/$V/$P-${V_PKG}.tar.gz shasums: + gnuplot-6.0.1.tar.gz: e85a660c1a2a1808ff24f7e69981ffcbac66a45c9dcf711b65610b26ea71379a + gnuplot-6.0.0.tar.gz: 635a28f0993f6ab0d1179e072ad39b8139d07f51237f841d93c6c2ff4b1758ec gnuplot-5.4.10.tar.gz: 975d8c1cc2c41c7cedc4e323aff035d977feb9a97f0296dd2a8a66d197a5b27c gnuplot-5.4.9.tar.gz: a328a021f53dc05459be6066020e9a71e8eab6255d3381e22696120d465c6a97 gnuplot-5.4.8.tar.gz: 931279c7caad1aff7d46cb4766f1ff41c26d9be9daf0bcf0c79deeee3d91f5cf @@ -26,18 +28,16 @@ gnuplot: gnuplot-5.0.0.tar.gz: 417d4bc5bc914a60409bb75cf18dd14f48b07f53c6ad3c4a4d3cd9a8d7370faf gnuplot-4.6.3.tar.gz: df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5 versions: - 5.4.{0,1,2,3,4,5,8,9};5.2.{0,4,6,7,8};5.0.0;4.6.3: - 5.4.10: + 6.0.1;6.0.0: config: relstage: stable - 6.0.0: - config: - relstage: unstable - systems: [rhel*] + systems: [rhel*, sles*] configure_args: ['--with-latex=no', '--with-qt=no'] - 6.0.1: + 5.4.{0,1,2,3,4,5,8,9,10}: config: - relstage: unstable - systems: [rhel*] - configure_args: ['--with-latex=no', '--with-qt=no'] + relstage: stable + systems: [rhel*, sles*] + 5.2.{0,4,6,7,8};5.0.0: + config: + relstage: deprecated