commit: a0ffc72dbdcb54e961c37519ab45e83f55e61841 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Wed Apr 14 00:04:29 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 14 15:29:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ffc72d
app-office/moneyguru: Remove last-rited pkg Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Sam James <sam <AT> gentoo.org> app-office/moneyguru/Manifest | 1 - app-office/moneyguru/metadata.xml | 8 ---- app-office/moneyguru/moneyguru-3.0.1-r2.ebuild | 55 -------------------------- profiles/package.mask | 6 --- 4 files changed, 70 deletions(-) diff --git a/app-office/moneyguru/Manifest b/app-office/moneyguru/Manifest deleted file mode 100644 index 7263b73b216..00000000000 --- a/app-office/moneyguru/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST moneyguru-3.0.1.tar.gz 1052191 BLAKE2B 30ea5eaa7b6256a33e98dc590015f563a3d5f6a10ccf26911e397dced79dfffa3b55941900ecf2cf3915ad0055db0c4c95b2f10c0c55e34d972afe32d714a588 SHA512 fe0de1d01340d124f8f385a4713c6748d2d445c653b508ad08303a3fea5192a0d88be9feb4984d19d4608436eb47de830d1c3dc6680d23aeff81107d27dcaf10 diff --git a/app-office/moneyguru/metadata.xml b/app-office/moneyguru/metadata.xml deleted file mode 100644 index aedd054b6f8..00000000000 --- a/app-office/moneyguru/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">hsoft/moneyguru</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-office/moneyguru/moneyguru-3.0.1-r2.ebuild b/app-office/moneyguru/moneyguru-3.0.1-r2.ebuild deleted file mode 100644 index 1eac49c27c0..00000000000 --- a/app-office/moneyguru/moneyguru-3.0.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_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[${PYTHON_MULTI_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}" -} diff --git a/profiles/package.mask b/profiles/package.mask index 64fc4c11c00..bea0b28bbd3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -291,12 +291,6 @@ dev-php/PEAR-Config # Bug 729876 and several others; removal in 30days dev-libs/klibc -# Sam James <[email protected]> (2021-03-03) -# Declared abandoned upstream and stuck -# on Python 3.7. -# Removal in 30 days. -app-office/moneyguru - # Sam James <[email protected]> (2021-03-03) # Doesn't seem to sync clock correctly # in some cases.
