summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-12-24 02:05:32 +0000
committerYixun Lan <dlan@gentoo.org>2014-12-24 02:05:32 +0000
commitf8b356ba63d1e460cf2df33e410ddbae6db1f8ec (patch)
tree8aafe7e6b54e37cc0c4d708a1c46c1bb8cbdb42a /net-misc
parentbump upstream patches, fix bug 530768. enable USE=vala by default since ui/gt... (diff)
downloadgentoo-2-f8b356ba63d1e460cf2df33e410ddbae6db1f8ec.tar.gz
gentoo-2-f8b356ba63d1e460cf2df33e410ddbae6db1f8ec.tar.bz2
gentoo-2-f8b356ba63d1e460cf2df33e410ddbae6db1f8ec.zip
version bump, proxy for maintainer, fix bug 532334, also thanks Palmer Dabbelt
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/livestreamer/ChangeLog8
-rw-r--r--net-misc/livestreamer/livestreamer-1.11.1.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/net-misc/livestreamer/ChangeLog b/net-misc/livestreamer/ChangeLog
index f8830256d863..d3d9701d7615 100644
--- a/net-misc/livestreamer/ChangeLog
+++ b/net-misc/livestreamer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/livestreamer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.14 2014/11/15 12:40:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.15 2014/12/24 02:05:32 dlan Exp $
+
+*livestreamer-1.11.1 (24 Dec 2014)
+
+ 24 Dec 2014; Yixun Lan <dlan@gentoo.org> +livestreamer-1.11.1.ebuild:
+ version bump, proxy for maintainer, fix bug 532334, also thanks Palmer
+ Dabbelt
*livestreamer-1.10.2 (15 Nov 2014)
diff --git a/net-misc/livestreamer/livestreamer-1.11.1.ebuild b/net-misc/livestreamer/livestreamer-1.11.1.ebuild
new file mode 100644
index 000000000000..5f0093d1ebf1
--- /dev/null
+++ b/net-misc/livestreamer/livestreamer-1.11.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.11.1.ebuild,v 1.1 2014/12/24 02:05:32 dlan Exp $
+
+EAPI="5"
+
+DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player"
+HOMEPAGE="https://github.com/chrippa/livestreamer"
+SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+inherit distutils-r1
+
+KEYWORDS="~amd64 ~mips ~x86"
+LICENSE="Apache-2.0 BSD-2 MIT-with-advertising"
+SLOT="0"
+
+RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]
+ >=dev-python/requests-1.0[${PYTHON_USEDEP}]
+ virtual/python-futures[${PYTHON_USEDEP}]
+ virtual/python-singledispatch[${PYTHON_USEDEP}]
+ >media-video/rtmpdump-2.4"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"