Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/livestreamer: livestreamer-1.8.2.ebuild ChangeLog
Date: Tue, 03 Jun 2014 11:51:38
Message-Id: 20140603115133.CA0E22004E@flycatcher.gentoo.org
1 tomwij 14/06/03 11:51:33
2
3 Modified: ChangeLog
4 Added: livestreamer-1.8.2.ebuild
5 Log:
6 Version bump to 1.8.2; fixes bug #511976, reported by Chris Torske (ct85711), proxied commit for Nikos Chantziaras (realnc).
7
8 (Portage version: 2.2.10_p110/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.13 net-misc/livestreamer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 25 May 2014 13:11:42 -0000 1.12
24 +++ ChangeLog 3 Jun 2014 11:51:33 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/livestreamer
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.12 2014/05/25 13:11:42 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.13 2014/06/03 11:51:33 tomwij Exp $
30 +
31 +*livestreamer-1.8.2 (03 Jun 2014)
32 +
33 + 03 Jun 2014; Tom Wijsman <TomWij@g.o> +livestreamer-1.8.2.ebuild:
34 + Version bump to 1.8.2; fixes bug #511976, reported by Chris Torske (ct85711),
35 + proxied commit for Nikos Chantziaras (realnc).
36
37 21 May 2014; Tom Wijsman <TomWij@g.o> +livestreamer-1.8.1.ebuild:
38 Version bump to 1.8.1; fixes bug #510878 reported by Chris Torske (ct85711),
39
40
41
42 1.1 net-misc/livestreamer/livestreamer-1.8.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/livestreamer-1.8.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/livestreamer-1.8.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: livestreamer-1.8.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.8.2.ebuild,v 1.1 2014/06/03 11:51:33 tomwij Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player"
56 HOMEPAGE="https://github.com/chrippa/livestreamer"
57 SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
58
59 PYTHON_COMPAT=( python{2_7,3_2} )
60 inherit distutils-r1
61
62 KEYWORDS="~amd64 ~mips ~x86"
63 LICENSE="Apache-2.0 BSD-2 MIT-with-advertising"
64 SLOT="0"
65
66 RDEPEND="dev-python/pycrypto
67 >=dev-python/requests-1.0
68 >media-video/rtmpdump-2.4"
69 DEPEND="${RDEPEND}
70 dev-python/setuptools"