From 670f55abdfa7347cfaa9794ff45171aa762eb453 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 13 Feb 2024 12:22:26 +0100 Subject: sys-process/ftop: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/35297 Signed-off-by: Conrad Kostecki --- sys-process/ftop/ftop-1.0-r1.ebuild | 27 --------------------------- sys-process/ftop/ftop-1.0-r2.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 sys-process/ftop/ftop-1.0-r1.ebuild create mode 100644 sys-process/ftop/ftop-1.0-r2.ebuild diff --git a/sys-process/ftop/ftop-1.0-r1.ebuild b/sys-process/ftop/ftop-1.0-r1.ebuild deleted file mode 100644 index 20954adbe5c7..000000000000 --- a/sys-process/ftop/ftop-1.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Monitor open files and filesystems" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~hppa ~riscv ~x86" - -DEPEND="sys-libs/ncurses:0=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-overflow.patch - "${FILESDIR}"/${P}-tinfo.patch -) - -src_prepare() { - default - eautoreconf -} diff --git a/sys-process/ftop/ftop-1.0-r2.ebuild b/sys-process/ftop/ftop-1.0-r2.ebuild new file mode 100644 index 000000000000..90900f36d5dd --- /dev/null +++ b/sys-process/ftop/ftop-1.0-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Monitor open files and filesystems" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 ~hppa ~riscv ~x86" + +DEPEND="sys-libs/ncurses:0=" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-overflow.patch + "${FILESDIR}"/${P}-tinfo.patch +) + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3-65-gdbad