summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-21 19:30:45 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-21 19:30:45 +0200
commit369b31d1236eace9a285bbf05d31f91b5f491c1a (patch)
tree134d4919096ff3eba54194aa139191b8ac2bf0a2 /app-misc
parentapp-misc/detachtty: stable for amd64. mark stable for the remaining arches us... (diff)
downloadgentoo-369b31d1236eace9a285bbf05d31f91b5f491c1a.tar.gz
gentoo-369b31d1236eace9a285bbf05d31f91b5f491c1a.tar.bz2
gentoo-369b31d1236eace9a285bbf05d31f91b5f491c1a.zip
app-misc/detachtty: clean up old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/detachtty/detachtty-9.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-misc/detachtty/detachtty-9.ebuild b/app-misc/detachtty/detachtty-9.ebuild
deleted file mode 100644
index b24b044ecb56..000000000000
--- a/app-misc/detachtty/detachtty-9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-MY_P="${P/-/_}"
-
-DESCRIPTION="Attach/detach from interactive processes across the network"
-HOMEPAGE="http://packages.debian.org/unstable/admin/detachtty"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dobin detachtty attachtty || die
- doman detachtty.1 || die
- dosym detachtty.1 /usr/share/man/man1/attachtty.1
- dodoc INSTALL README || die
-}