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

EAPI=3

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"