blob: 6ecfccac750c6fbbd3f693c970141ffbbac58426 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# 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.9 2005/07/23 17:31:28 carlo Exp $
inherit kde
HOMEPAGE="http://kssh.sourceforge.net"
SRC_URI="mirror://sourceforge/kssh/${P}.tar.gz"
DESCRIPTION="KDE frontend for SSH"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ppc ~amd64"
IUSE=""
DEPEND=">=net-misc/openssh-3.1_p1"
need-kde 3
PATCHES="${FILESDIR}/${P}-noarts.patch"
|