commit:     4682710a0dc67b54b11236cff391c32833a16804
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:13:27 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 14:32:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4682710a

app-misc/ttyload: drop 0.5.3, EAPI-6--

Closes: https://bugs.gentoo.org/817644
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/ttyload/ttyload-0.5.3.ebuild | 39 -----------------------------------
 1 file changed, 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
-}

Reply via email to