From 5ffa9d247c404b9ecb292d142b5b5c82ad1ffc7f Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 17 Apr 2022 20:12:43 +0100 Subject: [PATCH] sys-process/tiptop: drop 2.3.1 Signed-off-by: Sam James --- sys-process/tiptop/tiptop-2.3.1.ebuild | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 sys-process/tiptop/tiptop-2.3.1.ebuild diff --git a/sys-process/tiptop/tiptop-2.3.1.ebuild b/sys-process/tiptop/tiptop-2.3.1.ebuild deleted file mode 100644 index cf7d103c02ed0..0000000000000 --- a/sys-process/tiptop/tiptop-2.3.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="top for performance counters" -HOMEPAGE="http://tiptop.gforge.inria.fr/" -SRC_URI="http://${PN}.gforge.inria.fr/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - sys-libs/ncurses:0= - dev-libs/libxml2:= -" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-2.3.1-tinfo.patch #618124 -) - -src_prepare() { - default - eautoreconf #618124 -}