gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jan 9 12:51:06 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/be02abc8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bee2925e (commit)
	from  https://github.com/Gnucash/gnucash/commit/502001cd (commit)



commit be02abc8662f0b514ba5d9897ef60118bde60d8b
Merge: 502001c bee2925
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 9 09:49:45 2018 -0800

    Merge branch 'remove-portfolio-dist' of https://github.com/codesmythe/gnucash into unstable


commit bee2925ecc2c9c2114dacb4ebed7cc57b23289e8
Author: Rob Gowin <robgowin at gmail.com>
Date:   Fri Jan 5 10:09:40 2018 -0600

    Remove gnc-value-portfolio references from dist lists.
    
    File itself was removed in c0fd3b3.

diff --git a/libgnucash/quotes/CMakeLists.txt b/libgnucash/quotes/CMakeLists.txt
index 91bd518..cd4236a 100644
--- a/libgnucash/quotes/CMakeLists.txt
+++ b/libgnucash/quotes/CMakeLists.txt
@@ -33,4 +33,4 @@ INSTALL(FILES ${_MAN_FILES} DESTINATION  ${CMAKE_INSTALL_MANDIR}/man1)
 INSTALL(PROGRAMS ${_BIN_FILES} DESTINATION ${CMAKE_INSTALL_BINDIR})
 
 SET_DIST_LIST(quotes_DIST CMakeLists.txt gnc-fq-check.in gnc-fq-dump gnc-fq-helper.in gnc-fq-update.in
-        gnc-value-portfolio Makefile.am Quote_example.pl README)
+        Makefile.am Quote_example.pl README)
diff --git a/libgnucash/quotes/Makefile.am b/libgnucash/quotes/Makefile.am
index d507eaf..c24e98d 100644
--- a/libgnucash/quotes/Makefile.am
+++ b/libgnucash/quotes/Makefile.am
@@ -10,7 +10,6 @@ EXTRA_DIST = \
   gnc-fq-dump \
   gnc-fq-helper.in \
   gnc-fq-update.in \
-  gnc-value-portfolio \
   CMakeLists.txt
 
 gnc-fq-helper: gnc-fq-helper.in Makefile
diff --git a/libgnucash/quotes/README b/libgnucash/quotes/README
index 9c9fccb..9b56df8 100644
--- a/libgnucash/quotes/README
+++ b/libgnucash/quotes/README
@@ -24,10 +24,3 @@ gnc-fq-update.in:
 
   Source file for gnc-fq-update which is a perl script that updates
   Finance::Quote from CPAN.
-
-gnc-value-portfolio:
-
-  A stand-alone perl script for updating and printing the value of a
-  portfolio.  To use this script, edit the first few lines at the top
-  of the file to indicate your portfolio and purchase price.
-  (from Christopher B. Browne, cbbrowne at hex.net)



Summary of changes:
 libgnucash/quotes/CMakeLists.txt | 2 +-
 libgnucash/quotes/Makefile.am    | 1 -
 libgnucash/quotes/README         | 7 -------
 3 files changed, 1 insertion(+), 9 deletions(-)



More information about the gnucash-changes mailing list