diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-03-04 22:31:48 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-03-04 22:31:48 +0000 |
commit | 7dd68f18313dbbd8836a2b1f41cba352a4f4c2be (patch) | |
tree | b295e54f87ca78a3dcce98d11001c6240b8bb17a /app-backup/rsnapshot/files | |
parent | dev-util/giggle: Remove (renamed to dev-vcs/giggle) (diff) | |
download | gentoo-2-7dd68f18313dbbd8836a2b1f41cba352a4f4c2be.tar.gz gentoo-2-7dd68f18313dbbd8836a2b1f41cba352a4f4c2be.tar.bz2 gentoo-2-7dd68f18313dbbd8836a2b1f41cba352a4f4c2be.zip |
clean up stray patches
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'app-backup/rsnapshot/files')
-rw-r--r-- | app-backup/rsnapshot/files/rsnapshot-1.2.9-cp_al.patch | 11 | ||||
-rw-r--r-- | app-backup/rsnapshot/files/rsnapshot-1.3.0-cp_al.patch | 12 | ||||
-rw-r--r-- | app-backup/rsnapshot/files/rsnapshot-cp_al.patch | 12 |
3 files changed, 0 insertions, 35 deletions
diff --git a/app-backup/rsnapshot/files/rsnapshot-1.2.9-cp_al.patch b/app-backup/rsnapshot/files/rsnapshot-1.2.9-cp_al.patch deleted file mode 100644 index 4ace1b658321..000000000000 --- a/app-backup/rsnapshot/files/rsnapshot-1.2.9-cp_al.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- rsnapshot-1.2.9/rsnapshot-program.pl.orig 2006-07-01 22:20:18.000000000 +0200 -+++ rsnapshot-1.2.9/rsnapshot-program.pl 2006-07-01 22:20:29.000000000 +0200 -@@ -3014,7 +3014,7 @@ - if (0 == $test) { - $result = cp_al( - "$config_vars{'snapshot_root'}/$interval.0/", -- "$config_vars{'snapshot_root'}/$interval.1/" -+ "$config_vars{'snapshot_root'}/$interval.1" - ); - if (! $result) { - my $errstr = ''; diff --git a/app-backup/rsnapshot/files/rsnapshot-1.3.0-cp_al.patch b/app-backup/rsnapshot/files/rsnapshot-1.3.0-cp_al.patch deleted file mode 100644 index 93709f85f35b..000000000000 --- a/app-backup/rsnapshot/files/rsnapshot-1.3.0-cp_al.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur rsnapshot-1.3.0.original/rsnapshot-program.pl rsnapshot-1.3.0/rsnapshot-program.pl ---- rsnapshot-1.3.0.original/rsnapshot-program.pl 2006-10-21 08:12:30.000000000 +0200 -+++ rsnapshot-1.3.0/rsnapshot-program.pl 2006-11-22 21:37:39.133222510 +0100 -@@ -3055,7 +3055,7 @@ - if (0 == $test) { - $result = cp_al( - "$config_vars{'snapshot_root'}/$interval.0/", -- "$config_vars{'snapshot_root'}/$interval.1/" -+ "$config_vars{'snapshot_root'}/$interval.1" - ); - if (! $result) { - my $errstr = ''; diff --git a/app-backup/rsnapshot/files/rsnapshot-cp_al.patch b/app-backup/rsnapshot/files/rsnapshot-cp_al.patch deleted file mode 100644 index 8d6c131a5b20..000000000000 --- a/app-backup/rsnapshot/files/rsnapshot-cp_al.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u -r -N rsnapshot-1.2.1/rsnapshot-program.pl rsnapshot-1.2.1-r2/rsnapshot-program.pl ---- rsnapshot-1.2.1/rsnapshot-program.pl 2005-04-10 00:22:29.000000000 +0200 -+++ rsnapshot-1.2.1-r2/rsnapshot-program.pl 2006-03-23 21:30:28.000000000 +0100 -@@ -2488,7 +2488,7 @@ - if (0 == $test) { - $result = cp_al( - "$config_vars{'snapshot_root'}/$interval.0/", -- "$config_vars{'snapshot_root'}/$interval.1/" -+ "$config_vars{'snapshot_root'}/$interval.1" - ); - if (! $result) { - my $errstr = ''; |