From: Patrice Clement Date: Sat, 21 Oct 2017 17:30:45 +0000 (+0200) Subject: app-misc/detachtty: clean up old. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=369b31d1236eace9a285bbf05d31f91b5f491c1a;p=gentoo.git app-misc/detachtty: clean up old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- 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 -}