Commit Graph

36 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
f722001734 pdfcpu: 0.7.0 -> 0.8.0 2024-04-25 01:53:11 +00:00
R. Ryantm
e9a7d7990d pdfcpu: 0.6.0 -> 0.7.0 2024-03-05 01:34:45 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Alexis Hildebrandt
0f382f3092 pdfcpu: 0.5.0 -> 0.6.0
Co-authored-by: @doronbehar
2023-12-14 12:46:56 +02:00
Paul Zeinlinger
838fea9a55 pdfcpu: 0.4.1 -> 0.5.0 2023-08-28 12:32:41 +02:00
R. Ryantm
3776b3b666 pdfcpu: 0.4.0 -> 0.4.1 2023-05-07 04:35:30 +00:00
Doron Behar
22170ef7ad pdfcpu: 0.3.13 -> 0.4.0
Diff: https://github.com/pdfcpu/pdfcpu/compare/v0.3.13...v0.4.0
2023-03-02 16:14:04 +02:00
zowoq
d8dc7f88cc pdfcpu: update vendorSha256 2022-02-01 12:34:38 +10:00
Doron Behar
6494a49b1a pdfcpu: Add an installCheck 2021-12-08 07:04:56 +02:00
R. Ryantm
3ffb1e60e5 pdfcpu: 0.3.12 -> 0.3.13 2021-12-08 00:05:59 +00:00
R. RyanTM
6e4ba9bf91 pdfcpu: 0.3.11 -> 0.3.12 2021-08-17 13:13:18 +00:00
R. RyanTM
9396e1b2f0 pdfcpu: 0.3.9 -> 0.3.11 2021-04-11 13:13:49 +00:00
R. RyanTM
c71513353c pdfcpu: 0.3.8 -> 0.3.9 2021-02-14 05:56:17 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
71d6d4b003 pdfcpu: 0.3.7 -> 0.3.8 2021-01-20 14:55:33 +00: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
f24b695908 pdfcpu: 0.3.6 -> 0.3.7 2020-11-11 20:12:56 +00:00
Doron Behar
c9195c15ce pdfcpu: 0.3.5 -> 0.3.6 2020-10-03 14:08:21 +03:00
Doron Behar
de3a4a0569 pdfcpu: 0.3.4 -> 0.3.5 2020-09-06 08:20:27 +03:00
zowoq
42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
442458ab7c pdfcpu: 0.3.3 -> 0.3.4 2020-06-30 11:13:29 +00:00
R. RyanTM
931b3f225e pdfcpu: 0.3.2 -> 0.3.3 2020-05-28 08:15:45 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Doron Behar
01fb51db81 pdfcpu: 0.3.1 -> 0.3.2 2020-01-05 15:12:45 +01:00
Doron Behar
5f80b37036 pdfcpu: 0.3 -> 0.3.1 (#76556) 2019-12-29 10:08:42 -05:00
Doron Behar
b46fa7db24 pdfcpu: 0.2.5 -> 0.3 2019-11-27 14:12:37 +02:00
Doron Behar
64d02bba01 pdfcpu: 0.2.4 -> 0.2.5 2019-10-04 15:37:17 +03:00
Doron Behar
f70e4c7d59 pdfcpu: 0.2.3 -> 0.2.4 2019-09-06 19:13:01 +02:00
Doron Behar
ea955cb28f pdfcpu: 0.2.2 -> 0.2.3 2019-08-12 11:16:39 +03:00
Doron Behar
944cf8d68e pdfcpu: 0.2.1 -> 0.2.2 2019-08-06 13:10:54 +03:00
Doron Behar
eed8cd5391 pdfcpu: 0.1.25 -> 0.2.1 2019-07-16 13:00:20 +03:00
Doron Behar
60f11a6680 pdfcpu: init at 0.1.25 2019-06-20 22:13:18 +03:00