Commit graph

21 commits

Author SHA1 Message Date
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Michael Weiss 01551c2147
scdoc: 1.9.6 -> 1.9.7 2019-08-24 12:18:21 +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
Michael Weiss 49a782afd2
scdoc: 1.9.4 -> 1.9.6 2019-07-10 20:57:48 +02:00
Michael Weiss 217070368a
scdoc: 1.9.3 -> 1.9.4 2019-03-04 20:48:31 +01:00
Michael Weiss 560c886174
scdoc: 1.9.1 -> 1.9.3 2019-03-02 10:20:12 +01:00
Michael Weiss 410650c128
scdoc: 1.9.0 -> 1.9.1 2019-02-28 13:48:30 +01:00
Michael Weiss 2685d2722d
scdoc: 1.8.1 -> 1.9.0 2019-02-24 22:11:15 +01:00
Michael Weiss 8f354badbc
scdoc: 1.8.0 -> 1.8.1 2019-01-30 19:36:50 +01:00
Michael Weiss 35518331d6
scdoc: 1.6.1 -> 1.8.0 2019-01-27 18:26:42 +01:00
Michael Weiss 5a469f8218
scdoc: 1.6.0 -> 1.6.1 2019-01-20 17:45:50 +01:00
Michael Weiss b53a60087d scdoc: 1.5.2 -> 1.6.0 2018-11-19 12:09:45 +01:00
Michael Weiss 7eaba9af5e scdoc: Use $SOURCE_DATE_EPOCH to produce reproducible man pages
Use this patch until something like it is in the upstream repository.
Without it, the current date is used for the man pages, which makes them
non-reproducible.
2018-11-05 20:37:01 +01:00
Michael Weiss 7c3f27dba9 scdoc: 1.5.1 -> 1.5.2 2018-10-21 21:33:33 +02:00
Michael Weiss 2c881054f8 scdoc: Update the URLs (homepage and download) 2018-10-09 21:54:25 +02:00
Michael Weiss 203903343f scdoc: 1.4.2 -> 1.5.1 2018-10-08 19:14:35 +02:00
Michael Weiss a6955ad37a scdoc: Switch to fetchgit because the archive is unavailable
The Git repository is still accessible but the webpage [0] and the
download link [1] currently return "404 Not Found".

[0]: https://git.sr.ht/~sircmpwn/scdoc/
[1]: https://git.sr.ht/~sircmpwn/scdoc/snapshot/scdoc-${version}.tar.xz
2018-10-08 19:14:35 +02:00
Michael Weiss 37961c6507 scdoc: 1.4.1 -> 1.4.2 2018-09-12 20:36:54 +02:00
Michael Weiss b9c047be3e scdoc: 1.3.4 -> 1.4.1 2018-08-07 19:43:48 +02:00
Michael Weiss ef7e0e8347 scdoc: 1.3.3 -> 1.3.4 2018-06-01 00:23:33 +02:00
Michael Weiss 37b90ed9af
scdoc: init at 1.3.3 (#41315)
We'll need this to build the man pages of sway 1.0 (sway 1.0-alpha.2:
"This release replaces the asciidoc dependency with scdoc." [0]).

[0]: https://github.com/swaywm/sway/releases/tag/1.0-alpha.2
2018-05-31 17:55:23 +02:00