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

inherit distutils

DESCRIPTION="Multiple GNOME terminals in one window."
HOMEPAGE="http://www.tenshu.net/terminator/"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz"

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

DEPEND=">=x11-libs/vte-0.16"
RDEPEND="${DEPEND}"

pkg_setup() {
	if ! built_with_use x11-libs/vte python ; then
		eerror "You need to build x11-libs/vte with USE=python enabled."
		die "You need to build x11-libs/vte with USE=python enabled."
	fi
}