commit:     369b31d1236eace9a285bbf05d31f91b5f491c1a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 17:30:45 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 17:30:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369b31d1

app-misc/detachtty: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/detachtty/detachtty-9.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/app-misc/detachtty/detachtty-9.ebuild 
b/app-misc/detachtty/detachtty-9.ebuild
deleted file mode 100644
index b24b044ecb5..00000000000
--- 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
-}

Reply via email to