dlan 14/12/24 02:05:32 Modified: ChangeLog Added: livestreamer-1.11.1.ebuild Log: 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)
Revision Changes Path 1.15 net-misc/livestreamer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 15 Nov 2014 12:40:38 -0000 1.14 +++ ChangeLog 24 Dec 2014 02:05:32 -0000 1.15 @@ -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 <[email protected]> +livestreamer-1.11.1.ebuild: + version bump, proxy for maintainer, fix bug 532334, also thanks Palmer + Dabbelt *livestreamer-1.10.2 (15 Nov 2014) 1.1 net-misc/livestreamer/livestreamer-1.11.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/livestreamer-1.11.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/livestreamer-1.11.1.ebuild?rev=1.1&content-type=text/plain Index: livestreamer-1.11.1.ebuild =================================================================== # 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}]"
