]> Pileus Git - ~andy/sunrise/blob - www-client/ttb/ttb-0.9.4.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / www-client / ttb / ttb-0.9.4.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 NEED_PYTHON="2.2.0"
6 inherit eutils distutils
7
8 DESCRIPTION="TeleText Browser for Dutch teletext pages from NOS"
9 HOMEPAGE="http://www.djcbsoftware.nl/code/ttb/"
10 SRC_URI="http://www.djcbsoftware.nl/code/ttb/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~x86"
15 IUSE=""
16
17 DEPEND="dev-python/pygtk"
18 RDEPEND="${DEPEND}"
19
20 src_unpack() {
21         unpack ${A}
22         epatch "${FILESDIR}/${P}-nodisplay.patch"
23 }