diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-24 19:57:04 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-24 19:57:04 +0000 |
commit | 51abad788b2d6cfe26890bde717f09e4f99e6727 (patch) | |
tree | 3b853a8abf3641bb239ae3cb67f46df089df86bb /net-misc/kssh/kssh-0.7.ebuild | |
parent | Version bumped. Closes #27244. (diff) | |
download | historical-51abad788b2d6cfe26890bde717f09e4f99e6727.tar.gz historical-51abad788b2d6cfe26890bde717f09e4f99e6727.tar.bz2 historical-51abad788b2d6cfe26890bde717f09e4f99e6727.zip |
Version bumped. Closes #27244.
Diffstat (limited to 'net-misc/kssh/kssh-0.7.ebuild')
-rw-r--r-- | net-misc/kssh/kssh-0.7.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/kssh/kssh-0.7.ebuild b/net-misc/kssh/kssh-0.7.ebuild new file mode 100644 index 000000000000..ef572fb628c0 --- /dev/null +++ b/net-misc/kssh/kssh-0.7.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kssh/kssh-0.7.ebuild,v 1.1 2003/09/24 19:56:57 mholzer Exp $ + +inherit kde-base + +need-kde 3 + +S=${WORKDIR}/${P} +LICENSE="GPL-2" +SRC_URI="mirror://sourceforge//kssh/${P}.tar.gz" +HOMEPAGE="http://kssh.sourceforge.net" +DESCRIPTION="KDE 3.x frontend for SSH" +KEYWORDS="~x86 ~sparc ~ppc" + +newdepend ">=net-misc/openssh-3.1_p1" + |