summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-08-16 09:40:06 +0000
committerTorsten Veller <tove@gentoo.org>2009-08-16 09:40:06 +0000
commita1fa92c655644752d0a9be41e65e188f39624bef (patch)
treeb3f6d592b0a58f4ce6c9850705e18ccd04a8ad90 /dev-perl/Finance-Quote
parentMigrate to EAPI 2 in order to drop built_with_use call. (diff)
downloadhistorical-a1fa92c655644752d0a9be41e65e188f39624bef.tar.gz
historical-a1fa92c655644752d0a9be41e65e188f39624bef.tar.bz2
historical-a1fa92c655644752d0a9be41e65e188f39624bef.zip
Remove unused patch
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Finance-Quote')
-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} =