summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild')
-rw-r--r--app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
deleted file mode 100644
index 87546d44a9f8..000000000000
--- a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="ttyrec provides tools to record and replay a terminal session"
-HOMEPAGE="http://0xcc.net/ttyrec/"
-SRC_URI="http://0xcc.net/ttyrec/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-PATCHES=(
- "${FILESDIR}/${P}-flags.patch"
- "${FILESDIR}/${P}-glibc-2.30.patch"
-)
-
-src_compile() {
- # Bug 106530
- [[ ${CHOST} != *-darwin* ]] && append-cppflags -DSVR4 -D_XOPEN_SOURCE=500
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin tty{rec,play,time}
- doman *.1
- einstalldocs
-}