media-sound/mps-youtube/mps-youtube-0.2.0.ebuild
changeset 208 6be79539dae2
parent 201 37de2618fc68
parent 207 4a0953bcb56f
child 210 f89f64fd3501
equal deleted inserted replaced
201:37de2618fc68 208:6be79539dae2
     1 # Copyright 1999-2014 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=5
       
     6 
       
     7 PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
       
     8 
       
     9 inherit distutils-r1
       
    10 
       
    11 EGIT_REPO_URI="git://github.com/np1/mps-youtube.git"
       
    12 
       
    13 DESCRIPTION="Terminal based YouTube jukebox with playlist management"
       
    14 HOMEPAGE="https://github.com/np1/mps-youtube"
       
    15 SRC_URI="https://github.com/np1/${PN}/archive/v${PV}.tar.gz"
       
    16 
       
    17 LICENSE="GPL-3"
       
    18 SLOT="0"
       
    19 KEYWORDS="~amd64"
       
    20 IUSE=""
       
    21 
       
    22 DEPEND=""
       
    23 RDEPEND="|| ( media-video/mplayer media-video/mplayer2 media-video/mpv )
       
    24 		>=dev-python/pafy-0.3.66"