diff options
Diffstat (limited to 'www-client/ttb/ttb-0.9.4.ebuild')
-rw-r--r-- | www-client/ttb/ttb-0.9.4.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www-client/ttb/ttb-0.9.4.ebuild b/www-client/ttb/ttb-0.9.4.ebuild deleted file mode 100644 index 6dd615e26..000000000 --- a/www-client/ttb/ttb-0.9.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit eutils distutils - -DESCRIPTION="TeleText Browser for Dutch teletext pages from NOS" -HOMEPAGE="http://www.djcbsoftware.nl/code/ttb/" -SRC_URI="http://www.djcbsoftware.nl/code/ttb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/pygtk" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${P}-nodisplay.patch" -} |