gnuplot: legacy build script removed

This commit is contained in:
2025-05-21 15:34:12 +02:00
parent b53cab1e97
commit ccef6c571a
3 changed files with 10 additions and 28 deletions

View File

@@ -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

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env modbuild
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:

View File

@@ -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