mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Recent version of Finance::Quote no longer depend on Date::Manip, but
they do now depend on Crypt::SSLeay. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14456 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
2006-06-28 David Hampton <hampton@employees.org>
|
||||
|
||||
* packaging/gnucash-1.9.x.ebuild:
|
||||
* src/quotes/gnc-fq-update.in:
|
||||
* src/quotes/gnc-fq-check.in:
|
||||
* src/quotes/gnc-fq-helper.in:
|
||||
* src/quotes/gnc-fq-dump: Recent version of Finance::Quote no
|
||||
longer depend on Date::Manip, but they do now depend on
|
||||
Crypt::SSLeay.
|
||||
|
||||
2006-06-27 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/report/standard-reports/portfolio.scm:
|
||||
|
||||
@@ -45,7 +45,7 @@ RDEPEND=">=dev-libs/glib-2.4.0
|
||||
hbci? ( net-libs/aqbanking
|
||||
chipcard? ( sys-libs/libchipcard )
|
||||
)
|
||||
quotes? ( dev-perl/DateManip
|
||||
quotes? ( dev-perl/Crypt-SSLeay
|
||||
dev-perl/Finance-Quote
|
||||
dev-perl/HTML-TableExtract )
|
||||
postgres? ( dev-db/postgresql )
|
||||
|
||||
@@ -41,7 +41,7 @@ use FileHandle;
|
||||
# non-zero - failure
|
||||
|
||||
sub check_modules {
|
||||
my @modules = qw(Date::Manip Finance::Quote LWP HTML::Parser HTML::TableExtract);
|
||||
my @modules = qw(Finance::Quote LWP HTML::Parser HTML::TableExtract Crypt::SSLeay);
|
||||
my @missing;
|
||||
|
||||
foreach my $mod (@modules) {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
use strict;
|
||||
|
||||
sub check_modules {
|
||||
my @modules = qw(Date::Manip Finance::Quote LWP HTML::TableExtract);
|
||||
my @modules = qw(Finance::Quote LWP HTML::TableExtract Crypt::SSLeay);
|
||||
my @missing;
|
||||
|
||||
foreach my $mod (@modules) {
|
||||
|
||||
@@ -103,7 +103,7 @@ use FileHandle;
|
||||
# signature so this works OK.
|
||||
|
||||
sub check_modules {
|
||||
my @modules = qw(Date::Manip Finance::Quote LWP HTML::TableExtract);
|
||||
my @modules = qw(Finance::Quote LWP HTML::TableExtract Crypt::SSLeay);
|
||||
my @missing;
|
||||
|
||||
foreach my $mod (@modules) {
|
||||
|
||||
@@ -39,9 +39,9 @@ if ($( != 0) {
|
||||
}
|
||||
|
||||
CPAN::Shell->install('LWP');
|
||||
CPAN::Shell->install('Date::Manip');
|
||||
CPAN::Shell->install('HTML::Parser');
|
||||
CPAN::Shell->install('HTML::TableExtract');
|
||||
CPAN::Shell->install('Crypt::SSLeay');
|
||||
CPAN::Shell->install('Finance::Quote');
|
||||
|
||||
## Local Variables:
|
||||
|
||||
Reference in New Issue
Block a user