summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-28 07:28:46 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-28 07:28:46 +0000
commit75b66095346cb9bf413a5250ea99af16ff43afd1 (patch)
treef9386bb8b98c19cb160eb393e31146fb95d39148 /dev-perl/Finance-Quote
parentVersion bump (diff)
downloadgentoo-2-75b66095346cb9bf413a5250ea99af16ff43afd1.tar.gz
gentoo-2-75b66095346cb9bf413a5250ea99af16ff43afd1.tar.bz2
gentoo-2-75b66095346cb9bf413a5250ea99af16ff43afd1.zip
New VWD patch. Thanks to Thomas.Eschenbacher (#318491). Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Finance-Quote')
-rw-r--r--dev-perl/Finance-Quote/ChangeLog9
-rw-r--r--dev-perl/Finance-Quote/Finance-Quote-1.17-r2.ebuild (renamed from dev-perl/Finance-Quote/Finance-Quote-1.17-r1.ebuild)2
-rw-r--r--dev-perl/Finance-Quote/files/VWD.pm.diff14
3 files changed, 15 insertions, 10 deletions
diff --git a/dev-perl/Finance-Quote/ChangeLog b/dev-perl/Finance-Quote/ChangeLog
index 299b262592e1..6aefa5a26aa0 100644
--- a/dev-perl/Finance-Quote/ChangeLog
+++ b/dev-perl/Finance-Quote/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/Finance-Quote
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.60 2010/05/06 07:18:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/ChangeLog,v 1.61 2010/05/28 07:28:46 tove Exp $
+
+*Finance-Quote-1.17-r2 (28 May 2010)
+
+ 28 May 2010; Torsten Veller <tove@gentoo.org>
+ -Finance-Quote-1.17-r1.ebuild, +Finance-Quote-1.17-r2.ebuild,
+ files/VWD.pm.diff:
+ New VWD patch. Thanks to Thomas.Eschenbacher (#318491). Cleanup
*Finance-Quote-1.17-r1 (06 May 2010)
diff --git a/dev-perl/Finance-Quote/Finance-Quote-1.17-r1.ebuild b/dev-perl/Finance-Quote/Finance-Quote-1.17-r2.ebuild
index eab69e3e880b..b6e547df549c 100644
--- a/dev-perl/Finance-Quote/Finance-Quote-1.17-r1.ebuild
+++ b/dev-perl/Finance-Quote/Finance-Quote-1.17-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.17-r1.ebuild,v 1.1 2010/05/06 07:18:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Finance-Quote/Finance-Quote-1.17-r2.ebuild,v 1.1 2010/05/28 07:28:46 tove Exp $
EAPI=3
diff --git a/dev-perl/Finance-Quote/files/VWD.pm.diff b/dev-perl/Finance-Quote/files/VWD.pm.diff
index 3edab6fb5cf1..4ddabdba8660 100644
--- a/dev-perl/Finance-Quote/files/VWD.pm.diff
+++ b/dev-perl/Finance-Quote/files/VWD.pm.diff
@@ -1,13 +1,11 @@
--- lib/Finance/Quote/VWD.pm
+++ lib/Finance/Quote/VWD.pm
-@@ -122,8 +122,8 @@
+@@ -118,7 +118,7 @@
+ # all other info below <div class=contentContainer>
+ my $content = $tree->look_down(
+ "_tag", "div",
+- "class", "contentContainer"
++ "class", "mainContainer"
);
next if not $content;
-- # <h1> contains price, time, name, and symbol
-- my $head = $content->find("h1");
-+ # <h2> contains price, time, name, and symbol
-+ my $head = $content->find("h2");
- next if not $head;
-
- my $wpkurs = $head->look_down(