summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2004-03-04 01:30:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2004-03-04 01:30:25 +0000
commit68d9d36c940e78d3046640157f7400baf90cc574 (patch)
treee792fedbc6d024577001b80ad2e2396bb2bd3f2f /net-misc/zssh
parentBump. Binaries now named urxvt{,c,d} so it won't conflict with rxvt package (diff)
downloadhistorical-68d9d36c940e78d3046640157f7400baf90cc574.tar.gz
historical-68d9d36c940e78d3046640157f7400baf90cc574.tar.bz2
historical-68d9d36c940e78d3046640157f7400baf90cc574.zip
moved to stable x86, at the behest of: Petter <tt@linux.nu> in bug #43451, and he thinks he's rough around the edges, but he's not
Diffstat (limited to 'net-misc/zssh')
-rw-r--r--net-misc/zssh/ChangeLog8
-rw-r--r--net-misc/zssh/Manifest4
-rw-r--r--net-misc/zssh/zssh-1.5a.ebuild31
3 files changed, 23 insertions, 20 deletions
diff --git a/net-misc/zssh/ChangeLog b/net-misc/zssh/ChangeLog
index 94f569777531..dedb6fc7fee0 100644
--- a/net-misc/zssh/ChangeLog
+++ b/net-misc/zssh/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/zssh
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/ChangeLog,v 1.4 2004/03/01 21:34:08 aliz Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/ChangeLog,v 1.5 2004/03/04 01:30:25 seemant Exp $
+
+ 03 Mar 2004; Seemant Kulleen <seemant@gentoo.org> zssh-1.5a.ebuild:
+ moved to stable x86, at the behest of: Petter <tt@linux.nu> in bug #43451, and
+ he thinks he's rough around the edges, but he's not
*zssh-1.5a (20 Sep 2002)
diff --git a/net-misc/zssh/Manifest b/net-misc/zssh/Manifest
index 7e8603932fbe..5bcfd8d8be41 100644
--- a/net-misc/zssh/Manifest
+++ b/net-misc/zssh/Manifest
@@ -1,5 +1,5 @@
-MD5 3efbfecbf64b171234ee38ec0d32d822 ChangeLog 519
-MD5 f8c8996504d8c43ad08fb4d533add861 zssh-1.5a.ebuild 1042
+MD5 20ce26b38ee436dfdeb1070bf685d1c0 ChangeLog 728
+MD5 38b9edfc7b953dce4bc2c1bad0668d69 zssh-1.5a.ebuild 947
MD5 f52cf7d8f81baebdc41762a9e2403d86 files/zssh-1.5a-gentoo-termcap.diff 312
MD5 761d5c3c6844a11229f8ec48df476b1c files/digest-zssh-1.5a 58
MD5 e6b1336b7eaaa0ca2e2bf12cdfbd7b4b files/zssh-1.5a-gentoo-include.diff 321
diff --git a/net-misc/zssh/zssh-1.5a.ebuild b/net-misc/zssh/zssh-1.5a.ebuild
index 5be61ea310f4..c687043b0a68 100644
--- a/net-misc/zssh/zssh-1.5a.ebuild
+++ b/net-misc/zssh/zssh-1.5a.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/zssh-1.5a.ebuild,v 1.5 2003/09/05 22:13:37 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zssh/zssh-1.5a.ebuild,v 1.6 2004/03/04 01:30:25 seemant Exp $
inherit eutils
-IUSE=""
+IUSE="readline nls"
+
S=${WORKDIR}/${P}
DESCRIPTION="A ssh wrapper enabling zmodem up/download in ssh"
-SRC_URI="ftp://ftp.sourceforge.net/pub/sourceforge/zssh/zssh-1.5a.tgz"
HOMEPAGE="http://zssh.sourceforge.net/"
-KEYWORDS="~x86 sparc"
-LICENSE="GPL-2"
+SRC_URI="mirror://sourceforge/zssh/${P}.tgz"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc"
DEPEND="virtual/glibc"
-RDEPEND="virtual/glibc
+RDEPEND="${DEPEND}
net-misc/openssh
net-misc/lrzsz"
@@ -26,15 +28,12 @@ src_unpack() {
}
src_compile() {
- local options
-
- use nls || options="${options} --disable-nls"
- use readline || options="${options} --disable-readline"
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- ${options} || die
+# ./configure \
+# --prefix=/usr \
+# --host=${CHOST} \
+ econf \
+ `use_enable nls` \
+ `use_enable readline` || die
emake || die
}