summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-16 09:29:30 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-16 09:29:30 +0000
commitf9a0a4389fda5e01d50873760678ea2c11f4c8ba (patch)
tree43598bd6d299a65fffa0b8e907e258221469b959 /dev-perl
parentMigrate to EAPI 2 in order to drop built_with_use call. (diff)
downloadgentoo-2-f9a0a4389fda5e01d50873760678ea2c11f4c8ba.tar.gz
gentoo-2-f9a0a4389fda5e01d50873760678ea2c11f4c8ba.tar.bz2
gentoo-2-f9a0a4389fda5e01d50873760678ea2c11f4c8ba.zip
Remove unused patch
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Finance-Quote/ChangeLog6
-rw-r--r--dev-perl/Finance-Quote/files/Finance-Quote-1.08-tase.patch15
2 files changed, 5 insertions, 16 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog
index cbd7840c4f9f..9d503be205ae 100644
--- a/dev-perl/Finance-Quote/ChangeLog
+++ b/dev-perl/Finance-Quote/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Finance-Quote
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.53 2009/06/03 16:15:08 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.54 2009/08/16 09:29:30 tove Exp $
+
+ 16 Aug 2009; Torsten Veller <tove@gentoo.org>
+ -files/Finance-Quote-1.08-tase.patch:
+ Remove unused patch
03 Jun 2009; Torsten Veller <tove@gentoo.org> -Finance-Quote-1.13.ebuild:
Cleanup
diff --git a/dev-perl/Finance-Quote/files/Finance-Quote-1.08-tase.patch b/dev-perl/Finance-Quote/files/Finance-Quote-1.08-tase.patch
deleted file mode 100644
index fd84a04abb0d..000000000000
--- a/dev-perl/Finance-Quote/files/Finance-Quote-1.08-tase.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur Finance-Quote-1.08/lib/Finance/Quote/Yahoo/Base.pm Finance-Quote-1.08-tase/lib/Finance/Quote/Yahoo/Base.pm
---- Finance-Quote-1.08/lib/Finance/Quote/Yahoo/Base.pm 2003-07-04 16:00:07.000000000 +0300
-+++ Finance-Quote-1.08-tase/lib/Finance/Quote/Yahoo/Base.pm 2004-06-28 12:09:52.448751880 +0300
-@@ -227,9 +227,9 @@
-
- # Convert prices (when needed). E.G. London sources
- # return in pence. We'd like them to return in pounds
-- # (divide by 100).
-+ # (divide by 100). We'll do the same for Tel-Aviv.
- if (defined($exchange)) {
-- if ($exchange eq "L") {
-+ if ($exchange eq "L" || $exchange eq "TA") {
- foreach my $field ($quoter->default_currency_fields) {
- next unless ($info{$symbol,$field});
- $info{$symbol,$field} =