logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: e2729123c11efbeedae58303410d128593fba284
parent a382d387f642b5c06be47b1db7092e66c3fdc095
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 15 May 2023 17:35:18 +0200

www-client/woob-qt: treeclean

Closes: https://bugs.gentoo.org/906428

Diffstat:

Dwww-client/woob-qt/woob-qt-9999.ebuild30------------------------------
1 file changed, 0 insertions(+), 30 deletions(-)

diff --git a/www-client/woob-qt/woob-qt-9999.ebuild b/www-client/woob-qt/woob-qt-9999.ebuild @@ -1,30 +0,0 @@ -# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -if [[ "${PV}" == "9999" ]] -then - EGIT_REPO_URI="https://gitlab.com/woob/${PN}.git" - inherit git-r3 -else - SRC_URI="https://gitlab.com/woob/${PN}/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Web outside of Browsers (Qt applications)" -HOMEPAGE="https://gitlab.com/woob/woob-qt" -LICENSE="LGPL-3+" -SLOT="0" - -DEPEND=" - app-crypt/gnupg - dev-python/PyQt5[${PYTHON_USEDEP},multimedia] - dev-libs/libyaml - dev-python/simplejson[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}"