summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-12-24 01:57:02 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-12-24 01:57:02 +0000
commit99c4e7433c7170a6a6adca6690193c11532310a0 (patch)
tree1162c97fd14a1e6b9685276c3dc791ed979820be /app-backup
parent[QA] Remove unused files. (diff)
downloadgentoo-2-99c4e7433c7170a6a6adca6690193c11532310a0.tar.gz
gentoo-2-99c4e7433c7170a6a6adca6690193c11532310a0.tar.bz2
gentoo-2-99c4e7433c7170a6a6adca6690193c11532310a0.zip
[QA] Remove unused files.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/flexbackup/ChangeLog9
-rw-r--r--app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.12-deprecation-warning2.patch21
2 files changed, 6 insertions, 24 deletions
diff --git a/app-backup/flexbackup/ChangeLog b/app-backup/flexbackup/ChangeLog
index d784b99bb77e..04fe69c54c0f 100644
--- a/app-backup/flexbackup/ChangeLog
+++ b/app-backup/flexbackup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-backup/flexbackup
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/ChangeLog,v 1.45 2011/10/08 06:08:42 graaff Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/ChangeLog,v 1.46 2013/12/24 01:57:02 tomwij Exp $
+
+ 24 Dec 2013; Tom Wijsman <TomWij@gentoo.org>
+ -files/flexbackup-1.2.1-perl-5.12-deprecation-warning2.patch:
+ [QA] Remove unused files.
08 Oct 2011; Hans de Graaff <graaff@gentoo.org> -flexbackup-1.2.1-r10.ebuild:
Remove old version.
@@ -263,4 +267,3 @@
flexbackup-1.1.6.ebuild, files/Makefile-gentoo.diff:
Initial ebuild by myself. Thx to Raphael Deimel for the devfs hint with the
tape.
-
diff --git a/app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.12-deprecation-warning2.patch b/app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.12-deprecation-warning2.patch
deleted file mode 100644
index 80f8a6fcbc60..000000000000
--- a/app-backup/flexbackup/files/flexbackup-1.2.1-perl-5.12-deprecation-warning2.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- flexbackup.~1~ 2010-10-09 13:19:27.633694860 +0200
-+++ flexbackup 2010-10-09 13:21:52.396818511 +0200
-@@ -133,6 +133,9 @@
- # tar has a limit of this many chars in its volume label
- $::tar_max_label = 99;
-
-+# Define the prune hash to avoid warnings with perl 5.12
-+use vars qw( %prune );
-+
- # Get commandline flags
- %::opt = ();
- if (! &::GetOptions(\%::opt,
-@@ -1050,7 +1053,7 @@
- } else {
- $prunekey = $dir;
- }
-- if (defined(%{$::prune{$prunekey}})) {
-+ if (defined($prune{$prunekey})) {
- &log("| NOTE: \$prune is ignored for type=dump");
- }
-