summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-13 21:19:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-13 21:19:19 +0000
commitd9828d386dfe552487c75b6fc671f81c3138bf0b (patch)
tree2e55ebbc11e85b45c6af761e3e79bd9d8922b541 /net-misc/fsh
parentsync IUSE (missing) (Manifest recommit) (diff)
downloadgentoo-2-d9828d386dfe552487c75b6fc671f81c3138bf0b.tar.gz
gentoo-2-d9828d386dfe552487c75b6fc671f81c3138bf0b.tar.bz2
gentoo-2-d9828d386dfe552487c75b6fc671f81c3138bf0b.zip
don't set rdepend==depend; tidy
Diffstat (limited to 'net-misc/fsh')
-rw-r--r--net-misc/fsh/ChangeLog6
-rw-r--r--net-misc/fsh/files/digest-fsh-1.21
-rw-r--r--net-misc/fsh/fsh-1.2-r1.ebuild12
-rw-r--r--net-misc/fsh/fsh-1.2.ebuild21
4 files changed, 12 insertions, 28 deletions
diff --git a/net-misc/fsh/ChangeLog b/net-misc/fsh/ChangeLog
index 43f20bdf6dc8..4a1e19c25f76 100644
--- a/net-misc/fsh/ChangeLog
+++ b/net-misc/fsh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/fsh
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/fsh/ChangeLog,v 1.4 2004/06/24 23:44:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/fsh/ChangeLog,v 1.5 2004/07/13 21:19:19 mr_bones_ Exp $
+
+ 13 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> fsh-1.2-r1.ebuild,
+ -fsh-1.2.ebuild:
+ don't set rdepend==depend; tidy
*fsh-1.2-r1 (23 Apr 2003)
diff --git a/net-misc/fsh/files/digest-fsh-1.2 b/net-misc/fsh/files/digest-fsh-1.2
deleted file mode 100644
index 1b2164e12be6..000000000000
--- a/net-misc/fsh/files/digest-fsh-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 74d7fc65044d1c9c27c6e9edbbde9c68 fsh-1.2.tar.gz 152374
diff --git a/net-misc/fsh/fsh-1.2-r1.ebuild b/net-misc/fsh/fsh-1.2-r1.ebuild
index 710781783402..12e7c9814e8e 100644
--- a/net-misc/fsh/fsh-1.2-r1.ebuild
+++ b/net-misc/fsh/fsh-1.2-r1.ebuild
@@ -1,19 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/fsh/fsh-1.2-r1.ebuild,v 1.2 2004/06/24 23:44:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/fsh/fsh-1.2-r1.ebuild,v 1.3 2004/07/13 21:19:19 mr_bones_ Exp $
inherit eutils
DESCRIPTION="System to allow fast-reuse of a ssh secure tunnel to avoid connection lag"
HOMEPAGE="http://www.lysator.liu.se/fsh/"
SRC_URI="http://www.lysator.liu.se/fsh/${P}.tar.gz"
-KEYWORDS="x86"
-SLOT="0"
+
LICENSE="GPL-2"
-DEPEND="net-misc/openssh dev-lang/python"
-RDEPEND="$DEPEND"
+SLOT="0"
+KEYWORDS="x86"
IUSE=""
+DEPEND="net-misc/openssh
+ dev-lang/python"
+
src_unpack() {
unpack ${A}
diff --git a/net-misc/fsh/fsh-1.2.ebuild b/net-misc/fsh/fsh-1.2.ebuild
deleted file mode 100644
index 511acc04767a..000000000000
--- a/net-misc/fsh/fsh-1.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/fsh/fsh-1.2.ebuild,v 1.3 2004/06/24 23:44:51 agriffis Exp $
-
-DESCRIPTION="System to allow fast-reuse of a ssh secure tunnel to avoid connection lag"
-HOMEPAGE="http://www.lysator.liu.se/fsh/"
-SRC_URI="http://www.lysator.liu.se/fsh/${P}.tar.gz"
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-RDEPEND="net-misc/openssh dev-lang/python"
-
-src_compile() {
- ./configure --prefix=/usr --infodir=/usr/share/info
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* THANKS TODO
-}