gnucash-on-windows master: Remove explicit Finance::Quote dependencies from ActiveState branch.

John Ralls jralls at code.gnucash.org
Mon Feb 9 13:03:34 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/62f62cca (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/520492e2 (commit)



commit 62f62cca17e98dc3876a619c927f5529254f9cff
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Feb 9 10:00:46 2015 -0800

    Remove explicit Finance::Quote dependencies from ActiveState branch.
    
    ActiveState's ppm is quite capable of resolving dependencies on it's
    own, and these two are obsolete anyway.

diff --git a/extra_dist/install-fq-mods.cmd b/extra_dist/install-fq-mods.cmd
index dec3b33..9e79f39 100644
--- a/extra_dist/install-fq-mods.cmd
+++ b/extra_dist/install-fq-mods.cmd
@@ -121,34 +121,6 @@ if %errorlevel% neq 0 goto error
 goto fqchk
 
 REM ----------------------------------------------------------------------------
-:inst_mod_as
-echo * Install DateManip
-echo.
-perl -x -S ppm install Date-Manip
-if %errorlevel% neq 0 (
-  perl -x -S ppm install DateManip
-  if %errorlevel% neq 0 goto error
-)
-
-REM ----------------------------------------------------------------------------
-echo.
-echo * Install Crypt-SSLeay
-echo.
-
-set OLDPATH=%PATH%
-set PATH=%CD%;%PATH%
-if %_perlversion% == 5.6 (
-  perl -x -S ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/Crypt-SSLeay.ppd
-) else if %_perlversion% == 5.8 (
-  echo anything | perl -x -S ppm install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd
-) else (
-  perl -x -S ppm install Crypt-SSLeay
-)
-set errlvlbak=%errorlevel%
-set PATH=%OLDPATH%
-if "%errlvlbak%" neq "0" goto error
-
-REM ----------------------------------------------------------------------------
 echo.
 echo * Install Finance-Quote
 echo.



Summary of changes:
 extra_dist/install-fq-mods.cmd | 28 ----------------------------
 1 file changed, 28 deletions(-)



More information about the gnucash-changes mailing list