From 8ac3138f8d60421f7bb2eca2e6735e03e85ca328 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 20 May 2019 15:34:41 -0400 Subject: app-office/moneyguru: bump to 3.0.1 Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- app-office/moneyguru/Manifest | 2 +- app-office/moneyguru/moneyguru-3.0.0.ebuild | 49 ----------------------------- app-office/moneyguru/moneyguru-3.0.1.ebuild | 49 +++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 app-office/moneyguru/moneyguru-3.0.0.ebuild create mode 100644 app-office/moneyguru/moneyguru-3.0.1.ebuild (limited to 'app-office/moneyguru') diff --git a/app-office/moneyguru/Manifest b/app-office/moneyguru/Manifest index a06a315af5a3..7963e8611b87 100644 --- a/app-office/moneyguru/Manifest +++ b/app-office/moneyguru/Manifest @@ -1,2 +1,2 @@ DIST moneyguru-2.13.1.tar.gz 1665892 BLAKE2B 969286130c5336f4c41ccf0ee3cbfe55a13560f753e137ff5370184c5aff3e038995c79ad48620a5653552406ea6fb56d356a209cd36774751db4f8e3777354c SHA512 9544a2fe17d0c1d4a6f1ee6c52c79e66ca76da6a6ac35067f1961fe2b44a8efe20173ee5932a91adeeebcb0a522b544df11ad388cb4c453a0641060d75f2a17c -DIST moneyguru-3.0.0.tar.gz 1049954 BLAKE2B af411ea9cf965b93e6d3e88c47db74adc87ebb695862bef9a103ece0e56a5ec2c45e929a2a8bd405a41d3388c7561c69f7c54c41ae97e84f405a9c92385a162b SHA512 184d2e042014baea4f05f2f0397818cde4f86d726858ed253caac12e986660f85418c65657cc6fad1e3137195d55da35eceec3e8eaf23a01e81874dc20380e7f +DIST moneyguru-3.0.1.tar.gz 1052191 BLAKE2B 30ea5eaa7b6256a33e98dc590015f563a3d5f6a10ccf26911e397dced79dfffa3b55941900ecf2cf3915ad0055db0c4c95b2f10c0c55e34d972afe32d714a588 SHA512 fe0de1d01340d124f8f385a4713c6748d2d445c653b508ad08303a3fea5192a0d88be9feb4984d19d4608436eb47de830d1c3dc6680d23aeff81107d27dcaf10 diff --git a/app-office/moneyguru/moneyguru-3.0.0.ebuild b/app-office/moneyguru/moneyguru-3.0.0.ebuild deleted file mode 100644 index ffe8516e22b5..000000000000 --- a/app-office/moneyguru/moneyguru-3.0.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{5,6,7} ) - -inherit python-single-r1 - -DESCRIPTION="Future-aware personal finances management" -HOMEPAGE="https://hardcoded.net/moneyguru" -SRC_URI="https://download.hardcoded.net/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND="${PYTHON_DEPS} - dev-db/sqlite:3 - dev-libs/glib:2 - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,printsupport] - dev-qt/qttranslations" -DEPEND="${RDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - dev-util/cunit - )" - -_emake() { - emake CFLAGS="\$(DEFAULT_CFLAGS) ${CFLAGS}" \ - SHEBANG="${PYTHON}" \ - DESTDIR="${ED}" \ - PREFIX=/usr \ - $@ -} - -src_compile() { - _emake -} - -src_install() { - _emake install -} - -src_test() { - emake -C ccore CFLAGS="\$(DEFAULT_CFLAGS) ${CFLAGS}" tests - pytest -vv core || die "Tests failed with ${EPYTHON}" -} diff --git a/app-office/moneyguru/moneyguru-3.0.1.ebuild b/app-office/moneyguru/moneyguru-3.0.1.ebuild new file mode 100644 index 000000000000..6761c2c98dc8 --- /dev/null +++ b/app-office/moneyguru/moneyguru-3.0.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) + +inherit python-single-r1 + +DESCRIPTION="Future-aware personal finances management" +HOMEPAGE="https://hardcoded.net/moneyguru" +SRC_URI="https://download.hardcoded.net/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND="${PYTHON_DEPS} + dev-db/sqlite:3 + dev-libs/glib:2 + dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets,printsupport] + dev-qt/qttranslations" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-util/cunit + )" + +_emake() { + emake CFLAGS="\$(DEFAULT_CFLAGS) ${CFLAGS}" \ + SHEBANG="${PYTHON}" \ + DESTDIR="${ED}" \ + PREFIX="${EPREFIX}/usr" \ + "$@" +} + +src_compile() { + _emake +} + +src_install() { + _emake install +} + +src_test() { + emake -C ccore CFLAGS="\$(DEFAULT_CFLAGS) ${CFLAGS}" tests + pytest -vv core || die "Tests failed with ${EPYTHON}" +} -- cgit v1.2.3-65-gdbad