Commit graph

21 commits

Author SHA1 Message Date
Felix Buehler 24509ea303 riemann: remove phases 2021-07-24 23:06:12 +02:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM 33699a1b6a riemann: 0.3.5 -> 0.3.6 2020-09-30 09:22:35 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 1dfd5f1f4b riemann: 0.3.4 -> 0.3.5 2019-12-09 09:53:25 -08:00
R. RyanTM df0aa12e9f riemann: 0.3.3 -> 0.3.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/riemann/versions
2019-10-23 15:55:06 -07:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Rickard Nilsson 225e412edb Remove myself as maintainer of some packages. 2019-08-20 15:24:01 +02: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 2450a9b5e5 riemann: 0.3.2 -> 0.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/riemann/versions
2019-07-02 15:27:41 -07:00
Marcus Crestani 483a07d97d riemann: 0.3.1 -> 0.3.2 2019-05-24 14:26:02 +02:00
R. RyanTM 4e965c6270 riemann: 0.3.0 -> 0.3.1 (#41044)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/riemann/versions.

These checks were done:

- built on NixOS
- /nix/store/j7fjbp411mwd42cp5wynqvk1wr3vcxxi-riemann-0.3.1/bin/.riemann-wrapped passed the binary check.
- /nix/store/j7fjbp411mwd42cp5wynqvk1wr3vcxxi-riemann-0.3.1/bin/riemann passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.3.1 with grep in /nix/store/j7fjbp411mwd42cp5wynqvk1wr3vcxxi-riemann-0.3.1
- directory tree listing: https://gist.github.com/ed9907cdc302813f2c87257f6a26628e
- du listing: https://gist.github.com/b50c1c815b3cd6102e0ec8d21b9f1365
2018-05-28 14:48:02 +02:00
Ryan Mulligan 47d1d9bf91 riemann: 0.2.12 -> 0.3.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/5pk3bc05rja1qsq11zlp7x4pz8j2wcin-riemann-0.3.0/bin/.riemann-wrapped -h` got 0 exit code
- ran `/nix/store/5pk3bc05rja1qsq11zlp7x4pz8j2wcin-riemann-0.3.0/bin/.riemann-wrapped -h` and found version 0.3.0
- ran `/nix/store/5pk3bc05rja1qsq11zlp7x4pz8j2wcin-riemann-0.3.0/bin/riemann -h` got 0 exit code
- ran `/nix/store/5pk3bc05rja1qsq11zlp7x4pz8j2wcin-riemann-0.3.0/bin/riemann -v` and found version 0.3.0
- ran `/nix/store/5pk3bc05rja1qsq11zlp7x4pz8j2wcin-riemann-0.3.0/bin/riemann -h` and found version 0.3.0
- found 0.3.0 with grep in /nix/store/5pk3bc05rja1qsq11zlp7x4pz8j2wcin-riemann-0.3.0
- found 0.3.0 in filename of file in /nix/store/5pk3bc05rja1qsq11zlp7x4pz8j2wcin-riemann-0.3.0

cc "@rickynils"
2018-02-27 13:30:48 -08:00
Franz Pletz 34eae3f73a
riemann: fix executable with wrapper script 2017-01-25 17:06:49 +01:00
Pradeep Chhetri b7ef0ed487
riemann: 0.2.9 -> 0.2.12 2017-01-25 17:06:21 +01:00
Pascal Wittmann 7bcc6e9c45
riemann: provide executable and config
fixes #20821
2016-12-11 23:33:28 +01:00
Benjamin Staffin 34ad0a304a riemann: update to 0.2.9 2015-05-23 17:51:00 -07:00
Benjamin Staffin e1f2da5314 Riemann: update to 0.2.8
Change-Id: I42b8e5f1341df826e8424141e9f9623e60b63767
2015-01-20 14:37:28 -05:00
Ben Moseley b7d72dbf5b Upgrading Riemann 0.26 -> 0.27 2015-01-10 15:17:46 +00:00
Pascal Wittmann 8df0e0b151 Fixed many descriptions 2014-11-11 14:36:34 +01:00
Rickard Nilsson 9bec5e1288 New package: riemann 0.2.6 2014-08-23 12:49:10 +02:00