commit: 5ffa9d247c404b9ecb292d142b5b5c82ad1ffc7f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 17 19:12:43 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 17 19:17:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffa9d24
sys-process/tiptop: drop 2.3.1 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/tiptop/tiptop-2.3.1.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) 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 cf7d103c02ed..000000000000 --- 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 -}