summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-24 14:33:42 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-24 14:36:26 +0100
commit2b68319652cb6a6d4b4f74727a391a0bd3ab94c3 (patch)
tree7e9962d40e276da613bfe1ae3946e16e769c1d8a /app-office
parentsci-visualization/gwyddion: Drop 2.47-r1 (diff)
downloadgentoo-2b68319652cb6a6d4b4f74727a391a0bd3ab94c3.tar.gz
gentoo-2b68319652cb6a6d4b4f74727a391a0bd3ab94c3.tar.bz2
gentoo-2b68319652cb6a6d4b4f74727a391a0bd3ab94c3.zip
app-office/moneyguru: Drop 2.13.1-r2
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r--app-office/moneyguru/Manifest1
-rw-r--r--app-office/moneyguru/moneyguru-2.13.1-r2.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/app-office/moneyguru/Manifest b/app-office/moneyguru/Manifest
index 7963e8611b87..7263b73b216e 100644
--- a/app-office/moneyguru/Manifest
+++ b/app-office/moneyguru/Manifest
@@ -1,2 +1 @@
-DIST moneyguru-2.13.1.tar.gz 1665892 BLAKE2B 969286130c5336f4c41ccf0ee3cbfe55a13560f753e137ff5370184c5aff3e038995c79ad48620a5653552406ea6fb56d356a209cd36774751db4f8e3777354c SHA512 9544a2fe17d0c1d4a6f1ee6c52c79e66ca76da6a6ac35067f1961fe2b44a8efe20173ee5932a91adeeebcb0a522b544df11ad388cb4c453a0641060d75f2a17c
DIST moneyguru-3.0.1.tar.gz 1052191 BLAKE2B 30ea5eaa7b6256a33e98dc590015f563a3d5f6a10ccf26911e397dced79dfffa3b55941900ecf2cf3915ad0055db0c4c95b2f10c0c55e34d972afe32d714a588 SHA512 fe0de1d01340d124f8f385a4713c6748d2d445c653b508ad08303a3fea5192a0d88be9feb4984d19d4608436eb47de830d1c3dc6680d23aeff81107d27dcaf10
diff --git a/app-office/moneyguru/moneyguru-2.13.1-r2.ebuild b/app-office/moneyguru/moneyguru-2.13.1-r2.ebuild
deleted file mode 100644
index 31987d2240e4..000000000000
--- a/app-office/moneyguru/moneyguru-2.13.1-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{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
- $(python_gen_cond_dep '
- dev-python/PyQt5[${PYTHON_MULTI_USEDEP},gui,widgets,printsupport]
- ')
- dev-qt/qttranslations"
-DEPEND="${RDEPEND}
- test? (
- $(python_gen_cond_dep '
- <dev-python/pytest-4[${PYTHON_MULTI_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}"
-}