remove unused and broken package

This commit is contained in:
Fredrik Eriksson 2023-08-03 06:38:55 +02:00
parent a85e1dc6f7
commit ad5dc8109d
Signed by: feffe
GPG Key ID: CD5A131FADFA3968
3 changed files with 0 additions and 90 deletions

View File

@ -1,2 +0,0 @@
EBUILD fava-1.24.ebuild 900 BLAKE2B 118810e58bc09572826466ec4165425b9ee640c78715709af3d47326e7b16d262cf34982f428f9767f0434a9191189d4825df7778e56efe0f72a006fe50868ca SHA512 2bd69c287def364840975317dae0639a79950160267b81e37141a4f223a64bcdf0087aa63cd8da947eef343013b1b7d15b32eba35da375279a6c200b184f76b2
EBUILD fava-1.25.ebuild 903 BLAKE2B 5b93c66414315d2ef118b572c13f0f049e6590c3f839e854c117696db5881f5d328dcbbf5f9691ae2eaea5811711e956705533d6037e7a138996cc48c2759f2e SHA512 a1bb93a708049855b3cd1a78c41b68ece9a641b9c491c19e02001b79b587fe0b9506d2c5fb9bea061dea468e4723d121021d3a3188ad47aef02239ffb59f8d26

View File

@ -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
}

View File

@ -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
}