summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-06-12 08:12:16 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-06-12 08:12:16 +0000
commit2880351a6897bf9da56831d3cf1152a7e9ae7d20 (patch)
tree5ac4fabb176e468425ff284be27bbccb9bd3f382 /app-misc/detachtty
parentinitial import (diff)
downloadgentoo-2-2880351a6897bf9da56831d3cf1152a7e9ae7d20.tar.gz
gentoo-2-2880351a6897bf9da56831d3cf1152a7e9ae7d20.tar.bz2
gentoo-2-2880351a6897bf9da56831d3cf1152a7e9ae7d20.zip
initial import
Diffstat (limited to 'app-misc/detachtty')
-rw-r--r--app-misc/detachtty/ChangeLog8
-rw-r--r--app-misc/detachtty/Manifest5
-rw-r--r--app-misc/detachtty/detachtty-6.ebuild29
-rw-r--r--app-misc/detachtty/files/digest-detachtty-61
4 files changed, 40 insertions, 3 deletions
diff --git a/app-misc/detachtty/ChangeLog b/app-misc/detachtty/ChangeLog
new file mode 100644
index 000000000000..aec48b4054c7
--- /dev/null
+++ b/app-misc/detachtty/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-misc/detachtty
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/ChangeLog,v 1.1 2003/06/12 08:12:11 mkennedy Exp $
+
+*detachtty-6 (09 Jul 2003)
+
+ 09 Jul 2003; Matthew Kennedy <mkennedy@gentoo.org> :
+ Initial import.
diff --git a/app-misc/detachtty/Manifest b/app-misc/detachtty/Manifest
index 2e587d693819..bf12cf594f0a 100644
--- a/app-misc/detachtty/Manifest
+++ b/app-misc/detachtty/Manifest
@@ -1,4 +1,3 @@
-MD5 125ee013081b112d56a1d15507d72ef2 ChangeLog 3674
-MD5 5dc8827484719a192772b1755da1ed23 detachtty-6.ebuild 590
-MD5 b249e408c219768bb47d2f57243ccbf8 detachtty-6.ebuild~ 5822
+MD5 0c7c32cf792e46af6de8bb2025962261 ChangeLog 321
+MD5 ac8816ebdbe2888bfc27094428cf616d detachtty-6.ebuild 885
MD5 4ea4481bf18c083340b9a447f45fe143 files/digest-detachtty-6 62
diff --git a/app-misc/detachtty/detachtty-6.ebuild b/app-misc/detachtty/detachtty-6.ebuild
new file mode 100644
index 000000000000..a532217a5452
--- /dev/null
+++ b/app-misc/detachtty/detachtty-6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/detachtty-6.ebuild,v 1.1 2003/06/12 08:12:11 mkennedy Exp $
+
+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.html"
+SRC_URI="http://ftp.debian.org/debian/pool/main/d/detachtty/${PN}_${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ make || die
+}
+
+src_install() {
+ dobin detachtty attachtty
+ doman detachtty.1
+ dosym /usr/share/man/man1/detachtty.1 /usr/share/man/man1/attachtty.1
+ dodoc INSTALL README
+}
+
+pkg_postinst() {
+ einfo ">>> See the README in addition to the man-pages for more examples and ideas"
+}
diff --git a/app-misc/detachtty/files/digest-detachtty-6 b/app-misc/detachtty/files/digest-detachtty-6
new file mode 100644
index 000000000000..dda58a582785
--- /dev/null
+++ b/app-misc/detachtty/files/digest-detachtty-6
@@ -0,0 +1 @@
+MD5 fa52312f2df3dfed76fe2e3d34682e19 detachtty_6.tar.gz 12547