summaryrefslogtreecommitdiff
blob: 20c91a9d7aa9c1896aeb275c109234f9f56a82ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="SSH connection generation tool"
HOMEPAGE="http://www.ohmytux.com/belier/"
SRC_URI="http://www.ohmytux.com/${PN}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-lang/python dev-tcltk/expect"

PYTHON_MODNAME="belier"