From 2512faa12f58e69a2f3e27e13e10fd0aef3ab384 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 29 Aug 2022 04:45:37 +0100 Subject: gentoo auto-resync : 29:08:2022 - 04:45:37 --- app-misc/ttyload/ttyload-0.5.3.ebuild | 39 ----------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 app-misc/ttyload/ttyload-0.5.3.ebuild (limited to 'app-misc') diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild deleted file mode 100644 index 29fad0ff0a16..000000000000 --- a/app-misc/ttyload/ttyload-0.5.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="color-coded graph of load averages over time" -HOMEPAGE="https://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload" -SRC_URI="https://www.daveltd.com/src/util/${PN}/${P}.tar.bz2" - -KEYWORDS="amd64 x86" -LICENSE="ISC" -SLOT="0" - -DEPEND="sys-libs/ncurses:0=" - -RESTRICT="test" - -DOCS=( BUGS HISTORY LICENSE README.md TODO ) - -src_prepare() { - default - sed -i '10i#include ' "${PN}.h" || die - - sed -e "s#make#$\(MAKE\)#" \ - -e "s#^CFLAGS.*#CFLAGS=\$(INCLUDES) ${CFLAGS} \$(VERSION)#" \ - -i Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin "${PN}" - doman "${PN}.1" - einstalldocs -} -- cgit v1.2.3