summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-29 21:21:29 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-10-29 22:04:15 +0100
commit3a7006fd129a9263086db8cad17f7a468aa966a8 (patch)
tree762c6802b6345dcd474509fb7c54b204f34b2ff4 /app-misc
parentdev-libs/libezV24: Stabilize 0.1.1-r3 sparc, #942474 (diff)
downloadgentoo-3a7006fd129a9263086db8cad17f7a468aa966a8.tar.gz
gentoo-3a7006fd129a9263086db8cad17f7a468aa966a8.tar.bz2
gentoo-3a7006fd129a9263086db8cad17f7a468aa966a8.zip
app-misc/detachtty: drop 11.0.0
Bug: https://bugs.gentoo.org/894544 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/detachtty/detachtty-11.0.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/detachtty/detachtty-11.0.0.ebuild b/app-misc/detachtty/detachtty-11.0.0.ebuild
deleted file mode 100644
index 66c9920eb6a9..000000000000
--- a/app-misc/detachtty/detachtty-11.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Attach/detach from interactive processes across the network"
-HOMEPAGE="https://github.com/cosmos72/detachtty"
-SRC_URI="https://github.com/cosmos72/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-PATCHES=( "${FILESDIR}/${P}-sparc.patch" )
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin attachtty detachtty
- doman "${PN}.1"
- dosym detachtty.1 /usr/share/man/man1/attachtty.1
- einstalldocs
-}