Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc moneyguru: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdbed5702767
branches:  trunk
changeset: 438681:bdbed5702767
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 08 11:48:35 2020 +0000

description:
moneyguru: remove

Does not build in current bulk builds and upstream development has
stopped.

diffstat:

 doc/CHANGES-2020                         |    3 +-
 finance/Makefile                         |    3 +-
 finance/moneyguru/DESCR                  |    9 -
 finance/moneyguru/Makefile               |   57 -
 finance/moneyguru/PLIST                  |  982 -------------------------------
 finance/moneyguru/distinfo               |    8 -
 finance/moneyguru/patches/patch-Makefile |   15 -
 finance/moneyguru/patches/patch-build.py |   19 -
 8 files changed, 3 insertions(+), 1093 deletions(-)

diffs (truncated from 1145 to 300 lines):

diff -r a22937df934a -r bdbed5702767 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Tue Sep 08 11:45:31 2020 +0000
+++ b/doc/CHANGES-2020  Tue Sep 08 11:48:35 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.5059 2020/09/08 11:45:31 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.5060 2020/09/08 11:48:35 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7653,3 +7653,4 @@
        Updated databases/p5-SQL-Abstract-Classic to 1.91nb1 [wiz 2020-09-08]
        Removed devel/p5-Devel-BeginLift [wiz 2020-09-08]
        Updated devel/p5-MetaCPAN-Client to 2.028000nb1 [wiz 2020-09-08]
+       Removed finance/moneyguru [wiz 2020-09-08]
diff -r a22937df934a -r bdbed5702767 finance/Makefile
--- a/finance/Makefile  Tue Sep 08 11:45:31 2020 +0000
+++ b/finance/Makefile  Tue Sep 08 11:48:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2020/05/16 06:49:39 rillig Exp $
+# $NetBSD: Makefile,v 1.77 2020/09/08 11:48:35 wiz Exp $
 #
 
 COMMENT=       Monetary, financial and related applications
@@ -26,7 +26,6 @@
 SUBDIR+=       ledger2beancount
 SUBDIR+=       libofx
 SUBDIR+=       magento
-SUBDIR+=       moneyguru
 SUBDIR+=       p5-Algorithm-LUHN
 SUBDIR+=       p5-Data-Currency
 SUBDIR+=       p5-Finance-Currency-Convert-WebserviceX
diff -r a22937df934a -r bdbed5702767 finance/moneyguru/DESCR
--- a/finance/moneyguru/DESCR   Tue Sep 08 11:45:31 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-moneyGuru is a personal finance management application. With it,
-you can evaluate your financial situation so you can make informed
-(and thus better) decisions. Most finance applications have the
-same goal, but moneyGuru's difference is in the way it achieves
-it. Rather than having reports which you have to configure (or find
-out which pre-configured report is the right one), your important
-financial data (net worth, profit) is constantly up-to-date and
-"in your face". This allows you to constantly make informed decision
-rather than doing so periodically.
diff -r a22937df934a -r bdbed5702767 finance/moneyguru/Makefile
--- a/finance/moneyguru/Makefile        Tue Sep 08 11:45:31 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2020/01/26 12:55:00 rhialto Exp $
-
-DISTNAME=      moneyguru-src-2.11.0
-PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   2
-CATEGORIES=    finance
-MASTER_SITES=  https://download.hardcoded.net/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.hardcoded.net/moneyguru/
-COMMENT=       Personal finance management application
-LICENSE=       modified-bsd
-
-DEPENDS+=      ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib
-DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.3.4nb1:../../textproc/py-sphinx
-DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
-DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
-
-EXTRACT_USING= bsdtar
-
-WRKSRC=                ${WRKDIR}
-USE_LANGUAGES= c
-USE_TOOLS=     pax
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-PY_PATCHPLIST=                 yes
-REPLACE_PYTHON+=               run.py
-
-INSTALLATION_DIRS=     bin share/applications share/moneyguru
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
-BASE_ARCH!=    uname -m
-.elif ${MACHINE_ARCH} == "x86_64"
-BASE_ARCH=     amd64
-.else
-BASE_ARCH=     ${MACHINE_ARCH}
-.endif
-
-PLIST_SUBST+=  BASE_ARCH=${BASE_ARCH:Q}
-
-MAKE_ENV+=     PYVERSSUFFIX=${PYVERSSUFFIX}
-
-do-build:
-       cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${PYTHONBIN} build.py
-       ${CHMOD} +x ${WRKSRC}/run.py
-
-do-install:
-       cd ${WRKSRC} && pax -pp -rw build core data help hscommon images locale qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru
-       ${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications
-       ${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r a22937df934a -r bdbed5702767 finance/moneyguru/PLIST
--- a/finance/moneyguru/PLIST   Tue Sep 08 11:45:31 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,982 +0,0 @@
-@comment $NetBSD: PLIST,v 1.14 2017/09/04 14:45:43 wiz Exp $
-bin/moneyguru
-share/applications/moneyguru.desktop
-share/moneyguru/build/help/.buildinfo
-share/moneyguru/build/help/.doctrees/basics.doctree
-share/moneyguru/build/help/.doctrees/cash.doctree
-share/moneyguru/build/help/.doctrees/changelog.doctree
-share/moneyguru/build/help/.doctrees/contribute.doctree
-share/moneyguru/build/help/.doctrees/credits.doctree
-share/moneyguru/build/help/.doctrees/currencies.doctree
-share/moneyguru/build/help/.doctrees/developer/architecture.doctree
-share/moneyguru/build/help/.doctrees/developer/build.doctree
-share/moneyguru/build/help/.doctrees/developer/core/app.doctree
-share/moneyguru/build/help/.doctrees/developer/core/document.doctree
-share/moneyguru/build/help/.doctrees/developer/core/gui/account_panel.doctree
-share/moneyguru/build/help/.doctrees/developer/core/gui/base.doctree
-share/moneyguru/build/help/.doctrees/developer/core/gui/chart.doctree
-share/moneyguru/build/help/.doctrees/developer/core/gui/lookup.doctree
-share/moneyguru/build/help/.doctrees/developer/core/gui/pie_chart.doctree
-share/moneyguru/build/help/.doctrees/developer/core/index.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/account.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/amount.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/budget.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/currency.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/date.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/entry.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/oven.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/recurrence.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/transaction.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/transaction_list.doctree
-share/moneyguru/build/help/.doctrees/developer/core/model/undo.doctree
-share/moneyguru/build/help/.doctrees/developer/core/plugin.doctree
-share/moneyguru/build/help/.doctrees/developer/devprocess.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/build.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/desktop.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/gui/base.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/gui/column.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/gui/selectable_list.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/gui/table.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/gui/text_field.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/gui/tree.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/index.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/notify.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/path.doctree
-share/moneyguru/build/help/.doctrees/developer/hscommon/util.doctree
-share/moneyguru/build/help/.doctrees/developer/index.doctree
-share/moneyguru/build/help/.doctrees/developer/refactorings.doctree
-share/moneyguru/build/help/.doctrees/editing.doctree
-share/moneyguru/build/help/.doctrees/environment.pickle
-share/moneyguru/build/help/.doctrees/faq.doctree
-share/moneyguru/build/help/.doctrees/forecast.doctree
-share/moneyguru/build/help/.doctrees/import.doctree
-share/moneyguru/build/help/.doctrees/index.doctree
-share/moneyguru/build/help/.doctrees/plugins.doctree
-share/moneyguru/build/help/.doctrees/reconciliation.doctree
-share/moneyguru/build/help/_images/backward_16.png
-share/moneyguru/build/help/_images/basics_account.png
-share/moneyguru/build/help/_images/basics_account_in.png
-share/moneyguru/build/help/_images/basics_account_out.png
-share/moneyguru/build/help/_images/basics_date_range.png
-share/moneyguru/build/help/_images/basics_net_worth.png
-share/moneyguru/build/help/_images/basics_show_account_arrow.png
-share/moneyguru/build/help/_images/basics_transactions.png
-share/moneyguru/build/help/_images/clock.png
-share/moneyguru/build/help/_images/edition_account_panel.png
-share/moneyguru/build/help/_images/edition_buttons.png
-share/moneyguru/build/help/_images/edition_mass_edition_panel.png
-share/moneyguru/build/help/_images/edition_three_way_split.png
-share/moneyguru/build/help/_images/edition_transaction_panel.png
-share/moneyguru/build/help/_images/forward_16.png
-share/moneyguru/build/help/_images/import_csv_options.png
-share/moneyguru/build/help/_images/import_match_table.png
-share/moneyguru/build/help/_images/import_window.png
-share/moneyguru/build/help/_images/reconciliation_checkmark.png
-share/moneyguru/build/help/_sources/basics.rst.txt
-share/moneyguru/build/help/_sources/cash.rst.txt
-share/moneyguru/build/help/_sources/changelog.rst.txt
-share/moneyguru/build/help/_sources/contribute.rst.txt
-share/moneyguru/build/help/_sources/credits.rst.txt
-share/moneyguru/build/help/_sources/currencies.rst.txt
-share/moneyguru/build/help/_sources/developer/architecture.rst.txt
-share/moneyguru/build/help/_sources/developer/build.rst.txt
-share/moneyguru/build/help/_sources/developer/core/app.rst.txt
-share/moneyguru/build/help/_sources/developer/core/document.rst.txt
-share/moneyguru/build/help/_sources/developer/core/gui/account_panel.rst.txt
-share/moneyguru/build/help/_sources/developer/core/gui/base.rst.txt
-share/moneyguru/build/help/_sources/developer/core/gui/chart.rst.txt
-share/moneyguru/build/help/_sources/developer/core/gui/lookup.rst.txt
-share/moneyguru/build/help/_sources/developer/core/gui/pie_chart.rst.txt
-share/moneyguru/build/help/_sources/developer/core/index.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/account.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/amount.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/budget.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/currency.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/date.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/entry.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/oven.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/recurrence.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/transaction.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/transaction_list.rst.txt
-share/moneyguru/build/help/_sources/developer/core/model/undo.rst.txt
-share/moneyguru/build/help/_sources/developer/core/plugin.rst.txt
-share/moneyguru/build/help/_sources/developer/devprocess.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/build.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/desktop.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/gui/base.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/gui/column.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/gui/selectable_list.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/gui/table.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/gui/text_field.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/gui/tree.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/index.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/notify.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/path.rst.txt
-share/moneyguru/build/help/_sources/developer/hscommon/util.rst.txt
-share/moneyguru/build/help/_sources/developer/index.rst.txt
-share/moneyguru/build/help/_sources/developer/refactorings.rst.txt
-share/moneyguru/build/help/_sources/editing.rst.txt
-share/moneyguru/build/help/_sources/faq.rst.txt
-share/moneyguru/build/help/_sources/forecast.rst.txt
-share/moneyguru/build/help/_sources/import.rst.txt
-share/moneyguru/build/help/_sources/index.rst.txt
-share/moneyguru/build/help/_sources/plugins.rst.txt
-share/moneyguru/build/help/_sources/reconciliation.rst.txt
-share/moneyguru/build/help/_static/ajax-loader.gif
-share/moneyguru/build/help/_static/basic.css
-share/moneyguru/build/help/_static/comment-bright.png
-share/moneyguru/build/help/_static/comment-close.png
-share/moneyguru/build/help/_static/comment.png
-share/moneyguru/build/help/_static/contents.png
-share/moneyguru/build/help/_static/doctools.js
-share/moneyguru/build/help/_static/down-pressed.png
-share/moneyguru/build/help/_static/down.png
-share/moneyguru/build/help/_static/file.png
-share/moneyguru/build/help/_static/jquery-3.1.0.js
-share/moneyguru/build/help/_static/jquery.js
-share/moneyguru/build/help/_static/minus.png
-share/moneyguru/build/help/_static/navigation.png
-share/moneyguru/build/help/_static/plus.png
-share/moneyguru/build/help/_static/pygments.css
-share/moneyguru/build/help/_static/searchtools.js
-share/moneyguru/build/help/_static/sphinxdoc.css
-share/moneyguru/build/help/_static/underscore-1.3.1.js
-share/moneyguru/build/help/_static/underscore.js
-share/moneyguru/build/help/_static/up-pressed.png
-share/moneyguru/build/help/_static/up.png
-share/moneyguru/build/help/_static/websupport.js
-share/moneyguru/build/help/basics.html
-share/moneyguru/build/help/cash.html
-share/moneyguru/build/help/changelog.html
-share/moneyguru/build/help/contribute.html
-share/moneyguru/build/help/credits.html
-share/moneyguru/build/help/currencies.html
-share/moneyguru/build/help/developer/architecture.html
-share/moneyguru/build/help/developer/build.html
-share/moneyguru/build/help/developer/core/app.html
-share/moneyguru/build/help/developer/core/document.html
-share/moneyguru/build/help/developer/core/gui/account_panel.html
-share/moneyguru/build/help/developer/core/gui/base.html
-share/moneyguru/build/help/developer/core/gui/chart.html
-share/moneyguru/build/help/developer/core/gui/lookup.html
-share/moneyguru/build/help/developer/core/gui/pie_chart.html
-share/moneyguru/build/help/developer/core/index.html
-share/moneyguru/build/help/developer/core/model/account.html
-share/moneyguru/build/help/developer/core/model/amount.html
-share/moneyguru/build/help/developer/core/model/budget.html
-share/moneyguru/build/help/developer/core/model/currency.html
-share/moneyguru/build/help/developer/core/model/date.html
-share/moneyguru/build/help/developer/core/model/entry.html
-share/moneyguru/build/help/developer/core/model/oven.html
-share/moneyguru/build/help/developer/core/model/recurrence.html
-share/moneyguru/build/help/developer/core/model/transaction.html
-share/moneyguru/build/help/developer/core/model/transaction_list.html
-share/moneyguru/build/help/developer/core/model/undo.html
-share/moneyguru/build/help/developer/core/plugin.html
-share/moneyguru/build/help/developer/devprocess.html
-share/moneyguru/build/help/developer/hscommon/build.html
-share/moneyguru/build/help/developer/hscommon/desktop.html
-share/moneyguru/build/help/developer/hscommon/gui/base.html
-share/moneyguru/build/help/developer/hscommon/gui/column.html
-share/moneyguru/build/help/developer/hscommon/gui/selectable_list.html
-share/moneyguru/build/help/developer/hscommon/gui/table.html
-share/moneyguru/build/help/developer/hscommon/gui/text_field.html
-share/moneyguru/build/help/developer/hscommon/gui/tree.html
-share/moneyguru/build/help/developer/hscommon/index.html
-share/moneyguru/build/help/developer/hscommon/notify.html
-share/moneyguru/build/help/developer/hscommon/path.html
-share/moneyguru/build/help/developer/hscommon/util.html
-share/moneyguru/build/help/developer/index.html
-share/moneyguru/build/help/developer/refactorings.html
-share/moneyguru/build/help/editing.html



Home | Main Index | Thread Index | Old Index