summaryrefslogtreecommitdiff
path: root/app-misc/ttysnoop/ttysnoop-0.12d.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-12 08:41:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-12 08:41:54 +0100
commit4df3bf9762850b34cd1ead5c80374d1a0fc3362e (patch)
tree3080c5cb7ad17abcb63776a9f21c4947845546a6 /app-misc/ttysnoop/ttysnoop-0.12d.ebuild
parent814f4cf860e299a046b649eaee5463427984c09c (diff)
gentoo resync : 12.07.2021
Diffstat (limited to 'app-misc/ttysnoop/ttysnoop-0.12d.ebuild')
-rw-r--r--app-misc/ttysnoop/ttysnoop-0.12d.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild b/app-misc/ttysnoop/ttysnoop-0.12d.ebuild
deleted file mode 100644
index ccbb8cd23f2c..000000000000
--- a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P}.k26"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Tool to snoop on login tty's through another tty-device or pseudo-tty"
-HOMEPAGE="http://sysd.org/stas/node/35"
-SRC_URI="http://sysd.org/stas/files/active/0/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}"/pinkbyte_masking.patch
- "${FILESDIR}"/"${PN}"-makefile.patch
-)
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- dodir /var/spool/ttysnoop
- keepdir /var/spool/ttysnoop
-
- fperms o= /var/spool/ttysnoop
-
- dosbin ttysnoop ttysnoops
-
- dodoc README snooptab.dist
-
- doman ttysnoop.8
- insinto /etc
- newins snooptab.dist snooptab
-}