From 0e0ded8b16515e3913536dc523a0d4d2351a0241 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 27 Feb 2024 21:30:44 +0200 Subject: [PATCH] x11-misc/pscircle: drop 1.3.1 Signed-off-by: Alfred Wingate --- x11-misc/pscircle/Manifest | 1 - x11-misc/pscircle/pscircle-1.3.1.ebuild | 31 ------------------------- 2 files changed, 32 deletions(-) delete mode 100644 x11-misc/pscircle/pscircle-1.3.1.ebuild diff --git a/x11-misc/pscircle/Manifest b/x11-misc/pscircle/Manifest index 5691487..9ae3369 100644 --- a/x11-misc/pscircle/Manifest +++ b/x11-misc/pscircle/Manifest @@ -1,2 +1 @@ -DIST pscircle-1.3.1.tar.gz 6376531 BLAKE2B 27ab445eaacf5811bdb3eecb5ac24434f60a2e92acc5e267e0b4c19b0518276ba1c220d02bba0304b85b0426a7bf044145029c992092944481e73de6937e7e3d SHA512 cfb0345b6402c14d5a49913c9e7078dc75bd5fedd203d7d1228b0ac523addffbc8ccae670dcb724f6b9e9c7ffdd8cf84b795f74fe4a6885cb0b084432b910608 DIST pscircle-1.4.0.tar.bz2 6231292 BLAKE2B cf59e66eaa87ef5b2feed7dfec9f28fc888b06484d0c75c6a7898e8044f59e562eaeec3bb803074edefaf97619d08b014e5304d5897bf093c59af4e7955b8b6b SHA512 26d493856cdf894d79af8df819ad700943fd3fea4be21270c58279af98adf906a5c7d783879155a03628346bef07dd5703f0cee543f5bb742f164e0d01147b64 diff --git a/x11-misc/pscircle/pscircle-1.3.1.ebuild b/x11-misc/pscircle/pscircle-1.3.1.ebuild deleted file mode 100644 index f8c7f0a..0000000 --- a/x11-misc/pscircle/pscircle-1.3.1.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 -"