1 |
# Copyright 1999-2014 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.8.1.ebuild,v 1.1 2014/05/21 08:41:28 tomwij Exp $ |
4 |
|
5 |
EAPI="5" |
6 |
|
7 |
DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player" |
8 |
HOMEPAGE="https://github.com/chrippa/livestreamer" |
9 |
SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
10 |
|
11 |
PYTHON_COMPAT=( python{2_7,3_2} ) |
12 |
inherit distutils-r1 |
13 |
|
14 |
KEYWORDS="~amd64 ~mips ~x86" |
15 |
LICENSE="Apache-2.0 BSD-2 MIT-with-advertising" |
16 |
SLOT="0" |
17 |
|
18 |
RDEPEND="dev-python/pycrypto |
19 |
>=dev-python/requests-1.0 |
20 |
>media-video/rtmpdump-2.4" |
21 |
DEPEND="${RDEPEND} |
22 |
dev-python/setuptools" |