ChangeLog

# ChangeLog for app-misc/detachtty
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/ChangeLog,v 1.12 2008/03/27 16:15:02 armin76 Exp $

27 Mar 2008; Raúl Porcel detachtty-9.ebuild:
Fix debian HOMEPAGE

04 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

22 Jul 2005; Matthew Kennedy detachtty-9.ebuild:
Keywording ~amd64, ~sparc; Removed old ebuilds; Added common-lisp herd;
Expanded metadata.xml longdescription.

27 Mar 2005; Michael Hanselmann detachtty-9.ebuild:
Stable on ppc.

24 Nov 2004; Aaron Walker detachtty-9.ebuild:
Marked stable on x86.

26 Oct 2004; Aaron Walker detachtty-9.ebuild:
Use tc-getCC() - bug #68980

*detachtty-9 (25 Oct 2004)

25 Oct 2004; Aaron Walker +metadata.xml,
+detachtty-9.ebuild:
Version bump; cleaned up ebuild and added metadata info.

05 Oct 2004; Pieter Van den Abeele detachtty-6.ebuild:
Masked detachtty-6.ebuild stable for ppc

14 Mar 2004; Michael Sterrett detachtty-6.ebuild:
Don't assign default to S; header fix

*detachtty-6 (09 Jul 2003)

09 Jul 2003; Matthew Kennedy :
Initial import.

Manifest

DIST detachtty_9.tar.gz 13081 RMD160 75000b225818c8b7fc31187bc86482010b0b4c9c SHA1 21478fd06b27e67039c4074fb24446298b831644 SHA256 bf1d6c2e16d3b83b46d6307c820d4bd02c1fe7b8ff773bd14faef66675957492
EBUILD detachtty-9.ebuild 849 RMD160 76fe00ba0fff1dea6ded5e6ab48ff5347fa8ef56 SHA1 c3138cd9d8631e5d35400ddc8b4a3d96a8bd8913 SHA256 4ef5ad3cac2a19041bc887fda43fffdcc7bea7bb1a42a8091d46c6f27576aab3
MISC ChangeLog 1400 RMD160 333d0619fb26076011d0af1398ccb32eb7961703 SHA1 a3b2e71d3dffa6997fc3a3fe7a632717ffb648d9 SHA256 36147fb2ae122b106399668639fcc9a79b3a13563eb0559e56e9a53a8545b360
MISC metadata.xml 509 RMD160 923dfd5293c67e4d5ae57700a552cd3e91af07a2 SHA1 bc58c09a5d564da465a29959271c8f445465b06e SHA256 f23f4eddfa0141178929540d6d9ef65fa27ba5fde2b6e3578367dffb7c45f92a

detachtty-9.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/detachtty-9.ebuild,v 1.7 2008/03/27 16:15:02 armin76 Exp $

inherit toolchain-funcs

MY_P="${P/-/_}"

DESCRIPTION="detachtty allows the user to attach/detach from interactive processes across the network. It is similar to GNU Screen"
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="x86 ppc ~amd64 ~sparc"
IUSE=""

DEPEND="virtual/libc"

src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
}

src_install() {
dobin detachtty attachtty || die
doman detachtty.1 || die
dosym /usr/share/man/man1/detachtty.1 /usr/share/man/man1/attachtty.1
dodoc INSTALL README
}

metadata.xml




shell-tools
common-lisp

detachtty is a utility that lets you run interactive programs non-interactively.
Reattaching can be done locally or over the network. detachtty is similar in
concept to GNU Screen but is better suited toward scrolling interfaces (not
full-screen, random-access based applications).