diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-16 09:23:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-16 09:23:06 +0000 |
commit | e967507ce0e5b5601a813e8b7c1cd184f9b4d6e0 (patch) | |
tree | af88d240a7ef1ddd6c9321b1b53f759bbfe6e9f2 /dev-perl/Net-CUPS | |
parent | Remove unused patch (diff) | |
download | gentoo-2-e967507ce0e5b5601a813e8b7c1cd184f9b4d6e0.tar.gz gentoo-2-e967507ce0e5b5601a813e8b7c1cd184f9b4d6e0.tar.bz2 gentoo-2-e967507ce0e5b5601a813e8b7c1cd184f9b4d6e0.zip |
Remove unused patch
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-CUPS')
-rw-r--r-- | dev-perl/Net-CUPS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Net-CUPS/files/CUPS_FOO_DEVICE.patch | 60 |
2 files changed, 5 insertions, 61 deletions
diff --git a/dev-perl/Net-CUPS/ChangeLog b/dev-perl/Net-CUPS/ChangeLog index cf7750b855b9..bf1d809d99f2 100644 --- a/dev-perl/Net-CUPS/ChangeLog +++ b/dev-perl/Net-CUPS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-CUPS # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CUPS/ChangeLog,v 1.29 2009/08/15 13:34:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CUPS/ChangeLog,v 1.30 2009/08/16 09:23:06 tove Exp $ + + 16 Aug 2009; Torsten Veller <tove@gentoo.org> + -files/CUPS_FOO_DEVICE.patch: + Remove unused patch *Net-CUPS-0.60 (15 Aug 2009) diff --git a/dev-perl/Net-CUPS/files/CUPS_FOO_DEVICE.patch b/dev-perl/Net-CUPS/files/CUPS_FOO_DEVICE.patch deleted file mode 100644 index d2933ab9985b..000000000000 --- a/dev-perl/Net-CUPS/files/CUPS_FOO_DEVICE.patch +++ /dev/null @@ -1,60 +0,0 @@ -diff -ru Net-CUPS-0.41-orig/Protocol/Protocol_constant_c.inc Net-CUPS-0.41/Protocol/Protocol_constant_c.inc ---- Net-CUPS-0.41-orig/Protocol/Protocol_constant_c.inc 2006-08-06 21:12:26.000000000 -0400 -+++ Net-CUPS-0.41/Protocol/Protocol_constant_c.inc 2006-08-06 21:16:49.000000000 -0400 -@@ -1096,15 +1096,6 @@ - } - break; - case '_': -- if (memEQ(name, "CUPS_ADD_DEVICE", 15)) { -- /* ^ */ -- -- *iv_return = CUPS_ADD_DEVICE; -- return PERL_constant_ISIV; -- -- -- -- } - if (memEQ(name, "HTTP_MAX_BUFFER", 15)) { - /* ^ */ - -@@ -1706,15 +1697,6 @@ - } - break; - case '_': -- if (memEQ(name, "CUPS_DELETE_DEVICE", 18)) { -- /* ^ */ -- -- *iv_return = CUPS_DELETE_DEVICE; -- return PERL_constant_ISIV; -- -- -- -- } - if (memEQ(name, "HTTP_ENCODE_LENGTH", 18)) { - /* ^ */ - -@@ -3153,8 +3135,8 @@ - use ExtUtils::Constant qw (constant_types C_constant XS_constant); - - my $types = {map {($_, 1)} qw(IV)}; --my @names = (qw(CUPS_ACCEPT_JOBS CUPS_ADD_CLASS CUPS_ADD_DEVICE -- CUPS_ADD_PRINTER CUPS_DELETE_CLASS CUPS_DELETE_DEVICE -+my @names = (qw(CUPS_ACCEPT_JOBS CUPS_ADD_CLASS -+ CUPS_ADD_PRINTER CUPS_DELETE_CLASS - CUPS_DELETE_PRINTER CUPS_GET_CLASSES CUPS_GET_DEFAULT - CUPS_GET_DEVICES CUPS_GET_PPDS CUPS_GET_PRINTERS CUPS_MOVE_JOB - CUPS_REJECT_JOBS CUPS_SET_DEFAULT HTTP_0_9 HTTP_1_0 HTTP_1_1 -diff -ru Net-CUPS-0.41-orig/Protocol/Protocol.pm Net-CUPS-0.41/Protocol/Protocol.pm ---- Net-CUPS-0.41-orig/Protocol/Protocol.pm 2006-08-06 21:12:26.000000000 -0400 -+++ Net-CUPS-0.41/Protocol/Protocol.pm 2006-08-06 21:13:40.000000000 -0400 -@@ -20,10 +20,8 @@ - our @EXPORT = qw( - CUPS_ACCEPT_JOBS - CUPS_ADD_CLASS -- CUPS_ADD_DEVICE - CUPS_ADD_PRINTER - CUPS_DELETE_CLASS -- CUPS_DELETE_DEVICE - CUPS_DELETE_PRINTER - CUPS_GET_CLASSES - CUPS_GET_DEFAULT |