32
|
1 |
# Copyright 1999-2010 Gentoo Foundation |
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
|
|
5 |
EAPI=3 |
|
6 |
|
|
7 |
inherit distutils python |
|
8 |
|
|
9 |
DESCRIPTION="A torrent searching application in python and GTK+" |
|
10 |
HOMEPAGE="http://torrent-search.sourceforge.net" |
|
11 |
SRC_URI="mirror://sourceforge/project/torrent-search/torrent-search/${PV}/${PN}_${PV}-ubuntu11.10-3.tar.gz" |
|
12 |
|
|
13 |
LICENSE="GPL-3" |
|
14 |
SLOT="0" |
|
15 |
KEYWORDS="~amd64" |
|
16 |
IUSE="" |
|
17 |
|
|
18 |
PYTHON_DEPEND="2:6" |
|
19 |
|
|
20 |
S="${WORKDIR}/${PN}" |
|
21 |
|
|
22 |
DEPEND=">=sys-devel/gettext-0.17 |
|
23 |
>=dev-python/pygtk-2.12 |
|
24 |
>=dev-libs/libxml2-2.7.6[python] |
|
25 |
>=dev-python/dbus-python-0.83.0 |
|
26 |
dev-python/httplib2" |
|
27 |
|
|
28 |
RDEPEND="${DEPEND}" |
|
29 |
|