summaryrefslogtreecommitdiff
path: root/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-24 00:11:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-24 00:11:52 +0100
commit67e5603b2844a6657dd0438fa26626b013e5567f (patch)
treee7319631fdf1c41ddbe888e89a717d1ba42af992 /sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
parentbff543bb632933380da922cbfc07c67157d72d42 (diff)
gentoo auto-resync : 24:06:2024 - 00:11:52
Diffstat (limited to 'sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild')
-rw-r--r--sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
deleted file mode 100644
index 53abe59a5b51..000000000000
--- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="top for UNIX systems"
-HOMEPAGE="https://unixtop.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/unixtop/top-${PV/_/}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}
- !sys-process/procps"
-
-S=${WORKDIR}/top-${PV/_/}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-3.8_beta1-ncurses.patch
- "${FILESDIR}"/${PN}-3.8_beta1-no-AX-macros.patch
- "${FILESDIR}"/${PN}-3.8_beta1-renice-segfault.patch
- "${FILESDIR}"/${PN}-3.8_beta1-memleak-fix-v2.patch
- "${FILESDIR}"/${PN}-3.8_beta1-high-threadid-crash.patch
- "${FILESDIR}"/${PN}-3.8_beta1-percent-cpu.patch
- "${FILESDIR}"/${PN}-3.8_beta1-winch-segfault.patch
- "${FILESDIR}"/${PN}-3.8_beta1-recent-linux.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myconf=
-
- # don't do bi-arch cruft on hosts that support that, such as Solaris
- export enable_dualarch=no
-
- # configure demands an override because on OSX this is "experimental"
- [[ ${CHOST} == *-darwin* ]] && myconf="${myconf} --with-module=macosx"
-
- econf ${myconf}
-}