summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-16 08:04:41 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-16 08:04:41 +0000
commitdd031e04a1156738950b50e12d3a59e3714e8fd6 (patch)
treec5c4fdb50d8a1fd618fbe93263b80df4c19d3177 /dev-perl
parentcleaned out old ebuild(s). (diff)
downloadgentoo-2-dd031e04a1156738950b50e12d3a59e3714e8fd6.tar.gz
gentoo-2-dd031e04a1156738950b50e12d3a59e3714e8fd6.tar.bz2
gentoo-2-dd031e04a1156738950b50e12d3a59e3714e8fd6.zip
Remove old patch
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Mail-ClamAV/ChangeLog6
-rw-r--r--dev-perl/Mail-ClamAV/files/0.22-clamav-0.94.patch98
2 files changed, 5 insertions, 99 deletions
diff --git a/dev-perl/Mail-ClamAV/ChangeLog b/dev-perl/Mail-ClamAV/ChangeLog
index cb2a9ee6deed..84c2ece1ef4e 100644
--- a/dev-perl/Mail-ClamAV/ChangeLog
+++ b/dev-perl/Mail-ClamAV/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Mail-ClamAV
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.41 2009/05/29 14:49:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.42 2009/08/16 08:04:40 tove Exp $
+
+ 16 Aug 2009; Torsten Veller <tove@gentoo.org>
+ -files/0.22-clamav-0.94.patch:
+ Remove unused file
29 May 2009; Torsten Veller <tove@gentoo.org> -Mail-ClamAV-0.22-r1.ebuild:
Cleanup
diff --git a/dev-perl/Mail-ClamAV/files/0.22-clamav-0.94.patch b/dev-perl/Mail-ClamAV/files/0.22-clamav-0.94.patch
deleted file mode 100644
index 03f1ccaca372..000000000000
--- a/dev-perl/Mail-ClamAV/files/0.22-clamav-0.94.patch
+++ /dev/null
@@ -1,98 +0,0 @@
-http://rt.cpan.org/Ticket/Display.html?id=39301
-
---- ./t/Mail-ClamAV.t.orig 2008-09-15 10:51:16.000000000 -0700
-+++ ./t/Mail-ClamAV.t 2008-09-15 10:52:03.000000000 -0700
-@@ -29,7 +29,6 @@
- CL_EACCES
- CL_ENULLARG
- CL_ETMPFILE
-- CL_EFSYNC
- CL_EMEM
- CL_EOPEN
- CL_EMALFDB
-@@ -42,7 +41,6 @@
- CL_EIO
- CL_EFORMAT
- CL_ESUPPORT
-- CL_ELOCKDB
-
- CL_ENCINIT
- CL_ENCLOAD
---- ./ClamAV.pm.orig 2008-09-15 10:51:16.000000000 -0700
-+++ ./ClamAV.pm 2008-09-15 10:52:52.000000000 -0700
-@@ -58,7 +58,6 @@
- CL_EACCES
- CL_ENULLARG
- CL_ETMPFILE
-- CL_EFSYNC
- CL_EMEM
- CL_EOPEN
- CL_EMALFDB
-@@ -71,7 +70,6 @@
- CL_EIO
- CL_EFORMAT
- CL_ESUPPORT
-- CL_ELOCKDB
-
- CL_ENCINIT
- CL_ENCLOAD
-@@ -478,7 +476,6 @@
- if (strEQ("CL_EACCES", name)) return CL_EACCES;
- if (strEQ("CL_ENULLARG", name)) return CL_ENULLARG;
- if (strEQ("CL_ETMPFILE", name)) return CL_ETMPFILE;
-- if (strEQ("CL_EFSYNC", name)) return CL_EFSYNC;
- if (strEQ("CL_EMEM", name)) return CL_EMEM;
- if (strEQ("CL_EOPEN", name)) return CL_EOPEN;
- if (strEQ("CL_EMALFDB", name)) return CL_EMALFDB;
-@@ -491,7 +488,6 @@
- if (strEQ("CL_EIO", name)) return CL_EIO;
- if (strEQ("CL_EFORMAT", name)) return CL_EFORMAT;
- if (strEQ("CL_ESUPPORT", name)) return CL_ESUPPORT;
-- if (strEQ("CL_ELOCKDB", name)) return CL_ELOCKDB;
-
- /* NodalCore */
- if (strEQ("CL_ENCINIT", name)) return CL_ENCINIT;
-@@ -788,10 +784,6 @@
-
- tmpfile() failed
-
--=item CL_EFSYNC
--
--fsync() failed
--
- =item CL_EMEM
-
- memory allocation error
-@@ -840,10 +832,6 @@
-
- not supported data format
-
--=item CL_ELOCKDB
--
--can't lock DB directory
--
- =item CL_ENCINIT
-
- NodalCore initialization failed
---- ./README.orig 2008-09-15 10:51:16.000000000 -0700
-+++ ./README 2008-09-15 10:53:05.000000000 -0700
-@@ -170,9 +170,6 @@
- CL_ETMPFILE
- tmpfile() failed
-
-- CL_EFSYNC
-- fsync() failed
--
- CL_EMEM
- memory allocation error
-
-@@ -209,9 +206,6 @@
- CL_ESUPPORT
- not supported data format
-
-- CL_ELOCKDB
-- can't lock DB directory
--
- CL_ENCINIT
- NodalCore initialization failed
-