diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-29 04:45:37 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-29 04:45:37 +0100 |
commit | 2512faa12f58e69a2f3e27e13e10fd0aef3ab384 (patch) | |
tree | 2d08249ac1699d92698edc3c9d6c788de417c4e2 /app-misc | |
parent | f39869264ff0b7c81fe9c463db9e3f7944a9cd20 (diff) |
gentoo auto-resync : 29:08:2022 - 04:45:37
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/ttyload/ttyload-0.5.3.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
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 <time.h>' "${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 -} |