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