From 4216878ce8a4c579ab5b0b7a80e74ad8e6ffc721 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 13 Feb 2024 16:02:16 +0200 Subject: [PATCH] x11-misc/pscircle: drop 9999 Signed-off-by: Alfred Wingate --- x11-misc/pscircle/pscircle-9999.ebuild | 31 -------------------------- 1 file changed, 31 deletions(-) delete mode 100644 x11-misc/pscircle/pscircle-9999.ebuild diff --git a/x11-misc/pscircle/pscircle-9999.ebuild b/x11-misc/pscircle/pscircle-9999.ebuild deleted file mode 100644 index f8c7f0a..0000000 --- a/x11-misc/pscircle/pscircle-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Visualizes Linux processes in a radial tree" -HOMEPAGE="https://gitlab.com/mildlyparallel/pscircle" - -if [[ "${PV}" == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/mildlyparallel/${PN}.git" -else - SRC_URI="https://gitlab.com/mildlyparallel/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}-v${PV}" -fi - -RESTRICT="mirror" -LICENSE="GPL-2" -SLOT="0" - -DEPEND=" - x11-libs/cairo -" -RDEPEND=" - ${DEPEND} - media-libs/libpng - x11-libs/libX11 -"