Commit graph

17 commits

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Maximilian Bosch 9dbd6a782a
libdap: mark as broken
Requires an sunrpc-lib like `libtirpc` (latest `glibc` dropped support
for it), however it requires symbols like `xdr_uint` that don't exist in
`libtirpc`.
2020-09-12 23:04:47 +02:00
R. RyanTM 47fb499bc1 libdap: 3.20.5 -> 3.20.6 2020-05-05 19:05:33 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Christine Dodrill 09b47478f8
development/libraries/libdap: fix hash
(cherry picked from commit aa61e722b041ce60dd71f9e6f3f5a474db9f7211)
2020-04-01 16:36:28 +02:00
R. RyanTM 3c3393bda2 libdap: 3.20.4 -> 3.20.5 2020-02-09 16:50:27 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM e8f2f769fd libdap: 3.20.3 -> 3.20.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdap/versions
2019-07-17 09:44:48 +02:00
R. RyanTM 7d8ed1c921 libdap: 3.20.2 -> 3.20.3 (#57273)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdap/versions
2019-03-27 23:18:30 +01:00
R. RyanTM b439f9032b libdap: 3.20.0 -> 3.20.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdap/versions
2018-12-17 01:03:39 +00:00
R. RyanTM e79623115f libdap: 3.19.1 -> 3.20.0
* libdap: 3.19.1 -> 3.20.0 (#47785)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdap/versions

* libdap: homepage has moved
2018-10-10 18:27:50 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan 112a36e2fd libdap: 3.18.3 -> 3.19.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/getdap help` got 0 exit code
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/getdap -V` and found version 3.19.1
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/getdap4 help` got 0 exit code
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/getdap4 -V` and found version 3.19.1
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/dap-config -h` got 0 exit code
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/dap-config --help` got 0 exit code
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/dap-config help` got 0 exit code
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/dap-config --version` and found version 3.19.1
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/dap-config-pkgconfig -h` got 0 exit code
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/dap-config-pkgconfig --help` got 0 exit code
- ran `/nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1/bin/dap-config-pkgconfig help` got 0 exit code
- found 3.19.1 with grep in /nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1
- found 3.19.1 in filename of file in /nix/store/1lfj4rdq2h7v13y8qa6wwp1iwvchbzmf-libdap-3.19.1

cc "@bzizou"
2018-02-26 20:19:19 -08:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
ndowens 3cecb95a9d
libdap: 3.15.1 -> 3.18.3 2017-03-16 17:23:03 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr a60df02d02 libdap: fixed pkg name (version missing) 2016-02-23 15:29:57 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr 59a1dc4be2 libdap: init at 3.15.1 2016-02-22 23:15:44 +01:00