equal
deleted
inserted
replaced
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 git-2 |
|
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="" |
|
16 |
|
17 LICENSE="GPL-3" |
|
18 SLOT="0" |
|
19 KEYWORDS="~amd64" |
|
20 IUSE="" |
|
21 |
|
22 DEPEND="" |
|
23 RDEPEND="|| ( media-video/mplayer media-video/mplayer2 ) |
|
24 dev-python/pafy" |
|