From ad5dc8109d6c1f2e453743fe50d2dbaf0942f523 Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Thu, 3 Aug 2023 06:38:55 +0200 Subject: [PATCH] remove unused and broken package --- www-apps/fava/Manifest | 2 -- www-apps/fava/fava-1.24.ebuild | 44 ---------------------------------- www-apps/fava/fava-1.25.ebuild | 44 ---------------------------------- 3 files changed, 90 deletions(-) delete mode 100644 www-apps/fava/Manifest delete mode 100644 www-apps/fava/fava-1.24.ebuild delete mode 100644 www-apps/fava/fava-1.25.ebuild diff --git a/www-apps/fava/Manifest b/www-apps/fava/Manifest deleted file mode 100644 index f5ea8b0..0000000 --- a/www-apps/fava/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD fava-1.24.ebuild 900 BLAKE2B 118810e58bc09572826466ec4165425b9ee640c78715709af3d47326e7b16d262cf34982f428f9767f0434a9191189d4825df7778e56efe0f72a006fe50868ca SHA512 2bd69c287def364840975317dae0639a79950160267b81e37141a4f223a64bcdf0087aa63cd8da947eef343013b1b7d15b32eba35da375279a6c200b184f76b2 -EBUILD fava-1.25.ebuild 903 BLAKE2B 5b93c66414315d2ef118b572c13f0f049e6590c3f839e854c117696db5881f5d328dcbbf5f9691ae2eaea5811711e956705533d6037e7a138996cc48c2759f2e SHA512 a1bb93a708049855b3cd1a78c41b68ece9a641b9c491c19e02001b79b587fe0b9506d2c5fb9bea061dea468e4723d121021d3a3188ad47aef02239ffb59f8d26 diff --git a/www-apps/fava/fava-1.24.ebuild b/www-apps/fava/fava-1.24.ebuild deleted file mode 100644 index a6287fc..0000000 --- a/www-apps/fava/fava-1.24.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10,11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Fava is a web interface for the double-entry bookkeeping software Beancount." -HOMEPAGE="https://github.com/beancount/fava" -EGIT_REPO_URI="https://github.com/beancount/fava.git" -EGIT_COMMIT="v${PV}" -inherit git-r3 - -#SRC_URI="https://github.com/beancount/fava/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/Babel - dev-python/flask-babel - dev-python/flask - dev-python/jinja - dev-python/werkzeug - app-office/beancount - dev-python/cheroot - dev-python/click - dev-python/markdown2 - dev-python/ply - dev-python/simplejson" -RDEPEND="${DEPEND}" -BDEPEND="" - -# Because I have no idea... -RESTRICT="test" - -src_compile() { - cd ${S} - emake -} diff --git a/www-apps/fava/fava-1.25.ebuild b/www-apps/fava/fava-1.25.ebuild deleted file mode 100644 index 1863b8b..0000000 --- a/www-apps/fava/fava-1.25.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10,11,12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Fava is a web interface for the double-entry bookkeeping software Beancount." -HOMEPAGE="https://github.com/beancount/fava" -EGIT_REPO_URI="https://github.com/beancount/fava.git" -EGIT_COMMIT="v${PV}" -inherit git-r3 - -#SRC_URI="https://github.com/beancount/fava/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/Babel - dev-python/flask-babel - dev-python/flask - dev-python/jinja - dev-python/werkzeug - app-office/beancount - dev-python/cheroot - dev-python/click - dev-python/markdown2 - dev-python/ply - dev-python/simplejson" -RDEPEND="${DEPEND}" -BDEPEND="" - -# Because I have no idea... -RESTRICT="test" - -src_compile() { - cd ${S} - emake -}