From 4a80f1ae70fb928fcbc322452106f44398a9dfd2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 21 Jul 2019 19:51:03 +0200 Subject: app-office/moneyguru: Fix missing REQUIRED_USE & RESTRICT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-office/moneyguru/moneyguru-2.13.1-r1.ebuild | 51 +++++++++++++++++++++++++ app-office/moneyguru/moneyguru-2.13.1.ebuild | 49 ------------------------ app-office/moneyguru/moneyguru-3.0.1-r1.ebuild | 51 +++++++++++++++++++++++++ app-office/moneyguru/moneyguru-3.0.1.ebuild | 49 ------------------------ 4 files changed, 102 insertions(+), 98 deletions(-) create mode 100644 app-office/moneyguru/moneyguru-2.13.1-r1.ebuild delete mode 100644 app-office/moneyguru/moneyguru-2.13.1.ebuild create mode 100644 app-office/moneyguru/moneyguru-3.0.1-r1.ebuild delete mode 100644 app-office/moneyguru/moneyguru-3.0.1.ebuild (limited to 'app-office') diff --git a/app-office/moneyguru/moneyguru-2.13.1-r1.ebuild b/app-office/moneyguru/moneyguru-2.13.1-r1.ebuild new file mode 100644 index 000000000000..56dae2b78248 --- /dev/null +++ b/app-office/moneyguru/moneyguru-2.13.1-r1.ebuild @@ -0,0 +1,51 @@ +# 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" +RESTRICT="!test? ( test )" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +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? ( +