Commit Graph

21 Commits

Author SHA1 Message Date
Nadir Ishiguro
3602649612 rdiff-backup: 2.2.5 -> 2.2.6
https://github.com/rdiff-backup/rdiff-backup/releases/tag/v2.2.6
2023-09-10 20:39:23 +02:00
Nadir Ishiguro
200009610a
rdiff-backup: 2.0.5 -> 2.2.5
Changelog: https://github.com/rdiff-backup/rdiff-backup/blob/master/CHANGELOG.adoc
2023-08-26 17:52:51 +02:00
Weijia Wang
35690e335f treewide/tools: use top-level fetchPypi 2023-05-25 19:03:52 +03:00
Peter Hoeg
aab4b6b493 rdiff-backup: 1.3.3 -> 2.0.5 2021-07-14 09:54:12 +08:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
f3c8692232 rdiff-backup: use python2 and buildPythonApplication 2016-11-24 22:28:03 +01:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Moritz Ulrich
da26c13df5 rdiff-backup: Fix build with a ArchLinux patch. 2015-03-29 11:40:35 +02:00
Bjørn Forsman
bad831d6fe rdiff-backup: unbreak 'rdiff-backup-statistics'
By adding needed module to python sys.path. Fixes this:

  $ rdiff-backup-statistics backup-dir
  Traceback (most recent call last):
    File "/home/bfo/.nix-profile/bin/rdiff-backup-statistics", line 24, in
  <module>
      from rdiff_backup import connection, regress, rpath, Globals,
  restore, \
  ImportError: No module named rdiff_backup
2014-11-23 21:58:46 +01:00
Bjørn Forsman
98344757b9 rdiff-backup: set meta.platforms 2014-11-23 21:35:24 +01:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Moritz Ulrich
c727c38b26 rdiff_backup: update from 1.2.8 to 1.3.3 2013-12-09 00:34:48 +00:00
Evgeny Egorochkin
da4be371e9 make package use mirror:// for gnu, savannah and gnome repositories where possible 2013-07-14 05:23:06 +03:00
Mathijs Kwik
d652ae4253 rdiff-backup: upgrade to 1.2.8 2012-07-21 19:56:44 +02:00
Nicolas Pierron
174153238a rdiff-backup: Fix nix expression.
svn path=/nixpkgs/trunk/; revision=29017
2011-09-05 08:32:55 +00:00
Eelco Dolstra
09ab596e0f * Remove calls to fail().
svn path=/nixpkgs/branches/stdenv-updates/; revision=11690
2008-04-23 07:34:20 +00:00
Yury G. Kudryashov
5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Marc Weber
bc92b20f9a rdiff-backup added
svn path=/nixpkgs/trunk/; revision=9280
2007-09-08 20:45:23 +00:00